.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-ae9fda4e-8803-478e-b265-7ba8f05c6a34 {
  padding-top: 13px;
padding-bottom: 13px;
background-attachment: scroll;
}








#s-ae9fda4e-8803-478e-b265-7ba8f05c6a34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae9fda4e-8803-478e-b265-7ba8f05c6a34.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-812ce6fe-a18e-4580-819a-44c403ba62a0 {
  margin-left: auto;
margin-right: auto;
max-width: 1180px;
}
@media (max-width: 767px){#s-812ce6fe-a18e-4580-819a-44c403ba62a0 {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-812ce6fe-a18e-4580-819a-44c403ba62a0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-812ce6fe-a18e-4580-819a-44c403ba62a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-812ce6fe-a18e-4580-819a-44c403ba62a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-812ce6fe-a18e-4580-819a-44c403ba62a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-812ce6fe-a18e-4580-819a-44c403ba62a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-812ce6fe-a18e-4580-819a-44c403ba62a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-812ce6fe-a18e-4580-819a-44c403ba62a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f823bdee-56a2-4217-8b23-c41b132c6848 {
  min-height: 50px;
}








#s-f823bdee-56a2-4217-8b23-c41b132c6848 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f823bdee-56a2-4217-8b23-c41b132c6848.shg-box.shg-c {
  justify-content: center;
}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-cd419eba-d2c6-43da-b622-c5f776c57691 {
  padding-left: 20px;
padding-right: 0%;
max-width: 200px;
text-align: left;
}



.shg-image-margin-container-s-cd419eba-d2c6-43da-b622-c5f776c57691 {
  
  
  
  
}

#s-cd419eba-d2c6-43da-b622-c5f776c57691 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cd419eba-d2c6-43da-b622-c5f776c57691.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cd419eba-d2c6-43da-b622-c5f776c57691 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd419eba-d2c6-43da-b622-c5f776c57691.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cd419eba-d2c6-43da-b622-c5f776c57691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd419eba-d2c6-43da-b622-c5f776c57691.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-cd419eba-d2c6-43da-b622-c5f776c57691 {
  
  
  
  
}

#s-cd419eba-d2c6-43da-b622-c5f776c57691 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cd419eba-d2c6-43da-b622-c5f776c57691.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cd419eba-d2c6-43da-b622-c5f776c57691 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd419eba-d2c6-43da-b622-c5f776c57691.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cd419eba-d2c6-43da-b622-c5f776c57691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd419eba-d2c6-43da-b622-c5f776c57691.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cd419eba-d2c6-43da-b622-c5f776c57691 {
  
  
  
  
}

#s-cd419eba-d2c6-43da-b622-c5f776c57691 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cd419eba-d2c6-43da-b622-c5f776c57691.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cd419eba-d2c6-43da-b622-c5f776c57691 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd419eba-d2c6-43da-b622-c5f776c57691.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cd419eba-d2c6-43da-b622-c5f776c57691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd419eba-d2c6-43da-b622-c5f776c57691.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cd419eba-d2c6-43da-b622-c5f776c57691 {
  
  
  
  
}

#s-cd419eba-d2c6-43da-b622-c5f776c57691 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cd419eba-d2c6-43da-b622-c5f776c57691.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cd419eba-d2c6-43da-b622-c5f776c57691 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd419eba-d2c6-43da-b622-c5f776c57691.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cd419eba-d2c6-43da-b622-c5f776c57691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd419eba-d2c6-43da-b622-c5f776c57691.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cd419eba-d2c6-43da-b622-c5f776c57691 {
  
  
  
  
}

#s-cd419eba-d2c6-43da-b622-c5f776c57691 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cd419eba-d2c6-43da-b622-c5f776c57691.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cd419eba-d2c6-43da-b622-c5f776c57691 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd419eba-d2c6-43da-b622-c5f776c57691.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cd419eba-d2c6-43da-b622-c5f776c57691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd419eba-d2c6-43da-b622-c5f776c57691.shogun-image {
  box-sizing: border-box;
}




}
#s-a60c96b7-196b-4f4d-a25e-da224c0c5ecf {
  min-height: 50px;
}
@media (max-width: 767px){#s-a60c96b7-196b-4f4d-a25e-da224c0c5ecf {
  display: none;
}
#s-a60c96b7-196b-4f4d-a25e-da224c0c5ecf, #wrap-s-a60c96b7-196b-4f4d-a25e-da224c0c5ecf { display: none !important; }}







#s-a60c96b7-196b-4f4d-a25e-da224c0c5ecf > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: block;
}#s-a60c96b7-196b-4f4d-a25e-da224c0c5ecf.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-379c11bb-1907-4604-80e6-1ab701718ac7 {
  display: none;
}
#s-379c11bb-1907-4604-80e6-1ab701718ac7, #wrap-s-379c11bb-1907-4604-80e6-1ab701718ac7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-379c11bb-1907-4604-80e6-1ab701718ac7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-379c11bb-1907-4604-80e6-1ab701718ac7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-379c11bb-1907-4604-80e6-1ab701718ac7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-379c11bb-1907-4604-80e6-1ab701718ac7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-379c11bb-1907-4604-80e6-1ab701718ac7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-379c11bb-1907-4604-80e6-1ab701718ac7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-379c11bb-1907-4604-80e6-1ab701718ac7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-7217d90b-8348-4906-be87-3b69c44117f7 {
  text-align: right;
}



.shg-image-margin-container-s-7217d90b-8348-4906-be87-3b69c44117f7 {
  
  
  
  
}

#s-7217d90b-8348-4906-be87-3b69c44117f7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7217d90b-8348-4906-be87-3b69c44117f7.shogun-image {
    
    
    
    
  }


.s-7217d90b-8348-4906-be87-3b69c44117f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7217d90b-8348-4906-be87-3b69c44117f7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7217d90b-8348-4906-be87-3b69c44117f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7217d90b-8348-4906-be87-3b69c44117f7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7217d90b-8348-4906-be87-3b69c44117f7 {
  
  
  
  
}

#s-7217d90b-8348-4906-be87-3b69c44117f7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7217d90b-8348-4906-be87-3b69c44117f7.shogun-image {
    
    
    
    
  }


.s-7217d90b-8348-4906-be87-3b69c44117f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7217d90b-8348-4906-be87-3b69c44117f7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7217d90b-8348-4906-be87-3b69c44117f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7217d90b-8348-4906-be87-3b69c44117f7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7217d90b-8348-4906-be87-3b69c44117f7 {
  
  
  
  
}

#s-7217d90b-8348-4906-be87-3b69c44117f7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7217d90b-8348-4906-be87-3b69c44117f7.shogun-image {
    
    
    
    
  }


.s-7217d90b-8348-4906-be87-3b69c44117f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7217d90b-8348-4906-be87-3b69c44117f7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7217d90b-8348-4906-be87-3b69c44117f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7217d90b-8348-4906-be87-3b69c44117f7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7217d90b-8348-4906-be87-3b69c44117f7 {
  
  
  
  
}

#s-7217d90b-8348-4906-be87-3b69c44117f7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7217d90b-8348-4906-be87-3b69c44117f7.shogun-image {
    
    
    
    
  }


.s-7217d90b-8348-4906-be87-3b69c44117f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7217d90b-8348-4906-be87-3b69c44117f7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7217d90b-8348-4906-be87-3b69c44117f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7217d90b-8348-4906-be87-3b69c44117f7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7217d90b-8348-4906-be87-3b69c44117f7 {
  
  
  
  
}

#s-7217d90b-8348-4906-be87-3b69c44117f7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7217d90b-8348-4906-be87-3b69c44117f7.shogun-image {
    
    
    
    
  }


.s-7217d90b-8348-4906-be87-3b69c44117f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7217d90b-8348-4906-be87-3b69c44117f7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7217d90b-8348-4906-be87-3b69c44117f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7217d90b-8348-4906-be87-3b69c44117f7.shogun-image {
  box-sizing: border-box;
}




}
.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 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-e4645a0d-59a1-495c-8b96-becdbb915707 {
  text-align: left;
}



.shg-image-margin-container-s-e4645a0d-59a1-495c-8b96-becdbb915707 {
  
  
  
  
}

#s-e4645a0d-59a1-495c-8b96-becdbb915707 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e4645a0d-59a1-495c-8b96-becdbb915707.shogun-image {
    
    
    
    
  }


.s-e4645a0d-59a1-495c-8b96-becdbb915707 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4645a0d-59a1-495c-8b96-becdbb915707.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e4645a0d-59a1-495c-8b96-becdbb915707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4645a0d-59a1-495c-8b96-becdbb915707.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e4645a0d-59a1-495c-8b96-becdbb915707 {
  
  
  
  
}

#s-e4645a0d-59a1-495c-8b96-becdbb915707 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e4645a0d-59a1-495c-8b96-becdbb915707.shogun-image {
    
    
    
    
  }


.s-e4645a0d-59a1-495c-8b96-becdbb915707 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4645a0d-59a1-495c-8b96-becdbb915707.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e4645a0d-59a1-495c-8b96-becdbb915707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4645a0d-59a1-495c-8b96-becdbb915707.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e4645a0d-59a1-495c-8b96-becdbb915707 {
  
  
  
  
}

#s-e4645a0d-59a1-495c-8b96-becdbb915707 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e4645a0d-59a1-495c-8b96-becdbb915707.shogun-image {
    
    
    
    
  }


.s-e4645a0d-59a1-495c-8b96-becdbb915707 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4645a0d-59a1-495c-8b96-becdbb915707.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e4645a0d-59a1-495c-8b96-becdbb915707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4645a0d-59a1-495c-8b96-becdbb915707.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e4645a0d-59a1-495c-8b96-becdbb915707 {
  
  
  
  
}

#s-e4645a0d-59a1-495c-8b96-becdbb915707 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e4645a0d-59a1-495c-8b96-becdbb915707.shogun-image {
    
    
    
    
  }


.s-e4645a0d-59a1-495c-8b96-becdbb915707 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4645a0d-59a1-495c-8b96-becdbb915707.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e4645a0d-59a1-495c-8b96-becdbb915707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4645a0d-59a1-495c-8b96-becdbb915707.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e4645a0d-59a1-495c-8b96-becdbb915707 {
  
  
  
  
}

#s-e4645a0d-59a1-495c-8b96-becdbb915707 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e4645a0d-59a1-495c-8b96-becdbb915707.shogun-image {
    
    
    
    
  }


.s-e4645a0d-59a1-495c-8b96-becdbb915707 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4645a0d-59a1-495c-8b96-becdbb915707.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e4645a0d-59a1-495c-8b96-becdbb915707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4645a0d-59a1-495c-8b96-becdbb915707.shogun-image {
  box-sizing: border-box;
}




}
.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 {
  
  
}

.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-899ed57a-fed6-4029-9edf-075a611aaeaf {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.1);
background-image: url(https://i.shgcdn.com/0e45b638-8ec3-4761-86fc-5193d03ba612/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
line-height: 1.8em;
hover-type: image;
background-position: center center;
}
#s-899ed57a-fed6-4029-9edf-075a611aaeaf:hover {background-image: url(https://i.shgcdn.com/0e45b638-8ec3-4761-86fc-5193d03ba612/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: image !important;}#s-899ed57a-fed6-4029-9edf-075a611aaeaf:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-899ed57a-fed6-4029-9edf-075a611aaeaf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-899ed57a-fed6-4029-9edf-075a611aaeaf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-899ed57a-fed6-4029-9edf-075a611aaeaf {
  
}
}@media (max-width: 767px){#s-899ed57a-fed6-4029-9edf-075a611aaeaf {
  padding-left: 12px;
padding-right: 12px;
}
}

  #s-899ed57a-fed6-4029-9edf-075a611aaeaf-root {
    text-align: center;
  }


#s-899ed57a-fed6-4029-9edf-075a611aaeaf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-899ed57a-fed6-4029-9edf-075a611aaeaf-root {
    text-align: center;
  }


#s-899ed57a-fed6-4029-9edf-075a611aaeaf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-899ed57a-fed6-4029-9edf-075a611aaeaf-root {
    text-align: center;
  }


#s-899ed57a-fed6-4029-9edf-075a611aaeaf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-899ed57a-fed6-4029-9edf-075a611aaeaf-root {
    text-align: center;
  }


#s-899ed57a-fed6-4029-9edf-075a611aaeaf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-899ed57a-fed6-4029-9edf-075a611aaeaf-root {
    text-align: center;
  }


#s-899ed57a-fed6-4029-9edf-075a611aaeaf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-0ed6863b-4a1a-496b-a062-2721b4ad92bf {
  text-align: left;
}

#s-159bcd98-b177-4784-8325-2ad1dff642cc {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 140px;
padding-left: 5%;
padding-bottom: 75px;
padding-right: 5%;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-159bcd98-b177-4784-8325-2ad1dff642cc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-159bcd98-b177-4784-8325-2ad1dff642cc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-159bcd98-b177-4784-8325-2ad1dff642cc {
  
}
}@media (max-width: 767px){#s-159bcd98-b177-4784-8325-2ad1dff642cc {
  
}
}
#s-159bcd98-b177-4784-8325-2ad1dff642cc {
  background-image: url(https://i.shgcdn.com/1a3e5e00-f240-485d-9979-8190dd40b9a4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-159bcd98-b177-4784-8325-2ad1dff642cc > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
  display: block;
}#s-159bcd98-b177-4784-8325-2ad1dff642cc.shg-box.shg-c {
  justify-content: center;
}

#s-65514f4e-5281-4f54-9e48-001ec2b1697e {
  margin-left: auto;
margin-right: auto;
min-height: 5px;
max-width: 1180px;
}

@media (min-width: 0px) {
[id="s-65514f4e-5281-4f54-9e48-001ec2b1697e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65514f4e-5281-4f54-9e48-001ec2b1697e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-65514f4e-5281-4f54-9e48-001ec2b1697e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-65514f4e-5281-4f54-9e48-001ec2b1697e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-65514f4e-5281-4f54-9e48-001ec2b1697e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-65514f4e-5281-4f54-9e48-001ec2b1697e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-65514f4e-5281-4f54-9e48-001ec2b1697e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-7937b3d1-6bdf-493e-ba59-3752c86f3dab {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-7937b3d1-6bdf-493e-ba59-3752c86f3dab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7937b3d1-6bdf-493e-ba59-3752c86f3dab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7937b3d1-6bdf-493e-ba59-3752c86f3dab {
  
}
}@media (max-width: 767px){#s-7937b3d1-6bdf-493e-ba59-3752c86f3dab {
  
}
}
#s-7937b3d1-6bdf-493e-ba59-3752c86f3dab .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-7937b3d1-6bdf-493e-ba59-3752c86f3dab .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  
}


}
#s-f7204b3b-f83e-4cde-aa16-c346fcc48abb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f7204b3b-f83e-4cde-aa16-c346fcc48abb .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.6em;
  
  text-align: left;
}



#s-7e78c057-61b2-45ff-be13-d8acda019809 {
  margin-top: 20px;
margin-bottom: 40px;
padding-left: 26px;
border-top-width: 0px;
border-left-width: 1%;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-7e78c057-61b2-45ff-be13-d8acda019809 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e78c057-61b2-45ff-be13-d8acda019809 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e78c057-61b2-45ff-be13-d8acda019809 {
  
}
}@media (max-width: 767px){#s-7e78c057-61b2-45ff-be13-d8acda019809 {
  
}
}
#s-820fcac1-5a86-4c2d-b5c2-cc4b0c2996cd {
  border-style: solid;
margin-left: 0px;
margin-right: 49px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-820fcac1-5a86-4c2d-b5c2-cc4b0c2996cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-820fcac1-5a86-4c2d-b5c2-cc4b0c2996cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-820fcac1-5a86-4c2d-b5c2-cc4b0c2996cd {
  
}
}@media (max-width: 767px){#s-820fcac1-5a86-4c2d-b5c2-cc4b0c2996cd {
  
}
}
@media (min-width: 0px) {
[id="s-820fcac1-5a86-4c2d-b5c2-cc4b0c2996cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-820fcac1-5a86-4c2d-b5c2-cc4b0c2996cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-820fcac1-5a86-4c2d-b5c2-cc4b0c2996cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-820fcac1-5a86-4c2d-b5c2-cc4b0c2996cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-820fcac1-5a86-4c2d-b5c2-cc4b0c2996cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-820fcac1-5a86-4c2d-b5c2-cc4b0c2996cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-820fcac1-5a86-4c2d-b5c2-cc4b0c2996cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-2913d99b-c9f5-48e8-93b6-f7a166c73bf8 {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.1);
background-image: url(https://i.shgcdn.com/0e45b638-8ec3-4761-86fc-5193d03ba612/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: left;
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
line-height: 1.99em;
hover-type: image;
background-position: center center;
}
#s-2913d99b-c9f5-48e8-93b6-f7a166c73bf8:hover {background-image: url(https://i.shgcdn.com/0e45b638-8ec3-4761-86fc-5193d03ba612/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: image !important;}#s-2913d99b-c9f5-48e8-93b6-f7a166c73bf8:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2913d99b-c9f5-48e8-93b6-f7a166c73bf8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2913d99b-c9f5-48e8-93b6-f7a166c73bf8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2913d99b-c9f5-48e8-93b6-f7a166c73bf8 {
  
}
}@media (max-width: 767px){#s-2913d99b-c9f5-48e8-93b6-f7a166c73bf8 {
  
}
}

  #s-2913d99b-c9f5-48e8-93b6-f7a166c73bf8-root {
    text-align: left;
  }


#s-2913d99b-c9f5-48e8-93b6-f7a166c73bf8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2913d99b-c9f5-48e8-93b6-f7a166c73bf8-root {
    text-align: left;
  }


#s-2913d99b-c9f5-48e8-93b6-f7a166c73bf8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2913d99b-c9f5-48e8-93b6-f7a166c73bf8-root {
    text-align: left;
  }


#s-2913d99b-c9f5-48e8-93b6-f7a166c73bf8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2913d99b-c9f5-48e8-93b6-f7a166c73bf8-root {
    text-align: left;
  }


#s-2913d99b-c9f5-48e8-93b6-f7a166c73bf8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2913d99b-c9f5-48e8-93b6-f7a166c73bf8-root {
    text-align: left;
  }


#s-2913d99b-c9f5-48e8-93b6-f7a166c73bf8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-54b16112-94b8-4dd5-99aa-b7f23a869110 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54b16112-94b8-4dd5-99aa-b7f23a869110 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-4087eec1-9873-4f09-aaf6-6980dde056b4 {
  margin-top: -2px;
margin-bottom: -2px;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
min-height: 108px;
background-color: rgba(39, 39, 39, 1);
background-attachment: scroll;
}








#s-4087eec1-9873-4f09-aaf6-6980dde056b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4087eec1-9873-4f09-aaf6-6980dde056b4.shg-box.shg-c {
  justify-content: center;
}

#s-7d350bea-83ef-4242-b588-28a8115e34d0 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
}

@media (min-width: 0px) {
[id="s-7d350bea-83ef-4242-b588-28a8115e34d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 14.0px);
}

}

@media (min-width: 768px) {
[id="s-7d350bea-83ef-4242-b588-28a8115e34d0"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 22.4px);
}

}

@media (min-width: 992px) {
[id="s-7d350bea-83ef-4242-b588-28a8115e34d0"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 22.4px);
}

}

@media (min-width: 1200px) {
[id="s-7d350bea-83ef-4242-b588-28a8115e34d0"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 22.4px);
}

}

#s-5bcbeea8-0c14-4fbb-9105-f75e142d068b {
  margin-top: 0px;
margin-bottom: 20px;
text-align: center;
}



.shg-image-margin-container-s-5bcbeea8-0c14-4fbb-9105-f75e142d068b {
  
  
  margin-top: 0px;
  margin-bottom: 20px;
}

#s-5bcbeea8-0c14-4fbb-9105-f75e142d068b {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shogun-image {
    
    
    
    
  }


.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b .shogun-image-content {
  
    align-items: center;
  
}

.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5bcbeea8-0c14-4fbb-9105-f75e142d068b {
  
  
  
  
}

#s-5bcbeea8-0c14-4fbb-9105-f75e142d068b {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shogun-image {
    
    
    
    
  }


.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b .shogun-image-content {
  
    align-items: center;
  
}

.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5bcbeea8-0c14-4fbb-9105-f75e142d068b {
  
  
  
  
}

#s-5bcbeea8-0c14-4fbb-9105-f75e142d068b {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shogun-image {
    
    
    
    
  }


.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b .shogun-image-content {
  
    align-items: center;
  
}

.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5bcbeea8-0c14-4fbb-9105-f75e142d068b {
  
  
  
  
}

#s-5bcbeea8-0c14-4fbb-9105-f75e142d068b {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shogun-image {
    
    
    
    
  }


.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b .shogun-image-content {
  
    align-items: center;
  
}

.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5bcbeea8-0c14-4fbb-9105-f75e142d068b {
  
  
  
  
}

#s-5bcbeea8-0c14-4fbb-9105-f75e142d068b {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shogun-image {
    
    
    
    
  }


.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b .shogun-image-content {
  
    align-items: center;
  
}

.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bcbeea8-0c14-4fbb-9105-f75e142d068b.shogun-image {
  box-sizing: border-box;
}




}
#s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3 {
  text-align: center;
}



.shg-image-margin-container-s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3 {
  
  
  
  
}

#s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shogun-image {
    
    
    
    
  }


.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3 {
  
  
  
  
}

#s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shogun-image {
    
    
    
    
  }


.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3 {
  
  
  
  
}

#s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shogun-image {
    
    
    
    
  }


.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3 {
  
  
  
  
}

#s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shogun-image {
    
    
    
    
  }


.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3 {
  
  
  
  
}

#s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shogun-image {
    
    
    
    
  }


.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37d9348b-b7c9-4ba1-b004-87ebee9a6bb3.shogun-image {
  box-sizing: border-box;
}




}
#s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4 {
  margin-bottom: 20px;
text-align: center;
}



.shg-image-margin-container-s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4 {
  
  
  
  margin-bottom: 20px;
}

#s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shogun-image {
    
    
    
    
  }


.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4 {
  
  
  
  
}

#s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shogun-image {
    
    
    
    
  }


.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4 {
  
  
  
  
}

#s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shogun-image {
    
    
    
    
  }


.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4 {
  
  
  
  
}

#s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shogun-image {
    
    
    
    
  }


.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4 {
  
  
  
  
}

#s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shogun-image {
    
    
    
    
  }


.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39a7fb8-8458-4b3b-ab40-bfaaae176aa4.shogun-image {
  box-sizing: border-box;
}




}
#s-cb15b083-3c0a-4338-b2d3-00c5ee912db2 {
  text-align: center;
}



.shg-image-margin-container-s-cb15b083-3c0a-4338-b2d3-00c5ee912db2 {
  
  
  
  
}

#s-cb15b083-3c0a-4338-b2d3-00c5ee912db2 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shogun-image {
    
    
    
    
  }


.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-cb15b083-3c0a-4338-b2d3-00c5ee912db2 {
  
  
  
  
}

#s-cb15b083-3c0a-4338-b2d3-00c5ee912db2 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shogun-image {
    
    
    
    
  }


.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cb15b083-3c0a-4338-b2d3-00c5ee912db2 {
  
  
  
  
}

#s-cb15b083-3c0a-4338-b2d3-00c5ee912db2 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shogun-image {
    
    
    
    
  }


.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cb15b083-3c0a-4338-b2d3-00c5ee912db2 {
  
  
  
  
}

#s-cb15b083-3c0a-4338-b2d3-00c5ee912db2 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shogun-image {
    
    
    
    
  }


.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cb15b083-3c0a-4338-b2d3-00c5ee912db2 {
  
  
  
  
}

#s-cb15b083-3c0a-4338-b2d3-00c5ee912db2 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shogun-image {
    
    
    
    
  }


.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb15b083-3c0a-4338-b2d3-00c5ee912db2.shogun-image {
  box-sizing: border-box;
}




}
#s-4548864b-2949-46db-ae67-ba94e2e9008e {
  text-align: center;
}



.shg-image-margin-container-s-4548864b-2949-46db-ae67-ba94e2e9008e {
  
  
  
  
}

#s-4548864b-2949-46db-ae67-ba94e2e9008e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4548864b-2949-46db-ae67-ba94e2e9008e.shogun-image {
    
    
    
    
  }


.s-4548864b-2949-46db-ae67-ba94e2e9008e .shogun-image-content {
  
    align-items: center;
  
}

.s-4548864b-2949-46db-ae67-ba94e2e9008e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4548864b-2949-46db-ae67-ba94e2e9008e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4548864b-2949-46db-ae67-ba94e2e9008e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4548864b-2949-46db-ae67-ba94e2e9008e {
  
  
  
  
}

#s-4548864b-2949-46db-ae67-ba94e2e9008e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4548864b-2949-46db-ae67-ba94e2e9008e.shogun-image {
    
    
    
    
  }


.s-4548864b-2949-46db-ae67-ba94e2e9008e .shogun-image-content {
  
    align-items: center;
  
}

.s-4548864b-2949-46db-ae67-ba94e2e9008e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4548864b-2949-46db-ae67-ba94e2e9008e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4548864b-2949-46db-ae67-ba94e2e9008e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4548864b-2949-46db-ae67-ba94e2e9008e {
  
  
  
  
}

#s-4548864b-2949-46db-ae67-ba94e2e9008e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4548864b-2949-46db-ae67-ba94e2e9008e.shogun-image {
    
    
    
    
  }


.s-4548864b-2949-46db-ae67-ba94e2e9008e .shogun-image-content {
  
    align-items: center;
  
}

.s-4548864b-2949-46db-ae67-ba94e2e9008e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4548864b-2949-46db-ae67-ba94e2e9008e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4548864b-2949-46db-ae67-ba94e2e9008e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4548864b-2949-46db-ae67-ba94e2e9008e {
  
  
  
  
}

#s-4548864b-2949-46db-ae67-ba94e2e9008e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4548864b-2949-46db-ae67-ba94e2e9008e.shogun-image {
    
    
    
    
  }


.s-4548864b-2949-46db-ae67-ba94e2e9008e .shogun-image-content {
  
    align-items: center;
  
}

.s-4548864b-2949-46db-ae67-ba94e2e9008e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4548864b-2949-46db-ae67-ba94e2e9008e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4548864b-2949-46db-ae67-ba94e2e9008e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4548864b-2949-46db-ae67-ba94e2e9008e {
  
  
  
  
}

#s-4548864b-2949-46db-ae67-ba94e2e9008e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4548864b-2949-46db-ae67-ba94e2e9008e.shogun-image {
    
    
    
    
  }


.s-4548864b-2949-46db-ae67-ba94e2e9008e .shogun-image-content {
  
    align-items: center;
  
}

.s-4548864b-2949-46db-ae67-ba94e2e9008e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4548864b-2949-46db-ae67-ba94e2e9008e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4548864b-2949-46db-ae67-ba94e2e9008e.shogun-image {
  box-sizing: border-box;
}




}
#s-439d1221-e500-4e89-ac4b-78a68031310b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
}
@media (max-width: 767px){#s-439d1221-e500-4e89-ac4b-78a68031310b {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-439d1221-e500-4e89-ac4b-78a68031310b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-439d1221-e500-4e89-ac4b-78a68031310b.shg-box.shg-c {
  justify-content: center;
}

#s-99bf5f49-4f70-4b6c-8d25-a2ec476a0d4a {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99bf5f49-4f70-4b6c-8d25-a2ec476a0d4a .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.6em;
  
  
}


@media (max-width: 767px){#s-99bf5f49-4f70-4b6c-8d25-a2ec476a0d4a .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.6em;
  
  
}


}
#s-c29db973-b1ed-4c12-8d70-540a01e479c7 {
  margin-left: auto;
margin-right: auto;
max-width: 1180px;
}

@media (min-width: 0px) {
[id="s-c29db973-b1ed-4c12-8d70-540a01e479c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c29db973-b1ed-4c12-8d70-540a01e479c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c29db973-b1ed-4c12-8d70-540a01e479c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c29db973-b1ed-4c12-8d70-540a01e479c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-65e87e85-ae86-4f67-8178-f3755cf4feab {
  margin-bottom: 20px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(218, 230, 254, 1);
}








#s-65e87e85-ae86-4f67-8178-f3755cf4feab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65e87e85-ae86-4f67-8178-f3755cf4feab.shg-box.shg-c {
  justify-content: center;
}

#s-2ca6d914-a2a4-467f-9c30-1be997ab13f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2ca6d914-a2a4-467f-9c30-1be997ab13f1 .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-cd2e151b-abef-48ed-8791-8cb03e908baf {
  max-width: 200px;
text-align: center;
}



.shg-image-margin-container-s-cd2e151b-abef-48ed-8791-8cb03e908baf {
  
  
  
  
}

#s-cd2e151b-abef-48ed-8791-8cb03e908baf {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cd2e151b-abef-48ed-8791-8cb03e908baf.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cd2e151b-abef-48ed-8791-8cb03e908baf .shogun-image-content {
  
    align-items: center;
  
}

.s-cd2e151b-abef-48ed-8791-8cb03e908baf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd2e151b-abef-48ed-8791-8cb03e908baf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd2e151b-abef-48ed-8791-8cb03e908baf.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-cd2e151b-abef-48ed-8791-8cb03e908baf {
  
  
  
  
}

#s-cd2e151b-abef-48ed-8791-8cb03e908baf {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cd2e151b-abef-48ed-8791-8cb03e908baf.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cd2e151b-abef-48ed-8791-8cb03e908baf .shogun-image-content {
  
    align-items: center;
  
}

.s-cd2e151b-abef-48ed-8791-8cb03e908baf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd2e151b-abef-48ed-8791-8cb03e908baf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd2e151b-abef-48ed-8791-8cb03e908baf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cd2e151b-abef-48ed-8791-8cb03e908baf {
  
  
  
  
}

#s-cd2e151b-abef-48ed-8791-8cb03e908baf {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cd2e151b-abef-48ed-8791-8cb03e908baf.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cd2e151b-abef-48ed-8791-8cb03e908baf .shogun-image-content {
  
    align-items: center;
  
}

.s-cd2e151b-abef-48ed-8791-8cb03e908baf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd2e151b-abef-48ed-8791-8cb03e908baf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd2e151b-abef-48ed-8791-8cb03e908baf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cd2e151b-abef-48ed-8791-8cb03e908baf {
  
  
  
  
}

#s-cd2e151b-abef-48ed-8791-8cb03e908baf {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cd2e151b-abef-48ed-8791-8cb03e908baf.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cd2e151b-abef-48ed-8791-8cb03e908baf .shogun-image-content {
  
    align-items: center;
  
}

.s-cd2e151b-abef-48ed-8791-8cb03e908baf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd2e151b-abef-48ed-8791-8cb03e908baf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd2e151b-abef-48ed-8791-8cb03e908baf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cd2e151b-abef-48ed-8791-8cb03e908baf {
  
  
  
  
}

#s-cd2e151b-abef-48ed-8791-8cb03e908baf {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cd2e151b-abef-48ed-8791-8cb03e908baf.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-cd2e151b-abef-48ed-8791-8cb03e908baf .shogun-image-content {
  
    align-items: center;
  
}

.s-cd2e151b-abef-48ed-8791-8cb03e908baf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd2e151b-abef-48ed-8791-8cb03e908baf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd2e151b-abef-48ed-8791-8cb03e908baf.shogun-image {
  box-sizing: border-box;
}




}
#s-2f57eae7-4f54-4ffd-8654-1d2f610a3b9f {
  box-shadow:0px 34px 84px 0px rgba(105, 99, 175, 0.14);
background-image: url(https://i.shgcdn.com/5de9f59f-0bc0-4b89-aba4-cf5241ac7ab3/);
background-repeat: no-repeat;
background-size: 15.5em 100%;
margin-bottom: 23px;
padding-top: 30px;
padding-left: 0%;
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(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
background-position: left center;
opacity: 1;
}

@media (min-width: 0px) {
[id="s-2f57eae7-4f54-4ffd-8654-1d2f610a3b9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f57eae7-4f54-4ffd-8654-1d2f610a3b9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f57eae7-4f54-4ffd-8654-1d2f610a3b9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f57eae7-4f54-4ffd-8654-1d2f610a3b9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f57eae7-4f54-4ffd-8654-1d2f610a3b9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f57eae7-4f54-4ffd-8654-1d2f610a3b9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f57eae7-4f54-4ffd-8654-1d2f610a3b9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-fb1b6679-8c9a-4269-851d-49bfef6b9a69 {
  margin-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb1b6679-8c9a-4269-851d-49bfef6b9a69 .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-3939e9f0-011e-4bd6-b467-3b26367d6f48 {
  padding-left: 20px;
}

#s-f73b2717-44b7-4e61-870c-e0fb27d1ad10 {
  min-height: 50px;
}








#s-f73b2717-44b7-4e61-870c-e0fb27d1ad10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f73b2717-44b7-4e61-870c-e0fb27d1ad10.shg-box.shg-c {
  justify-content: center;
}

#s-d2095296-54f9-4467-ba2d-3f0c611b9be1 {
  padding-top: 40px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
background-color: rgba(218, 230, 254, 1);
}

@media (min-width: 0px) {
[id="s-d2095296-54f9-4467-ba2d-3f0c611b9be1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2095296-54f9-4467-ba2d-3f0c611b9be1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2095296-54f9-4467-ba2d-3f0c611b9be1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2095296-54f9-4467-ba2d-3f0c611b9be1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2095296-54f9-4467-ba2d-3f0c611b9be1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2095296-54f9-4467-ba2d-3f0c611b9be1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2095296-54f9-4467-ba2d-3f0c611b9be1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-b10c785a-aa37-4233-b15a-d6285ccd9794 {
  min-height: 50px;
}








#s-b10c785a-aa37-4233-b15a-d6285ccd9794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b10c785a-aa37-4233-b15a-d6285ccd9794.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-b10c785a-aa37-4233-b15a-d6285ccd9794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b10c785a-aa37-4233-b15a-d6285ccd9794.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-d67ec882-3646-4dfb-82b9-2300d0890be7 {
  text-align: center;
}



.shg-image-margin-container-s-d67ec882-3646-4dfb-82b9-2300d0890be7 {
  
  
  
  
}

#s-d67ec882-3646-4dfb-82b9-2300d0890be7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d67ec882-3646-4dfb-82b9-2300d0890be7.shogun-image {
    
    
    
    
  }


.s-d67ec882-3646-4dfb-82b9-2300d0890be7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d67ec882-3646-4dfb-82b9-2300d0890be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d67ec882-3646-4dfb-82b9-2300d0890be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d67ec882-3646-4dfb-82b9-2300d0890be7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d67ec882-3646-4dfb-82b9-2300d0890be7 {
  
  
  
  
}

#s-d67ec882-3646-4dfb-82b9-2300d0890be7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d67ec882-3646-4dfb-82b9-2300d0890be7.shogun-image {
    
    
    
    
  }


.s-d67ec882-3646-4dfb-82b9-2300d0890be7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d67ec882-3646-4dfb-82b9-2300d0890be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d67ec882-3646-4dfb-82b9-2300d0890be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d67ec882-3646-4dfb-82b9-2300d0890be7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d67ec882-3646-4dfb-82b9-2300d0890be7 {
  
  
  
  
}

#s-d67ec882-3646-4dfb-82b9-2300d0890be7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d67ec882-3646-4dfb-82b9-2300d0890be7.shogun-image {
    
    
    
    
  }


.s-d67ec882-3646-4dfb-82b9-2300d0890be7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d67ec882-3646-4dfb-82b9-2300d0890be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d67ec882-3646-4dfb-82b9-2300d0890be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d67ec882-3646-4dfb-82b9-2300d0890be7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d67ec882-3646-4dfb-82b9-2300d0890be7 {
  
  
  
  
}

#s-d67ec882-3646-4dfb-82b9-2300d0890be7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d67ec882-3646-4dfb-82b9-2300d0890be7.shogun-image {
    
    
    
    
  }


.s-d67ec882-3646-4dfb-82b9-2300d0890be7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d67ec882-3646-4dfb-82b9-2300d0890be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d67ec882-3646-4dfb-82b9-2300d0890be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d67ec882-3646-4dfb-82b9-2300d0890be7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d67ec882-3646-4dfb-82b9-2300d0890be7 {
  
  
  
  
}

#s-d67ec882-3646-4dfb-82b9-2300d0890be7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d67ec882-3646-4dfb-82b9-2300d0890be7.shogun-image {
    
    
    
    
  }


.s-d67ec882-3646-4dfb-82b9-2300d0890be7 .shogun-image-content {
  
    align-items: center;
  
}

.s-d67ec882-3646-4dfb-82b9-2300d0890be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d67ec882-3646-4dfb-82b9-2300d0890be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d67ec882-3646-4dfb-82b9-2300d0890be7.shogun-image {
  box-sizing: border-box;
}




}
#s-b75c7e6f-97fb-42f6-84ff-bad2c29d1c78 {
  min-height: 50px;
}








#s-b75c7e6f-97fb-42f6-84ff-bad2c29d1c78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b75c7e6f-97fb-42f6-84ff-bad2c29d1c78.shg-box.shg-c {
  justify-content: center;
}

#s-fe2ccad6-76c1-4dd2-a4ff-a59f8560930b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fe2ccad6-76c1-4dd2-a4ff-a59f8560930b .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.8em;
  
  text-align: left;
}



#s-18452bd0-547d-4db1-a6c5-673713d62c3e {
  box-shadow:0px 34px 84px 0px rgba(105, 99, 175, 0.14);
margin-bottom: 20px;
padding-top: 40px;
padding-left: 60px;
padding-bottom: 42px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-18452bd0-547d-4db1-a6c5-673713d62c3e {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-18452bd0-547d-4db1-a6c5-673713d62c3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18452bd0-547d-4db1-a6c5-673713d62c3e.shg-box.shg-c {
  justify-content: center;
}

#s-73f4d952-9a4d-469b-8753-c0b28d55e85e {
  max-width: 300px;
text-align: center;
}



.shg-image-margin-container-s-73f4d952-9a4d-469b-8753-c0b28d55e85e {
  
  
  
  
}

#s-73f4d952-9a4d-469b-8753-c0b28d55e85e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-73f4d952-9a4d-469b-8753-c0b28d55e85e .shogun-image-content {
  
    align-items: center;
  
}

.s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-73f4d952-9a4d-469b-8753-c0b28d55e85e {
  
  
  
  
}

#s-73f4d952-9a4d-469b-8753-c0b28d55e85e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-73f4d952-9a4d-469b-8753-c0b28d55e85e .shogun-image-content {
  
    align-items: center;
  
}

.s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-73f4d952-9a4d-469b-8753-c0b28d55e85e {
  
  
  
  
}

#s-73f4d952-9a4d-469b-8753-c0b28d55e85e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-73f4d952-9a4d-469b-8753-c0b28d55e85e .shogun-image-content {
  
    align-items: center;
  
}

.s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-73f4d952-9a4d-469b-8753-c0b28d55e85e {
  
  
  
  
}

#s-73f4d952-9a4d-469b-8753-c0b28d55e85e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-73f4d952-9a4d-469b-8753-c0b28d55e85e .shogun-image-content {
  
    align-items: center;
  
}

.s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-73f4d952-9a4d-469b-8753-c0b28d55e85e {
  
  
  
  
}

#s-73f4d952-9a4d-469b-8753-c0b28d55e85e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-73f4d952-9a4d-469b-8753-c0b28d55e85e .shogun-image-content {
  
    align-items: center;
  
}

.s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f4d952-9a4d-469b-8753-c0b28d55e85e.shogun-image {
  box-sizing: border-box;
}




}
#s-c7d4b365-c248-4896-8c88-e5b5470c591d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c7d4b365-c248-4896-8c88-e5b5470c591d .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-f09c42c4-9dc5-48a5-85ac-c2f774f2a4f3 {
  margin-bottom: 23px;
padding-top: 40px;
padding-left: 60px;
padding-bottom: 40px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(218, 230, 254, 1);
}
@media (max-width: 767px){#s-f09c42c4-9dc5-48a5-85ac-c2f774f2a4f3 {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-f09c42c4-9dc5-48a5-85ac-c2f774f2a4f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f09c42c4-9dc5-48a5-85ac-c2f774f2a4f3.shg-box.shg-c {
  justify-content: center;
}

#s-7eb414e2-e5ac-4716-ac82-e066c8915b2c {
  max-width: 249px;
text-align: center;
}



.shg-image-margin-container-s-7eb414e2-e5ac-4716-ac82-e066c8915b2c {
  
  
  
  
}

#s-7eb414e2-e5ac-4716-ac82-e066c8915b2c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shogun-image {
    
    
    
    max-height: 249px;
  }


.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c .shogun-image-content {
  
    align-items: center;
  
}

.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7eb414e2-e5ac-4716-ac82-e066c8915b2c {
  
  
  
  
}

#s-7eb414e2-e5ac-4716-ac82-e066c8915b2c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shogun-image {
    
    
    
    max-height: 249px;
  }


.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c .shogun-image-content {
  
    align-items: center;
  
}

.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7eb414e2-e5ac-4716-ac82-e066c8915b2c {
  
  
  
  
}

#s-7eb414e2-e5ac-4716-ac82-e066c8915b2c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shogun-image {
    
    
    
    max-height: 249px;
  }


.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c .shogun-image-content {
  
    align-items: center;
  
}

.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7eb414e2-e5ac-4716-ac82-e066c8915b2c {
  
  
  
  
}

#s-7eb414e2-e5ac-4716-ac82-e066c8915b2c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shogun-image {
    
    
    
    max-height: 249px;
  }


.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c .shogun-image-content {
  
    align-items: center;
  
}

.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7eb414e2-e5ac-4716-ac82-e066c8915b2c {
  
  
  
  
}

#s-7eb414e2-e5ac-4716-ac82-e066c8915b2c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shogun-image {
    
    
    
    max-height: 249px;
  }


.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c .shogun-image-content {
  
    align-items: center;
  
}

.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eb414e2-e5ac-4716-ac82-e066c8915b2c.shogun-image {
  box-sizing: border-box;
}




}
#s-dba64509-0bc8-4f12-855f-e69152d7283b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dba64509-0bc8-4f12-855f-e69152d7283b .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.8em;
  
  text-align: left;
}



#s-ae912674-858b-4166-86b1-77aae426be6f {
  box-shadow:0px 34px 84px 0px rgba(105, 99, 175, 0.14);
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ae912674-858b-4166-86b1-77aae426be6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae912674-858b-4166-86b1-77aae426be6f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae912674-858b-4166-86b1-77aae426be6f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae912674-858b-4166-86b1-77aae426be6f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae912674-858b-4166-86b1-77aae426be6f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae912674-858b-4166-86b1-77aae426be6f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ae912674-858b-4166-86b1-77aae426be6f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7d992b59-012b-4b1c-b842-028a935bfd16 {
  
}








#s-7d992b59-012b-4b1c-b842-028a935bfd16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d992b59-012b-4b1c-b842-028a935bfd16.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-7d992b59-012b-4b1c-b842-028a935bfd16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d992b59-012b-4b1c-b842-028a935bfd16.shg-box.shg-c {
  justify-content: center;
}
}
#s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2 {
  text-align: center;
}



.shg-image-margin-container-s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2 {
  
  
  
  
}

#s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shogun-image {
    
    
    
    
  }


.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2 {
  
  
  
  
}

#s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shogun-image {
    
    
    
    
  }


.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2 {
  
  
  
  
}

#s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shogun-image {
    
    
    
    
  }


.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2 {
  
  
  
  
}

#s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shogun-image {
    
    
    
    
  }


.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2 {
  
  
  
  
}

#s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shogun-image {
    
    
    
    
  }


.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdb76d45-587f-4b0f-8edd-07ffcfba16b2.shogun-image {
  box-sizing: border-box;
}




}
#s-a72a99f9-bf89-43c8-a00e-68811ec3cdd5 {
  min-height: 50px;
}








#s-a72a99f9-bf89-43c8-a00e-68811ec3cdd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a72a99f9-bf89-43c8-a00e-68811ec3cdd5.shg-box.shg-c {
  justify-content: center;
}

#s-c886d40e-3e72-4673-b223-2453ebbd87ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c886d40e-3e72-4673-b223-2453ebbd87ec .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-cebfcda2-75dc-42ee-a990-54e8ab100733 {
  margin-bottom: 80px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}








#s-cebfcda2-75dc-42ee-a990-54e8ab100733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cebfcda2-75dc-42ee-a990-54e8ab100733.shg-box.shg-c {
  justify-content: center;
}

#s-1b117e0f-750d-4c69-91d0-ac1d5cbcc0ed {
  margin-left: auto;
margin-right: auto;
padding-top: 48px;
padding-left: 30px;
padding-bottom: 48px;
padding-right: 100px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
background-color: rgba(242, 245, 250, 1);
}
@media (max-width: 767px){#s-1b117e0f-750d-4c69-91d0-ac1d5cbcc0ed {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-1b117e0f-750d-4c69-91d0-ac1d5cbcc0ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b117e0f-750d-4c69-91d0-ac1d5cbcc0ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b117e0f-750d-4c69-91d0-ac1d5cbcc0ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b117e0f-750d-4c69-91d0-ac1d5cbcc0ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b117e0f-750d-4c69-91d0-ac1d5cbcc0ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b117e0f-750d-4c69-91d0-ac1d5cbcc0ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b117e0f-750d-4c69-91d0-ac1d5cbcc0ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-63b68e1b-506f-4321-b701-efddfc324c2c {
  max-width: 300px;
text-align: center;
}



.shg-image-margin-container-s-63b68e1b-506f-4321-b701-efddfc324c2c {
  
  
  
  
}

#s-63b68e1b-506f-4321-b701-efddfc324c2c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-63b68e1b-506f-4321-b701-efddfc324c2c.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-63b68e1b-506f-4321-b701-efddfc324c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-63b68e1b-506f-4321-b701-efddfc324c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63b68e1b-506f-4321-b701-efddfc324c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63b68e1b-506f-4321-b701-efddfc324c2c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-63b68e1b-506f-4321-b701-efddfc324c2c {
  
  
  
  
}

#s-63b68e1b-506f-4321-b701-efddfc324c2c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-63b68e1b-506f-4321-b701-efddfc324c2c.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-63b68e1b-506f-4321-b701-efddfc324c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-63b68e1b-506f-4321-b701-efddfc324c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63b68e1b-506f-4321-b701-efddfc324c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63b68e1b-506f-4321-b701-efddfc324c2c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-63b68e1b-506f-4321-b701-efddfc324c2c {
  
  
  
  
}

#s-63b68e1b-506f-4321-b701-efddfc324c2c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-63b68e1b-506f-4321-b701-efddfc324c2c.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-63b68e1b-506f-4321-b701-efddfc324c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-63b68e1b-506f-4321-b701-efddfc324c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63b68e1b-506f-4321-b701-efddfc324c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63b68e1b-506f-4321-b701-efddfc324c2c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-63b68e1b-506f-4321-b701-efddfc324c2c {
  
  
  
  
}

#s-63b68e1b-506f-4321-b701-efddfc324c2c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-63b68e1b-506f-4321-b701-efddfc324c2c.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-63b68e1b-506f-4321-b701-efddfc324c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-63b68e1b-506f-4321-b701-efddfc324c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63b68e1b-506f-4321-b701-efddfc324c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63b68e1b-506f-4321-b701-efddfc324c2c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-63b68e1b-506f-4321-b701-efddfc324c2c {
  
  
  
  
}

#s-63b68e1b-506f-4321-b701-efddfc324c2c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-63b68e1b-506f-4321-b701-efddfc324c2c.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-63b68e1b-506f-4321-b701-efddfc324c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-63b68e1b-506f-4321-b701-efddfc324c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63b68e1b-506f-4321-b701-efddfc324c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63b68e1b-506f-4321-b701-efddfc324c2c.shogun-image {
  box-sizing: border-box;
}




}
#s-3cda827e-e95d-4d6f-9340-da7f2aa34184 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3cda827e-e95d-4d6f-9340-da7f2aa34184 .shogun-heading-component h1 {
  color: rgba(53, 57, 73, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-3cda827e-e95d-4d6f-9340-da7f2aa34184 .shogun-heading-component h1 {
  color: rgba(53, 57, 73, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}
#s-aa370f12-19f7-4b4e-b8e3-e3d28934aa2f {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTBmOGYwMjYtN2MzMC00MDM5LTk1NDktZDBkZWZmMDk0MDkyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTU0N2FjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzI3NGY5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMGY4ZjAyNi03YzMwLTQwMzktOTU0OS1kMGRlZmYwOTQwOTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: left;
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
line-height: 1.99em;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1547ac"}, {"id"=>2, "pos"=>1, "color"=>"#3274f9"}];
background-position: center center;
}
#s-aa370f12-19f7-4b4e-b8e3-e3d28934aa2f:hover {background-image: url(https://i.shgcdn.com/0e45b638-8ec3-4761-86fc-5193d03ba612/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: image !important;}#s-aa370f12-19f7-4b4e-b8e3-e3d28934aa2f:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-aa370f12-19f7-4b4e-b8e3-e3d28934aa2f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa370f12-19f7-4b4e-b8e3-e3d28934aa2f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa370f12-19f7-4b4e-b8e3-e3d28934aa2f {
  
}
}@media (max-width: 767px){#s-aa370f12-19f7-4b4e-b8e3-e3d28934aa2f {
  
}
}

  #s-aa370f12-19f7-4b4e-b8e3-e3d28934aa2f-root {
    text-align: left;
  }


#s-aa370f12-19f7-4b4e-b8e3-e3d28934aa2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa370f12-19f7-4b4e-b8e3-e3d28934aa2f-root {
    text-align: left;
  }


#s-aa370f12-19f7-4b4e-b8e3-e3d28934aa2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa370f12-19f7-4b4e-b8e3-e3d28934aa2f-root {
    text-align: left;
  }


#s-aa370f12-19f7-4b4e-b8e3-e3d28934aa2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa370f12-19f7-4b4e-b8e3-e3d28934aa2f-root {
    text-align: left;
  }


#s-aa370f12-19f7-4b4e-b8e3-e3d28934aa2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa370f12-19f7-4b4e-b8e3-e3d28934aa2f-root {
    text-align: left;
  }


#s-aa370f12-19f7-4b4e-b8e3-e3d28934aa2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-7fb43d21-fc0a-4e8a-89fa-5ccbdab03a0a {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-7fb43d21-fc0a-4e8a-89fa-5ccbdab03a0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fb43d21-fc0a-4e8a-89fa-5ccbdab03a0a.shg-box.shg-c {
  justify-content: center;
}

#s-be9181fc-099c-4a64-b320-2e43cb5ca751 {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be9181fc-099c-4a64-b320-2e43cb5ca751 .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.6em;
  
  
}


@media (max-width: 767px){#s-be9181fc-099c-4a64-b320-2e43cb5ca751 .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.6em;
  
  
}


}
#s-c1bc5eb1-3653-43dd-9dcd-0bcd106558b3 {
  margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
max-width: 1180px;
}

@media (min-width: 0px) {
[id="s-c1bc5eb1-3653-43dd-9dcd-0bcd106558b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c1bc5eb1-3653-43dd-9dcd-0bcd106558b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c1bc5eb1-3653-43dd-9dcd-0bcd106558b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c1bc5eb1-3653-43dd-9dcd-0bcd106558b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

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

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

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

#s-4e27add2-df1b-45a0-b3eb-436c3be2feb5 {
  margin-bottom: 40px;
}

#s-6cbd76c9-cfe5-4bad-b08b-78c8d6ae9150 {
  text-align: left;
}

#s-e333dc3f-a9f5-4dc4-894f-50bb0e58c875 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 90px;
padding-left: 5%;
padding-bottom: 90px;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-e333dc3f-a9f5-4dc4-894f-50bb0e58c875 {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-e333dc3f-a9f5-4dc4-894f-50bb0e58c875 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.9;
  display: block;
}#s-e333dc3f-a9f5-4dc4-894f-50bb0e58c875.shg-box.shg-c {
  justify-content: center;
}

#s-e80641ea-3f07-4191-ad93-29685a5c7717 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e80641ea-3f07-4191-ad93-29685a5c7717 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.6em;
  
  
}


@media (min-width: 1200px){#s-e80641ea-3f07-4191-ad93-29685a5c7717 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.6em;
  
  
}


}@media (max-width: 767px){#s-e80641ea-3f07-4191-ad93-29685a5c7717 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.6em;
  
  
}


}
#s-e398ec3c-8011-4f49-b193-cd9da077c9e9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-top: 34px;
padding-left: 38px;
padding-bottom: 34px;
padding-right: 38px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(120, 120, 120, 1);
border-style: solid;
min-height: 50px;
max-width: 878px;
}








#s-e398ec3c-8011-4f49-b193-cd9da077c9e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e398ec3c-8011-4f49-b193-cd9da077c9e9.shg-box.shg-c {
  justify-content: center;
}

#s-406862e8-2fdf-4ec7-9726-514311e791eb {
  text-align: left;
}



.shg-image-margin-container-s-406862e8-2fdf-4ec7-9726-514311e791eb {
  
  
  
  
}

#s-406862e8-2fdf-4ec7-9726-514311e791eb {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-406862e8-2fdf-4ec7-9726-514311e791eb.shogun-image {
    
    
    
    
  }


.s-406862e8-2fdf-4ec7-9726-514311e791eb .shogun-image-content {
  
    align-items: center;
  
}

.s-406862e8-2fdf-4ec7-9726-514311e791eb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-406862e8-2fdf-4ec7-9726-514311e791eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-406862e8-2fdf-4ec7-9726-514311e791eb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-406862e8-2fdf-4ec7-9726-514311e791eb {
  
  
  
  
}

#s-406862e8-2fdf-4ec7-9726-514311e791eb {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-406862e8-2fdf-4ec7-9726-514311e791eb.shogun-image {
    
    
    
    
  }


.s-406862e8-2fdf-4ec7-9726-514311e791eb .shogun-image-content {
  
    align-items: center;
  
}

.s-406862e8-2fdf-4ec7-9726-514311e791eb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-406862e8-2fdf-4ec7-9726-514311e791eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-406862e8-2fdf-4ec7-9726-514311e791eb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-406862e8-2fdf-4ec7-9726-514311e791eb {
  
  
  
  
}

#s-406862e8-2fdf-4ec7-9726-514311e791eb {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-406862e8-2fdf-4ec7-9726-514311e791eb.shogun-image {
    
    
    
    
  }


.s-406862e8-2fdf-4ec7-9726-514311e791eb .shogun-image-content {
  
    align-items: center;
  
}

.s-406862e8-2fdf-4ec7-9726-514311e791eb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-406862e8-2fdf-4ec7-9726-514311e791eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-406862e8-2fdf-4ec7-9726-514311e791eb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-406862e8-2fdf-4ec7-9726-514311e791eb {
  
  
  
  
}

#s-406862e8-2fdf-4ec7-9726-514311e791eb {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-406862e8-2fdf-4ec7-9726-514311e791eb.shogun-image {
    
    
    
    
  }


.s-406862e8-2fdf-4ec7-9726-514311e791eb .shogun-image-content {
  
    align-items: center;
  
}

.s-406862e8-2fdf-4ec7-9726-514311e791eb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-406862e8-2fdf-4ec7-9726-514311e791eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-406862e8-2fdf-4ec7-9726-514311e791eb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-406862e8-2fdf-4ec7-9726-514311e791eb {
  
  
  
  
}

#s-406862e8-2fdf-4ec7-9726-514311e791eb {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-406862e8-2fdf-4ec7-9726-514311e791eb.shogun-image {
    
    
    
    
  }


.s-406862e8-2fdf-4ec7-9726-514311e791eb .shogun-image-content {
  
    align-items: center;
  
}

.s-406862e8-2fdf-4ec7-9726-514311e791eb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-406862e8-2fdf-4ec7-9726-514311e791eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-406862e8-2fdf-4ec7-9726-514311e791eb.shogun-image {
  box-sizing: border-box;
}




}
#s-e0b46683-5b6c-4e19-bd5d-042af3866e24 {
  margin-top: 12px;
margin-bottom: 8px;
}

#s-41f033ee-5b30-440f-a680-13d854e10386 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-41f033ee-5b30-440f-a680-13d854e10386 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c4074bb7-db70-4039-b1c1-164394fdb8a1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-top: 34px;
padding-left: 38px;
padding-bottom: 34px;
padding-right: 38px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(120, 120, 120, 1);
border-style: solid;
min-height: 50px;
max-width: 878px;
}








#s-c4074bb7-db70-4039-b1c1-164394fdb8a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4074bb7-db70-4039-b1c1-164394fdb8a1.shg-box.shg-c {
  justify-content: center;
}

#s-866bff91-285d-4bb0-b3fa-c23595317653 {
  text-align: left;
}



.shg-image-margin-container-s-866bff91-285d-4bb0-b3fa-c23595317653 {
  
  
  
  
}

#s-866bff91-285d-4bb0-b3fa-c23595317653 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-866bff91-285d-4bb0-b3fa-c23595317653.shogun-image {
    
    
    
    
  }


.s-866bff91-285d-4bb0-b3fa-c23595317653 .shogun-image-content {
  
    align-items: center;
  
}

.s-866bff91-285d-4bb0-b3fa-c23595317653.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-866bff91-285d-4bb0-b3fa-c23595317653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-866bff91-285d-4bb0-b3fa-c23595317653.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-866bff91-285d-4bb0-b3fa-c23595317653 {
  
  
  
  
}

#s-866bff91-285d-4bb0-b3fa-c23595317653 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-866bff91-285d-4bb0-b3fa-c23595317653.shogun-image {
    
    
    
    
  }


.s-866bff91-285d-4bb0-b3fa-c23595317653 .shogun-image-content {
  
    align-items: center;
  
}

.s-866bff91-285d-4bb0-b3fa-c23595317653.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-866bff91-285d-4bb0-b3fa-c23595317653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-866bff91-285d-4bb0-b3fa-c23595317653.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-866bff91-285d-4bb0-b3fa-c23595317653 {
  
  
  
  
}

#s-866bff91-285d-4bb0-b3fa-c23595317653 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-866bff91-285d-4bb0-b3fa-c23595317653.shogun-image {
    
    
    
    
  }


.s-866bff91-285d-4bb0-b3fa-c23595317653 .shogun-image-content {
  
    align-items: center;
  
}

.s-866bff91-285d-4bb0-b3fa-c23595317653.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-866bff91-285d-4bb0-b3fa-c23595317653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-866bff91-285d-4bb0-b3fa-c23595317653.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-866bff91-285d-4bb0-b3fa-c23595317653 {
  
  
  
  
}

#s-866bff91-285d-4bb0-b3fa-c23595317653 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-866bff91-285d-4bb0-b3fa-c23595317653.shogun-image {
    
    
    
    
  }


.s-866bff91-285d-4bb0-b3fa-c23595317653 .shogun-image-content {
  
    align-items: center;
  
}

.s-866bff91-285d-4bb0-b3fa-c23595317653.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-866bff91-285d-4bb0-b3fa-c23595317653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-866bff91-285d-4bb0-b3fa-c23595317653.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-866bff91-285d-4bb0-b3fa-c23595317653 {
  
  
  
  
}

#s-866bff91-285d-4bb0-b3fa-c23595317653 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-866bff91-285d-4bb0-b3fa-c23595317653.shogun-image {
    
    
    
    
  }


.s-866bff91-285d-4bb0-b3fa-c23595317653 .shogun-image-content {
  
    align-items: center;
  
}

.s-866bff91-285d-4bb0-b3fa-c23595317653.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-866bff91-285d-4bb0-b3fa-c23595317653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-866bff91-285d-4bb0-b3fa-c23595317653.shogun-image {
  box-sizing: border-box;
}




}
#s-18b2b0ce-4df0-46ea-b351-fe80cc76826d {
  margin-top: 12px;
margin-bottom: 8px;
}

#s-d76d038a-441b-4ef6-9f91-0cfae23321ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d76d038a-441b-4ef6-9f91-0cfae23321ba .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-ff3b4b3a-7e0a-43cc-aa35-cf09d98d1ee0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-top: 34px;
padding-left: 38px;
padding-bottom: 34px;
padding-right: 38px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(120, 120, 120, 1);
border-style: solid;
min-height: 50px;
max-width: 878px;
}








#s-ff3b4b3a-7e0a-43cc-aa35-cf09d98d1ee0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff3b4b3a-7e0a-43cc-aa35-cf09d98d1ee0.shg-box.shg-c {
  justify-content: center;
}

#s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684 {
  text-align: left;
}



.shg-image-margin-container-s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684 {
  
  
  
  
}

#s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shogun-image {
    
    
    
    
  }


.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684 {
  
  
  
  
}

#s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shogun-image {
    
    
    
    
  }


.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684 {
  
  
  
  
}

#s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shogun-image {
    
    
    
    
  }


.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684 {
  
  
  
  
}

#s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shogun-image {
    
    
    
    
  }


.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684 {
  
  
  
  
}

#s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shogun-image {
    
    
    
    
  }


.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b7fbc5b-5875-4674-8e7d-2d9f0dcd8684.shogun-image {
  box-sizing: border-box;
}




}
#s-36d8ac45-cc4d-48c6-a9ed-84312c6ea22d {
  margin-top: 12px;
margin-bottom: 8px;
}

#s-fcfff59c-78c7-4800-8612-71ef5d9891b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fcfff59c-78c7-4800-8612-71ef5d9891b0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-3a79736e-acf9-4860-ab9c-9bade2fd714f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-top: 34px;
padding-left: 38px;
padding-bottom: 34px;
padding-right: 38px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(120, 120, 120, 1);
border-style: solid;
min-height: 50px;
max-width: 878px;
}








#s-3a79736e-acf9-4860-ab9c-9bade2fd714f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a79736e-acf9-4860-ab9c-9bade2fd714f.shg-box.shg-c {
  justify-content: center;
}

#s-e2ae6858-c119-46de-957f-a0a1de4030dc {
  text-align: left;
}



.shg-image-margin-container-s-e2ae6858-c119-46de-957f-a0a1de4030dc {
  
  
  
  
}

#s-e2ae6858-c119-46de-957f-a0a1de4030dc {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e2ae6858-c119-46de-957f-a0a1de4030dc.shogun-image {
    
    
    
    
  }


.s-e2ae6858-c119-46de-957f-a0a1de4030dc .shogun-image-content {
  
    align-items: center;
  
}

.s-e2ae6858-c119-46de-957f-a0a1de4030dc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2ae6858-c119-46de-957f-a0a1de4030dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2ae6858-c119-46de-957f-a0a1de4030dc.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e2ae6858-c119-46de-957f-a0a1de4030dc {
  
  
  
  
}

#s-e2ae6858-c119-46de-957f-a0a1de4030dc {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e2ae6858-c119-46de-957f-a0a1de4030dc.shogun-image {
    
    
    
    
  }


.s-e2ae6858-c119-46de-957f-a0a1de4030dc .shogun-image-content {
  
    align-items: center;
  
}

.s-e2ae6858-c119-46de-957f-a0a1de4030dc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2ae6858-c119-46de-957f-a0a1de4030dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2ae6858-c119-46de-957f-a0a1de4030dc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e2ae6858-c119-46de-957f-a0a1de4030dc {
  
  
  
  
}

#s-e2ae6858-c119-46de-957f-a0a1de4030dc {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e2ae6858-c119-46de-957f-a0a1de4030dc.shogun-image {
    
    
    
    
  }


.s-e2ae6858-c119-46de-957f-a0a1de4030dc .shogun-image-content {
  
    align-items: center;
  
}

.s-e2ae6858-c119-46de-957f-a0a1de4030dc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2ae6858-c119-46de-957f-a0a1de4030dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2ae6858-c119-46de-957f-a0a1de4030dc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e2ae6858-c119-46de-957f-a0a1de4030dc {
  
  
  
  
}

#s-e2ae6858-c119-46de-957f-a0a1de4030dc {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e2ae6858-c119-46de-957f-a0a1de4030dc.shogun-image {
    
    
    
    
  }


.s-e2ae6858-c119-46de-957f-a0a1de4030dc .shogun-image-content {
  
    align-items: center;
  
}

.s-e2ae6858-c119-46de-957f-a0a1de4030dc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2ae6858-c119-46de-957f-a0a1de4030dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2ae6858-c119-46de-957f-a0a1de4030dc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e2ae6858-c119-46de-957f-a0a1de4030dc {
  
  
  
  
}

#s-e2ae6858-c119-46de-957f-a0a1de4030dc {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e2ae6858-c119-46de-957f-a0a1de4030dc.shogun-image {
    
    
    
    
  }


.s-e2ae6858-c119-46de-957f-a0a1de4030dc .shogun-image-content {
  
    align-items: center;
  
}

.s-e2ae6858-c119-46de-957f-a0a1de4030dc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2ae6858-c119-46de-957f-a0a1de4030dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2ae6858-c119-46de-957f-a0a1de4030dc.shogun-image {
  box-sizing: border-box;
}




}
#s-cfe5b0d4-183d-46b8-a950-c4a75e4e6dc0 {
  margin-top: 12px;
margin-bottom: 8px;
}

#s-30bb399d-995d-4a34-9fc1-24cc681f255b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-30bb399d-995d-4a34-9fc1-24cc681f255b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-120c6ec7-b0a2-4bd2-9e31-5a6d25ab5a39 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-top: 34px;
padding-left: 38px;
padding-bottom: 34px;
padding-right: 38px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(120, 120, 120, 1);
border-style: solid;
min-height: 50px;
max-width: 878px;
}








#s-120c6ec7-b0a2-4bd2-9e31-5a6d25ab5a39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-120c6ec7-b0a2-4bd2-9e31-5a6d25ab5a39.shg-box.shg-c {
  justify-content: center;
}

#s-bb0f1699-cdd2-4ea9-94f2-167c130c3163 {
  text-align: left;
}



.shg-image-margin-container-s-bb0f1699-cdd2-4ea9-94f2-167c130c3163 {
  
  
  
  
}

#s-bb0f1699-cdd2-4ea9-94f2-167c130c3163 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shogun-image {
    
    
    
    
  }


.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bb0f1699-cdd2-4ea9-94f2-167c130c3163 {
  
  
  
  
}

#s-bb0f1699-cdd2-4ea9-94f2-167c130c3163 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shogun-image {
    
    
    
    
  }


.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bb0f1699-cdd2-4ea9-94f2-167c130c3163 {
  
  
  
  
}

#s-bb0f1699-cdd2-4ea9-94f2-167c130c3163 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shogun-image {
    
    
    
    
  }


.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bb0f1699-cdd2-4ea9-94f2-167c130c3163 {
  
  
  
  
}

#s-bb0f1699-cdd2-4ea9-94f2-167c130c3163 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shogun-image {
    
    
    
    
  }


.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bb0f1699-cdd2-4ea9-94f2-167c130c3163 {
  
  
  
  
}

#s-bb0f1699-cdd2-4ea9-94f2-167c130c3163 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shogun-image {
    
    
    
    
  }


.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb0f1699-cdd2-4ea9-94f2-167c130c3163.shogun-image {
  box-sizing: border-box;
}




}
#s-af5229c1-c80d-421a-87ed-f4680d4bd347 {
  margin-top: 12px;
margin-bottom: 8px;
}

#s-6fc0db31-fc2e-4252-96cc-14c37dd1ef8b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6fc0db31-fc2e-4252-96cc-14c37dd1ef8b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8f56b31f-9d3f-4785-9f37-e1183c53bff3 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 75px;
padding-bottom: 75px;
min-height: 50px;
}
@media (max-width: 767px){#s-8f56b31f-9d3f-4785-9f37-e1183c53bff3 {
  padding-top: 50px;
padding-bottom: 20px;
}
}







#s-8f56b31f-9d3f-4785-9f37-e1183c53bff3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f56b31f-9d3f-4785-9f37-e1183c53bff3.shg-box.shg-c {
  justify-content: center;
}

#s-ad38a2d6-9c0c-4238-8b9b-d334641694b6 {
  padding-top: 0px;
padding-bottom: 70px;
text-align: center;
}

#s-ad38a2d6-9c0c-4238-8b9b-d334641694b6 .shogun-heading-component h1 {
  color: rgba(53, 57, 73, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-ad38a2d6-9c0c-4238-8b9b-d334641694b6 .shogun-heading-component h1 {
  color: rgba(53, 57, 73, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-bb53ffee-23bf-489f-a903-3aada309b0ae {
  margin-left: auto;
margin-right: auto;
max-width: 930px;
}

@media (min-width: 0px) {
[id="s-bb53ffee-23bf-489f-a903-3aada309b0ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb53ffee-23bf-489f-a903-3aada309b0ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 992px) {
[id="s-bb53ffee-23bf-489f-a903-3aada309b0ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb53ffee-23bf-489f-a903-3aada309b0ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.5px);
}

}

#s-25da9862-106c-4a25-8132-1b9cde506ffa {
  margin-bottom: 27px;
padding-top: 32px;
padding-left: 18px;
padding-bottom: 32px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
background-color: rgba(242, 245, 250, 1);
}

@media (min-width: 0px) {
[id="s-25da9862-106c-4a25-8132-1b9cde506ffa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25da9862-106c-4a25-8132-1b9cde506ffa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25da9862-106c-4a25-8132-1b9cde506ffa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25da9862-106c-4a25-8132-1b9cde506ffa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25da9862-106c-4a25-8132-1b9cde506ffa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25da9862-106c-4a25-8132-1b9cde506ffa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25da9862-106c-4a25-8132-1b9cde506ffa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-726bf2a2-4540-464d-87b2-89e882609a7a {
  text-align: left;
}



.shg-image-margin-container-s-726bf2a2-4540-464d-87b2-89e882609a7a {
  
  
  
  
}

#s-726bf2a2-4540-464d-87b2-89e882609a7a {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-726bf2a2-4540-464d-87b2-89e882609a7a.shogun-image {
    
    
    
    
  }


.s-726bf2a2-4540-464d-87b2-89e882609a7a .shogun-image-content {
  
    align-items: center;
  
}

.s-726bf2a2-4540-464d-87b2-89e882609a7a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-726bf2a2-4540-464d-87b2-89e882609a7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726bf2a2-4540-464d-87b2-89e882609a7a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-726bf2a2-4540-464d-87b2-89e882609a7a {
  
  
  
  
}

#s-726bf2a2-4540-464d-87b2-89e882609a7a {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-726bf2a2-4540-464d-87b2-89e882609a7a.shogun-image {
    
    
    
    
  }


.s-726bf2a2-4540-464d-87b2-89e882609a7a .shogun-image-content {
  
    align-items: center;
  
}

.s-726bf2a2-4540-464d-87b2-89e882609a7a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-726bf2a2-4540-464d-87b2-89e882609a7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726bf2a2-4540-464d-87b2-89e882609a7a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-726bf2a2-4540-464d-87b2-89e882609a7a {
  
  
  
  
}

#s-726bf2a2-4540-464d-87b2-89e882609a7a {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-726bf2a2-4540-464d-87b2-89e882609a7a.shogun-image {
    
    
    
    
  }


.s-726bf2a2-4540-464d-87b2-89e882609a7a .shogun-image-content {
  
    align-items: center;
  
}

.s-726bf2a2-4540-464d-87b2-89e882609a7a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-726bf2a2-4540-464d-87b2-89e882609a7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726bf2a2-4540-464d-87b2-89e882609a7a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-726bf2a2-4540-464d-87b2-89e882609a7a {
  
  
  
  
}

#s-726bf2a2-4540-464d-87b2-89e882609a7a {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-726bf2a2-4540-464d-87b2-89e882609a7a.shogun-image {
    
    
    
    
  }


.s-726bf2a2-4540-464d-87b2-89e882609a7a .shogun-image-content {
  
    align-items: center;
  
}

.s-726bf2a2-4540-464d-87b2-89e882609a7a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-726bf2a2-4540-464d-87b2-89e882609a7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726bf2a2-4540-464d-87b2-89e882609a7a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-726bf2a2-4540-464d-87b2-89e882609a7a {
  
  
  
  
}

#s-726bf2a2-4540-464d-87b2-89e882609a7a {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-726bf2a2-4540-464d-87b2-89e882609a7a.shogun-image {
    
    
    
    
  }


.s-726bf2a2-4540-464d-87b2-89e882609a7a .shogun-image-content {
  
    align-items: center;
  
}

.s-726bf2a2-4540-464d-87b2-89e882609a7a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-726bf2a2-4540-464d-87b2-89e882609a7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-726bf2a2-4540-464d-87b2-89e882609a7a.shogun-image {
  box-sizing: border-box;
}




}
#s-e116595c-5b91-4fc7-9039-ff0fdb7ea18b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e116595c-5b91-4fc7-9039-ff0fdb7ea18b .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-cc7d7372-c9a1-4166-8447-b718798d70b2 {
  margin-bottom: 27px;
padding-top: 32px;
padding-left: 18px;
padding-bottom: 32px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
background-color: rgba(242, 245, 250, 1);
}

@media (min-width: 0px) {
[id="s-cc7d7372-c9a1-4166-8447-b718798d70b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc7d7372-c9a1-4166-8447-b718798d70b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc7d7372-c9a1-4166-8447-b718798d70b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc7d7372-c9a1-4166-8447-b718798d70b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc7d7372-c9a1-4166-8447-b718798d70b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc7d7372-c9a1-4166-8447-b718798d70b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc7d7372-c9a1-4166-8447-b718798d70b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793 {
  text-align: left;
}



.shg-image-margin-container-s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793 {
  
  
  
  
}

#s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shogun-image {
    
    
    
    
  }


.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793 {
  
  
  
  
}

#s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shogun-image {
    
    
    
    
  }


.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793 {
  
  
  
  
}

#s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shogun-image {
    
    
    
    
  }


.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793 {
  
  
  
  
}

#s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shogun-image {
    
    
    
    
  }


.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793 {
  
  
  
  
}

#s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shogun-image {
    
    
    
    
  }


.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d6cbb03-dbbd-4fb5-affb-e6cfe5854793.shogun-image {
  box-sizing: border-box;
}




}
#s-99e4382e-c83b-4669-9e42-19f2bb28afe2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-99e4382e-c83b-4669-9e42-19f2bb28afe2 .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-67b3917c-6a1e-4948-82a9-e8f0ce079c4c {
  margin-bottom: 27px;
padding-top: 32px;
padding-left: 18px;
padding-bottom: 32px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
background-color: rgba(242, 245, 250, 1);
}

@media (min-width: 0px) {
[id="s-67b3917c-6a1e-4948-82a9-e8f0ce079c4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67b3917c-6a1e-4948-82a9-e8f0ce079c4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67b3917c-6a1e-4948-82a9-e8f0ce079c4c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67b3917c-6a1e-4948-82a9-e8f0ce079c4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67b3917c-6a1e-4948-82a9-e8f0ce079c4c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67b3917c-6a1e-4948-82a9-e8f0ce079c4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67b3917c-6a1e-4948-82a9-e8f0ce079c4c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae {
  text-align: left;
}



.shg-image-margin-container-s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae {
  
  
  
  
}

#s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shogun-image {
    
    
    
    
  }


.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae .shogun-image-content {
  
    align-items: center;
  
}

.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae {
  
  
  
  
}

#s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shogun-image {
    
    
    
    
  }


.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae .shogun-image-content {
  
    align-items: center;
  
}

.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae {
  
  
  
  
}

#s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shogun-image {
    
    
    
    
  }


.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae .shogun-image-content {
  
    align-items: center;
  
}

.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae {
  
  
  
  
}

#s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shogun-image {
    
    
    
    
  }


.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae .shogun-image-content {
  
    align-items: center;
  
}

.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae {
  
  
  
  
}

#s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shogun-image {
    
    
    
    
  }


.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae .shogun-image-content {
  
    align-items: center;
  
}

.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb86af1-70a4-46fa-868d-6b4a1cd1fcae.shogun-image {
  box-sizing: border-box;
}




}
#s-be4f73ea-fefa-4d07-ae2e-58ba366e9bc1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-be4f73ea-fefa-4d07-ae2e-58ba366e9bc1 .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-13ebce54-82cd-4eb1-b883-7ef14a80ec20 {
  margin-bottom: 27px;
padding-top: 32px;
padding-left: 18px;
padding-bottom: 32px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
background-color: rgba(242, 245, 250, 1);
}

@media (min-width: 0px) {
[id="s-13ebce54-82cd-4eb1-b883-7ef14a80ec20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13ebce54-82cd-4eb1-b883-7ef14a80ec20"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13ebce54-82cd-4eb1-b883-7ef14a80ec20"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13ebce54-82cd-4eb1-b883-7ef14a80ec20"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13ebce54-82cd-4eb1-b883-7ef14a80ec20"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13ebce54-82cd-4eb1-b883-7ef14a80ec20"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13ebce54-82cd-4eb1-b883-7ef14a80ec20"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7 {
  text-align: left;
}



.shg-image-margin-container-s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7 {
  
  
  
  
}

#s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shogun-image {
    
    
    
    
  }


.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7 {
  
  
  
  
}

#s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shogun-image {
    
    
    
    
  }


.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7 {
  
  
  
  
}

#s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shogun-image {
    
    
    
    
  }


.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7 {
  
  
  
  
}

#s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shogun-image {
    
    
    
    
  }


.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7 {
  
  
  
  
}

#s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shogun-image {
    
    
    
    
  }


.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b44c40a-7725-43d6-8cc4-770c7a09a3a7.shogun-image {
  box-sizing: border-box;
}




}
#s-f108e177-64af-4a9e-b23a-9d9b2e66087d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f108e177-64af-4a9e-b23a-9d9b2e66087d .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-a5c825c8-85c7-480d-a730-14fd74917519 {
  padding-top: 32px;
padding-left: 18px;
padding-bottom: 32px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
background-color: rgba(242, 245, 250, 1);
}

@media (min-width: 0px) {
[id="s-a5c825c8-85c7-480d-a730-14fd74917519"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5c825c8-85c7-480d-a730-14fd74917519"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5c825c8-85c7-480d-a730-14fd74917519"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5c825c8-85c7-480d-a730-14fd74917519"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5c825c8-85c7-480d-a730-14fd74917519"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5c825c8-85c7-480d-a730-14fd74917519"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5c825c8-85c7-480d-a730-14fd74917519"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-858bac9c-8efe-4f33-ad5b-1b2307fc0302 {
  text-align: left;
}



.shg-image-margin-container-s-858bac9c-8efe-4f33-ad5b-1b2307fc0302 {
  
  
  
  
}

#s-858bac9c-8efe-4f33-ad5b-1b2307fc0302 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shogun-image {
    
    
    
    
  }


.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302 .shogun-image-content {
  
    align-items: center;
  
}

.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-858bac9c-8efe-4f33-ad5b-1b2307fc0302 {
  
  
  
  
}

#s-858bac9c-8efe-4f33-ad5b-1b2307fc0302 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shogun-image {
    
    
    
    
  }


.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302 .shogun-image-content {
  
    align-items: center;
  
}

.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-858bac9c-8efe-4f33-ad5b-1b2307fc0302 {
  
  
  
  
}

#s-858bac9c-8efe-4f33-ad5b-1b2307fc0302 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shogun-image {
    
    
    
    
  }


.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302 .shogun-image-content {
  
    align-items: center;
  
}

.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-858bac9c-8efe-4f33-ad5b-1b2307fc0302 {
  
  
  
  
}

#s-858bac9c-8efe-4f33-ad5b-1b2307fc0302 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shogun-image {
    
    
    
    
  }


.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302 .shogun-image-content {
  
    align-items: center;
  
}

.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-858bac9c-8efe-4f33-ad5b-1b2307fc0302 {
  
  
  
  
}

#s-858bac9c-8efe-4f33-ad5b-1b2307fc0302 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shogun-image {
    
    
    
    
  }


.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302 .shogun-image-content {
  
    align-items: center;
  
}

.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-858bac9c-8efe-4f33-ad5b-1b2307fc0302.shogun-image {
  box-sizing: border-box;
}




}
#s-c8b7ddfe-7a06-4bda-9d0d-54fbfecbd648 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c8b7ddfe-7a06-4bda-9d0d-54fbfecbd648 .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4 {
  text-align: left;
}



.shg-image-margin-container-s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4 {
  
  
  
  
}

#s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shogun-image {
    
    
    
    
  }


.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4 .shogun-image-content {
  
    align-items: center;
  
}

.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4 {
  
  
  
  
}

#s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shogun-image {
    
    
    
    
  }


.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4 .shogun-image-content {
  
    align-items: center;
  
}

.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4 {
  
  
  
  
}

#s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shogun-image {
    
    
    
    
  }


.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4 .shogun-image-content {
  
    align-items: center;
  
}

.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4 {
  
  
  
  
}

#s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shogun-image {
    
    
    
    
  }


.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4 .shogun-image-content {
  
    align-items: center;
  
}

.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4 {
  
  
  
  
}

#s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shogun-image {
    
    
    
    
  }


.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4 .shogun-image-content {
  
    align-items: center;
  
}

.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06eacc05-1ec8-4641-ac5b-1f4cdbd9fab4.shogun-image {
  box-sizing: border-box;
}




}
#s-ebd7c538-06aa-45ee-938e-413eb56d419d {
  padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
}








#s-ebd7c538-06aa-45ee-938e-413eb56d419d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ebd7c538-06aa-45ee-938e-413eb56d419d.shg-box.shg-c {
  justify-content: center;
}

#s-77a2466f-a692-4af5-a70b-1402829375d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77a2466f-a692-4af5-a70b-1402829375d8 .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-77a2466f-a692-4af5-a70b-1402829375d8 .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-0caf92b5-52a1-405f-a541-e83738c6b33b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0caf92b5-52a1-405f-a541-e83738c6b33b .shogun-heading-component h1 {
  color: rgba(53, 57, 73, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-57bf2a53-569b-4cec-92aa-29de28462265 {
  margin-top: 50px;
min-height: 0px;
}








#s-57bf2a53-569b-4cec-92aa-29de28462265 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57bf2a53-569b-4cec-92aa-29de28462265.shg-box.shg-c {
  justify-content: center;
}

#s-9f1088eb-ea59-42cb-8870-513dcc266354 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(174, 174, 174, 1);
border-style: solid;
border-radius: 5px;
max-width: 1064px;
background-color: rgba(174, 174, 174, 0);
}

@media (min-width: 0px) {
[id="s-9f1088eb-ea59-42cb-8870-513dcc266354"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9f1088eb-ea59-42cb-8870-513dcc266354"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9f1088eb-ea59-42cb-8870-513dcc266354"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f1088eb-ea59-42cb-8870-513dcc266354"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-8f7732fd-1892-4f39-8527-37bc24b31bcf {
  padding-top: 10px;
padding-left: 8px;
padding-bottom: 0px;
padding-right: 8px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-8f7732fd-1892-4f39-8527-37bc24b31bcf {
  
}
}







#s-8f7732fd-1892-4f39-8527-37bc24b31bcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f7732fd-1892-4f39-8527-37bc24b31bcf.shg-box.shg-c {
  justify-content: center;
}

#s-7876afc3-d8bf-4722-aa18-fd6225e86dd5 {
  min-height: 0px;
}








#s-7876afc3-d8bf-4722-aa18-fd6225e86dd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7876afc3-d8bf-4722-aa18-fd6225e86dd5.shg-box.shg-c {
  justify-content: center;
}

#s-f34061c0-6b4d-4187-b608-81fff719e014 {
  min-height: 94px;
background-color: rgba(242, 245, 250, 0);
}
@media (max-width: 767px){#s-f34061c0-6b4d-4187-b608-81fff719e014 {
  min-height: 109px;
}
}







#s-f34061c0-6b4d-4187-b608-81fff719e014 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f34061c0-6b4d-4187-b608-81fff719e014.shg-box.shg-c {
  justify-content: center;
}

#s-962d6859-fd16-4ec6-a9b8-3eec269a468f {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 78px;
background-color: rgba(255, 255, 255, 1);
}








#s-962d6859-fd16-4ec6-a9b8-3eec269a468f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-962d6859-fd16-4ec6-a9b8-3eec269a468f.shg-box.shg-c {
  justify-content: center;
}

#s-90dfd966-7a67-4d44-8555-8ef18027cf90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-90dfd966-7a67-4d44-8555-8ef18027cf90 .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-90dfd966-7a67-4d44-8555-8ef18027cf90 .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-a469e7f3-3a98-4afb-b791-513c1ef40f5f {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 73px;
background-color: rgba(255, 255, 255, 1);
}








#s-a469e7f3-3a98-4afb-b791-513c1ef40f5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a469e7f3-3a98-4afb-b791-513c1ef40f5f.shg-box.shg-c {
  justify-content: center;
}

#s-12b1afc3-15af-4a04-884e-bda95e90b526 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-12b1afc3-15af-4a04-884e-bda95e90b526 .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-12b1afc3-15af-4a04-884e-bda95e90b526 .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 10px;
  line-height: 0.5em;
  
  text-align: left;
}


}
#s-99a65d73-0c23-4df3-9325-faa476192115 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-99a65d73-0c23-4df3-9325-faa476192115 .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-99a65d73-0c23-4df3-9325-faa476192115 .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-a96fe823-0b97-446a-a3aa-dda11efb742b {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 73px;
background-color: rgba(255, 255, 255, 1);
}








#s-a96fe823-0b97-446a-a3aa-dda11efb742b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a96fe823-0b97-446a-a3aa-dda11efb742b.shg-box.shg-c {
  justify-content: center;
}

#s-6dcab8cf-2f99-4342-a14c-7022a59228ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6dcab8cf-2f99-4342-a14c-7022a59228ae .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-6dcab8cf-2f99-4342-a14c-7022a59228ae .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-a1e4b029-350b-4c43-91ad-5a4194faca0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a1e4b029-350b-4c43-91ad-5a4194faca0c .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-a1e4b029-350b-4c43-91ad-5a4194faca0c .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-e8a4c68f-74a4-4d2d-9efd-d5acf01c96a7 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 73px;
background-color: rgba(255, 255, 255, 1);
}








#s-e8a4c68f-74a4-4d2d-9efd-d5acf01c96a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8a4c68f-74a4-4d2d-9efd-d5acf01c96a7.shg-box.shg-c {
  justify-content: center;
}

#s-b5d1ff40-acb2-490b-96a8-0d3a48e1b2de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b5d1ff40-acb2-490b-96a8-0d3a48e1b2de .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-b5d1ff40-acb2-490b-96a8-0d3a48e1b2de .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-74449bbd-a505-4638-b1ae-cf19d62dfdaa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-74449bbd-a505-4638-b1ae-cf19d62dfdaa .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-74449bbd-a505-4638-b1ae-cf19d62dfdaa .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-3f5167fd-bdbf-4f2a-b48a-d1210edcf6c3 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 73px;
background-color: rgba(255, 255, 255, 1);
}








#s-3f5167fd-bdbf-4f2a-b48a-d1210edcf6c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f5167fd-bdbf-4f2a-b48a-d1210edcf6c3.shg-box.shg-c {
  justify-content: center;
}

#s-68eef8e4-ddf0-45f3-931a-73be49adbb98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-68eef8e4-ddf0-45f3-931a-73be49adbb98 .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-68eef8e4-ddf0-45f3-931a-73be49adbb98 .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-c5b19a01-d9c7-4244-8f91-aa91c8f8b457 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c5b19a01-d9c7-4244-8f91-aa91c8f8b457 .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-c5b19a01-d9c7-4244-8f91-aa91c8f8b457 .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-5652d2a6-28c8-4e12-9687-5b9b411b444b {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 73px;
background-color: rgba(255, 255, 255, 1);
}








#s-5652d2a6-28c8-4e12-9687-5b9b411b444b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5652d2a6-28c8-4e12-9687-5b9b411b444b.shg-box.shg-c {
  justify-content: center;
}

#s-b217ee73-c8a0-43f1-b110-db241048bcc5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b217ee73-c8a0-43f1-b110-db241048bcc5 .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-b217ee73-c8a0-43f1-b110-db241048bcc5 .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-3b4235b7-c4c5-48ff-8969-140768f2e010 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b4235b7-c4c5-48ff-8969-140768f2e010 .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-3b4235b7-c4c5-48ff-8969-140768f2e010 .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-04a594cd-381f-41bf-83e4-2374199fd770 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 73px;
background-color: rgba(255, 255, 255, 1);
}








#s-04a594cd-381f-41bf-83e4-2374199fd770 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04a594cd-381f-41bf-83e4-2374199fd770.shg-box.shg-c {
  justify-content: center;
}

#s-8e380992-7340-4205-a400-1b308c24352b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8e380992-7340-4205-a400-1b308c24352b .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-8e380992-7340-4205-a400-1b308c24352b .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-e01c9517-7f0f-4d1b-baf4-0a5e28a444ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e01c9517-7f0f-4d1b-baf4-0a5e28a444ed .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-e01c9517-7f0f-4d1b-baf4-0a5e28a444ed .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-3ccd62a4-0d97-4dbf-8ff9-b84f909c5373 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 76px;
background-color: rgba(255, 255, 255, 1);
}








#s-3ccd62a4-0d97-4dbf-8ff9-b84f909c5373 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ccd62a4-0d97-4dbf-8ff9-b84f909c5373.shg-box.shg-c {
  justify-content: center;
}

#s-646f4f92-dc4b-4d16-8689-804acd5375fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-646f4f92-dc4b-4d16-8689-804acd5375fa .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-646f4f92-dc4b-4d16-8689-804acd5375fa .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-c9138755-b2ee-424b-b70f-9f73bdab66ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c9138755-b2ee-424b-b70f-9f73bdab66ad .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-c9138755-b2ee-424b-b70f-9f73bdab66ad .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-7d8e7d8a-946b-4d00-b588-87722f57afcd {
  padding-top: 10px;
padding-left: 8px;
padding-bottom: 0px;
padding-right: 8px;
min-height: 50px;
background-color: rgba(79, 114, 149, 1);
}








#s-7d8e7d8a-946b-4d00-b588-87722f57afcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d8e7d8a-946b-4d00-b588-87722f57afcd.shg-box.shg-c {
  justify-content: center;
}

#s-1a0e5af9-4351-480b-998b-8d8f2054f933 {
  min-height: 50px;
}








#s-1a0e5af9-4351-480b-998b-8d8f2054f933 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a0e5af9-4351-480b-998b-8d8f2054f933.shg-box.shg-c {
  justify-content: center;
}

#s-8cefd78c-719c-4104-a4c3-785999f16b4b {
  padding-top: 24px;
padding-bottom: 24px;
min-height: 50px;
background-color: rgba(41, 74, 107, 1);
}








#s-8cefd78c-719c-4104-a4c3-785999f16b4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8cefd78c-719c-4104-a4c3-785999f16b4b.shg-box.shg-c {
  justify-content: center;
}

#s-f5f661da-741b-4f43-bd0d-11dc28efb60d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5f661da-741b-4f43-bd0d-11dc28efb60d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


@media (max-width: 767px){#s-f5f661da-741b-4f43-bd0d-11dc28efb60d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-5ccc09c4-a913-486d-80ea-e5f77bf06f7d {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(79, 114, 149, 1);
}








#s-5ccc09c4-a913-486d-80ea-e5f77bf06f7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ccc09c4-a913-486d-80ea-e5f77bf06f7d.shg-box.shg-c {
  justify-content: center;
}

#s-e1474914-1eb7-4f46-be6b-3ec8053097b0 {
  text-align: center;
}



.shg-image-margin-container-s-e1474914-1eb7-4f46-be6b-3ec8053097b0 {
  
  
  
  
}

#s-e1474914-1eb7-4f46-be6b-3ec8053097b0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shogun-image {
    
    
    
    
  }


.s-e1474914-1eb7-4f46-be6b-3ec8053097b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e1474914-1eb7-4f46-be6b-3ec8053097b0 {
  
  
  
  
}

#s-e1474914-1eb7-4f46-be6b-3ec8053097b0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shogun-image {
    
    
    
    
  }


.s-e1474914-1eb7-4f46-be6b-3ec8053097b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e1474914-1eb7-4f46-be6b-3ec8053097b0 {
  
  
  
  
}

#s-e1474914-1eb7-4f46-be6b-3ec8053097b0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shogun-image {
    
    
    
    
  }


.s-e1474914-1eb7-4f46-be6b-3ec8053097b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e1474914-1eb7-4f46-be6b-3ec8053097b0 {
  
  
  
  
}

#s-e1474914-1eb7-4f46-be6b-3ec8053097b0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shogun-image {
    
    
    
    
  }


.s-e1474914-1eb7-4f46-be6b-3ec8053097b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e1474914-1eb7-4f46-be6b-3ec8053097b0 {
  
  
  
  
}

#s-e1474914-1eb7-4f46-be6b-3ec8053097b0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shogun-image {
    
    
    
    
  }


.s-e1474914-1eb7-4f46-be6b-3ec8053097b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1474914-1eb7-4f46-be6b-3ec8053097b0.shogun-image {
  box-sizing: border-box;
}




}
#s-59848fe4-7080-4a0f-b91e-15cc74668e52 {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(79, 114, 149, 1);
}








#s-59848fe4-7080-4a0f-b91e-15cc74668e52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59848fe4-7080-4a0f-b91e-15cc74668e52.shg-box.shg-c {
  justify-content: center;
}

#s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581 {
  text-align: center;
}



.shg-image-margin-container-s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581 {
  
  
  
  
}

#s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shogun-image {
    
    
    
    
  }


.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581 .shogun-image-content {
  
    align-items: center;
  
}

.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581 {
  
  
  
  
}

#s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shogun-image {
    
    
    
    
  }


.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581 .shogun-image-content {
  
    align-items: center;
  
}

.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581 {
  
  
  
  
}

#s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shogun-image {
    
    
    
    
  }


.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581 .shogun-image-content {
  
    align-items: center;
  
}

.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581 {
  
  
  
  
}

#s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shogun-image {
    
    
    
    
  }


.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581 .shogun-image-content {
  
    align-items: center;
  
}

.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581 {
  
  
  
  
}

#s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shogun-image {
    
    
    
    
  }


.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581 .shogun-image-content {
  
    align-items: center;
  
}

.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ec9e82-f99a-46ea-b2f1-e0c27dbd2581.shogun-image {
  box-sizing: border-box;
}




}
#s-227262f9-ecd9-4773-8697-bf2c91b6999f {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(79, 114, 149, 1);
}
@media (max-width: 767px){#s-227262f9-ecd9-4773-8697-bf2c91b6999f {
  min-height: 50px;
}
}







#s-227262f9-ecd9-4773-8697-bf2c91b6999f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-227262f9-ecd9-4773-8697-bf2c91b6999f.shg-box.shg-c {
  justify-content: center;
}

#s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3 {
  text-align: center;
}



.shg-image-margin-container-s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3 {
  
  
  
  
}

#s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shogun-image {
    
    
    
    
  }


.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3 {
  
  
  
  
}

#s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shogun-image {
    
    
    
    
  }


.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3 {
  
  
  
  
}

#s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shogun-image {
    
    
    
    
  }


.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3 {
  
  
  
  
}

#s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shogun-image {
    
    
    
    
  }


.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3 {
  
  
  
  
}

#s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shogun-image {
    
    
    
    
  }


.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb0cb31a-cb7a-4e3b-94e4-43495d32d8f3.shogun-image {
  box-sizing: border-box;
}




}
#s-278bcbe0-c1bd-448c-ae9a-36838a767139 {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(79, 114, 149, 1);
}








#s-278bcbe0-c1bd-448c-ae9a-36838a767139 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-278bcbe0-c1bd-448c-ae9a-36838a767139.shg-box.shg-c {
  justify-content: center;
}

#s-1db496a8-abdc-417f-88c0-71943c4fbf34 {
  text-align: center;
}



.shg-image-margin-container-s-1db496a8-abdc-417f-88c0-71943c4fbf34 {
  
  
  
  
}

#s-1db496a8-abdc-417f-88c0-71943c4fbf34 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-1db496a8-abdc-417f-88c0-71943c4fbf34.shogun-image {
    
    
    
    
  }


.s-1db496a8-abdc-417f-88c0-71943c4fbf34 .shogun-image-content {
  
    align-items: center;
  
}

.s-1db496a8-abdc-417f-88c0-71943c4fbf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1db496a8-abdc-417f-88c0-71943c4fbf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db496a8-abdc-417f-88c0-71943c4fbf34.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1db496a8-abdc-417f-88c0-71943c4fbf34 {
  
  
  
  
}

#s-1db496a8-abdc-417f-88c0-71943c4fbf34 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-1db496a8-abdc-417f-88c0-71943c4fbf34.shogun-image {
    
    
    
    
  }


.s-1db496a8-abdc-417f-88c0-71943c4fbf34 .shogun-image-content {
  
    align-items: center;
  
}

.s-1db496a8-abdc-417f-88c0-71943c4fbf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1db496a8-abdc-417f-88c0-71943c4fbf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db496a8-abdc-417f-88c0-71943c4fbf34.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1db496a8-abdc-417f-88c0-71943c4fbf34 {
  
  
  
  
}

#s-1db496a8-abdc-417f-88c0-71943c4fbf34 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-1db496a8-abdc-417f-88c0-71943c4fbf34.shogun-image {
    
    
    
    
  }


.s-1db496a8-abdc-417f-88c0-71943c4fbf34 .shogun-image-content {
  
    align-items: center;
  
}

.s-1db496a8-abdc-417f-88c0-71943c4fbf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1db496a8-abdc-417f-88c0-71943c4fbf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db496a8-abdc-417f-88c0-71943c4fbf34.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1db496a8-abdc-417f-88c0-71943c4fbf34 {
  
  
  
  
}

#s-1db496a8-abdc-417f-88c0-71943c4fbf34 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-1db496a8-abdc-417f-88c0-71943c4fbf34.shogun-image {
    
    
    
    
  }


.s-1db496a8-abdc-417f-88c0-71943c4fbf34 .shogun-image-content {
  
    align-items: center;
  
}

.s-1db496a8-abdc-417f-88c0-71943c4fbf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1db496a8-abdc-417f-88c0-71943c4fbf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db496a8-abdc-417f-88c0-71943c4fbf34.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1db496a8-abdc-417f-88c0-71943c4fbf34 {
  
  
  
  
}

#s-1db496a8-abdc-417f-88c0-71943c4fbf34 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-1db496a8-abdc-417f-88c0-71943c4fbf34.shogun-image {
    
    
    
    
  }


.s-1db496a8-abdc-417f-88c0-71943c4fbf34 .shogun-image-content {
  
    align-items: center;
  
}

.s-1db496a8-abdc-417f-88c0-71943c4fbf34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1db496a8-abdc-417f-88c0-71943c4fbf34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db496a8-abdc-417f-88c0-71943c4fbf34.shogun-image {
  box-sizing: border-box;
}




}
#s-ee790e46-285a-45c5-96a2-fb0c302735a5 {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(79, 114, 149, 1);
}








#s-ee790e46-285a-45c5-96a2-fb0c302735a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee790e46-285a-45c5-96a2-fb0c302735a5.shg-box.shg-c {
  justify-content: center;
}

#s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e {
  text-align: center;
}



.shg-image-margin-container-s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e {
  
  
  
  
}

#s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shogun-image {
    
    
    
    
  }


.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e .shogun-image-content {
  
    align-items: center;
  
}

.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e {
  
  
  
  
}

#s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shogun-image {
    
    
    
    
  }


.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e .shogun-image-content {
  
    align-items: center;
  
}

.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e {
  
  
  
  
}

#s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shogun-image {
    
    
    
    
  }


.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e .shogun-image-content {
  
    align-items: center;
  
}

.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e {
  
  
  
  
}

#s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shogun-image {
    
    
    
    
  }


.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e .shogun-image-content {
  
    align-items: center;
  
}

.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e {
  
  
  
  
}

#s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shogun-image {
    
    
    
    
  }


.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e .shogun-image-content {
  
    align-items: center;
  
}

.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f87fcafc-1ac5-4d9d-83ef-ab173f4ce90e.shogun-image {
  box-sizing: border-box;
}




}
#s-27df2e9f-ed72-4a97-8356-ab79231d4263 {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(79, 114, 149, 1);
}








#s-27df2e9f-ed72-4a97-8356-ab79231d4263 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27df2e9f-ed72-4a97-8356-ab79231d4263.shg-box.shg-c {
  justify-content: center;
}

#s-ba558537-881b-4aab-9e5e-bad5d0173d0c {
  text-align: center;
}



.shg-image-margin-container-s-ba558537-881b-4aab-9e5e-bad5d0173d0c {
  
  
  
  
}

#s-ba558537-881b-4aab-9e5e-bad5d0173d0c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shogun-image {
    
    
    
    
  }


.s-ba558537-881b-4aab-9e5e-bad5d0173d0c .shogun-image-content {
  
    align-items: center;
  
}

.s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ba558537-881b-4aab-9e5e-bad5d0173d0c {
  
  
  
  
}

#s-ba558537-881b-4aab-9e5e-bad5d0173d0c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shogun-image {
    
    
    
    
  }


.s-ba558537-881b-4aab-9e5e-bad5d0173d0c .shogun-image-content {
  
    align-items: center;
  
}

.s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ba558537-881b-4aab-9e5e-bad5d0173d0c {
  
  
  
  
}

#s-ba558537-881b-4aab-9e5e-bad5d0173d0c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shogun-image {
    
    
    
    
  }


.s-ba558537-881b-4aab-9e5e-bad5d0173d0c .shogun-image-content {
  
    align-items: center;
  
}

.s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ba558537-881b-4aab-9e5e-bad5d0173d0c {
  
  
  
  
}

#s-ba558537-881b-4aab-9e5e-bad5d0173d0c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shogun-image {
    
    
    
    
  }


.s-ba558537-881b-4aab-9e5e-bad5d0173d0c .shogun-image-content {
  
    align-items: center;
  
}

.s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ba558537-881b-4aab-9e5e-bad5d0173d0c {
  
  
  
  
}

#s-ba558537-881b-4aab-9e5e-bad5d0173d0c {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shogun-image {
    
    
    
    
  }


.s-ba558537-881b-4aab-9e5e-bad5d0173d0c .shogun-image-content {
  
    align-items: center;
  
}

.s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba558537-881b-4aab-9e5e-bad5d0173d0c.shogun-image {
  box-sizing: border-box;
}




}
#s-95995796-1841-46da-b216-53ca8b313f44 {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(79, 114, 149, 1);
}








#s-95995796-1841-46da-b216-53ca8b313f44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95995796-1841-46da-b216-53ca8b313f44.shg-box.shg-c {
  justify-content: center;
}

#s-bd438f5f-7a48-40d7-a580-526ad5b2eb86 {
  text-align: center;
}



.shg-image-margin-container-s-bd438f5f-7a48-40d7-a580-526ad5b2eb86 {
  
  
  
  
}

#s-bd438f5f-7a48-40d7-a580-526ad5b2eb86 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shogun-image {
    
    
    
    
  }


.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bd438f5f-7a48-40d7-a580-526ad5b2eb86 {
  
  
  
  
}

#s-bd438f5f-7a48-40d7-a580-526ad5b2eb86 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shogun-image {
    
    
    
    
  }


.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bd438f5f-7a48-40d7-a580-526ad5b2eb86 {
  
  
  
  
}

#s-bd438f5f-7a48-40d7-a580-526ad5b2eb86 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shogun-image {
    
    
    
    
  }


.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bd438f5f-7a48-40d7-a580-526ad5b2eb86 {
  
  
  
  
}

#s-bd438f5f-7a48-40d7-a580-526ad5b2eb86 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shogun-image {
    
    
    
    
  }


.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bd438f5f-7a48-40d7-a580-526ad5b2eb86 {
  
  
  
  
}

#s-bd438f5f-7a48-40d7-a580-526ad5b2eb86 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shogun-image {
    
    
    
    
  }


.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd438f5f-7a48-40d7-a580-526ad5b2eb86.shogun-image {
  box-sizing: border-box;
}




}
#s-0d264c7f-e832-4c3a-ab48-69a927946454 {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(79, 114, 149, 1);
}








#s-0d264c7f-e832-4c3a-ab48-69a927946454 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d264c7f-e832-4c3a-ab48-69a927946454.shg-box.shg-c {
  justify-content: center;
}

#s-e25c2f30-f3c3-4415-918b-af3854001855 {
  text-align: center;
}



.shg-image-margin-container-s-e25c2f30-f3c3-4415-918b-af3854001855 {
  
  
  
  
}

#s-e25c2f30-f3c3-4415-918b-af3854001855 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e25c2f30-f3c3-4415-918b-af3854001855.shogun-image {
    
    
    
    
  }


.s-e25c2f30-f3c3-4415-918b-af3854001855 .shogun-image-content {
  
    align-items: center;
  
}

.s-e25c2f30-f3c3-4415-918b-af3854001855.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e25c2f30-f3c3-4415-918b-af3854001855.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25c2f30-f3c3-4415-918b-af3854001855.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e25c2f30-f3c3-4415-918b-af3854001855 {
  
  
  
  
}

#s-e25c2f30-f3c3-4415-918b-af3854001855 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e25c2f30-f3c3-4415-918b-af3854001855.shogun-image {
    
    
    
    
  }


.s-e25c2f30-f3c3-4415-918b-af3854001855 .shogun-image-content {
  
    align-items: center;
  
}

.s-e25c2f30-f3c3-4415-918b-af3854001855.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e25c2f30-f3c3-4415-918b-af3854001855.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25c2f30-f3c3-4415-918b-af3854001855.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e25c2f30-f3c3-4415-918b-af3854001855 {
  
  
  
  
}

#s-e25c2f30-f3c3-4415-918b-af3854001855 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e25c2f30-f3c3-4415-918b-af3854001855.shogun-image {
    
    
    
    
  }


.s-e25c2f30-f3c3-4415-918b-af3854001855 .shogun-image-content {
  
    align-items: center;
  
}

.s-e25c2f30-f3c3-4415-918b-af3854001855.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e25c2f30-f3c3-4415-918b-af3854001855.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25c2f30-f3c3-4415-918b-af3854001855.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e25c2f30-f3c3-4415-918b-af3854001855 {
  
  
  
  
}

#s-e25c2f30-f3c3-4415-918b-af3854001855 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e25c2f30-f3c3-4415-918b-af3854001855.shogun-image {
    
    
    
    
  }


.s-e25c2f30-f3c3-4415-918b-af3854001855 .shogun-image-content {
  
    align-items: center;
  
}

.s-e25c2f30-f3c3-4415-918b-af3854001855.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e25c2f30-f3c3-4415-918b-af3854001855.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25c2f30-f3c3-4415-918b-af3854001855.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e25c2f30-f3c3-4415-918b-af3854001855 {
  
  
  
  
}

#s-e25c2f30-f3c3-4415-918b-af3854001855 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e25c2f30-f3c3-4415-918b-af3854001855.shogun-image {
    
    
    
    
  }


.s-e25c2f30-f3c3-4415-918b-af3854001855 .shogun-image-content {
  
    align-items: center;
  
}

.s-e25c2f30-f3c3-4415-918b-af3854001855.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e25c2f30-f3c3-4415-918b-af3854001855.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25c2f30-f3c3-4415-918b-af3854001855.shogun-image {
  box-sizing: border-box;
}




}
#s-495b73bd-3643-4f40-998a-f02ef6d81b97 {
  padding-top: 10px;
padding-left: 8px;
padding-bottom: 0px;
padding-right: 8px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-495b73bd-3643-4f40-998a-f02ef6d81b97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-495b73bd-3643-4f40-998a-f02ef6d81b97.shg-box.shg-c {
  justify-content: center;
}

#s-f22ca0e1-2983-4cd5-95fa-1b0608e182a8 {
  min-height: 50px;
}








#s-f22ca0e1-2983-4cd5-95fa-1b0608e182a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f22ca0e1-2983-4cd5-95fa-1b0608e182a8.shg-box.shg-c {
  justify-content: center;
}

#s-da6f771c-1102-442a-aad0-730ad6667fd7 {
  padding-top: 24px;
padding-bottom: 24px;
min-height: 50px;
background-color: rgba(242, 245, 250, 1);
}








#s-da6f771c-1102-442a-aad0-730ad6667fd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da6f771c-1102-442a-aad0-730ad6667fd7.shg-box.shg-c {
  justify-content: center;
}

#s-daa504ea-dd77-46ae-873e-caed4bc770ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-daa504ea-dd77-46ae-873e-caed4bc770ed .shogun-heading-component h3 {
  color: rgba(53, 57, 73, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-daa504ea-dd77-46ae-873e-caed4bc770ed .shogun-heading-component h3 {
  color: rgba(53, 57, 73, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-2acbdd94-cd79-4f92-b545-6835f26639d0 {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2acbdd94-cd79-4f92-b545-6835f26639d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2acbdd94-cd79-4f92-b545-6835f26639d0.shg-box.shg-c {
  justify-content: center;
}

#s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68 {
  text-align: center;
}



.shg-image-margin-container-s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68 {
  
  
  
  
}

#s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shogun-image {
    
    
    
    
  }


.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68 {
  
  
  
  
}

#s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shogun-image {
    
    
    
    
  }


.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68 {
  
  
  
  
}

#s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shogun-image {
    
    
    
    
  }


.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68 {
  
  
  
  
}

#s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shogun-image {
    
    
    
    
  }


.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68 {
  
  
  
  
}

#s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shogun-image {
    
    
    
    
  }


.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce8b97f7-220c-4c2b-9a13-99de9e13ea68.shogun-image {
  box-sizing: border-box;
}




}
#s-fdd420fb-1e5f-4a0b-96dc-4d1253f8aaa9 {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fdd420fb-1e5f-4a0b-96dc-4d1253f8aaa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fdd420fb-1e5f-4a0b-96dc-4d1253f8aaa9.shg-box.shg-c {
  justify-content: center;
}

#s-92bb1a95-a890-4de5-b329-8eb79160199e {
  text-align: center;
}



.shg-image-margin-container-s-92bb1a95-a890-4de5-b329-8eb79160199e {
  
  
  
  
}

#s-92bb1a95-a890-4de5-b329-8eb79160199e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-92bb1a95-a890-4de5-b329-8eb79160199e.shogun-image {
    
    
    
    
  }


.s-92bb1a95-a890-4de5-b329-8eb79160199e .shogun-image-content {
  
    align-items: center;
  
}

.s-92bb1a95-a890-4de5-b329-8eb79160199e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92bb1a95-a890-4de5-b329-8eb79160199e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92bb1a95-a890-4de5-b329-8eb79160199e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-92bb1a95-a890-4de5-b329-8eb79160199e {
  
  
  
  
}

#s-92bb1a95-a890-4de5-b329-8eb79160199e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-92bb1a95-a890-4de5-b329-8eb79160199e.shogun-image {
    
    
    
    
  }


.s-92bb1a95-a890-4de5-b329-8eb79160199e .shogun-image-content {
  
    align-items: center;
  
}

.s-92bb1a95-a890-4de5-b329-8eb79160199e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92bb1a95-a890-4de5-b329-8eb79160199e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92bb1a95-a890-4de5-b329-8eb79160199e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-92bb1a95-a890-4de5-b329-8eb79160199e {
  
  
  
  
}

#s-92bb1a95-a890-4de5-b329-8eb79160199e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-92bb1a95-a890-4de5-b329-8eb79160199e.shogun-image {
    
    
    
    
  }


.s-92bb1a95-a890-4de5-b329-8eb79160199e .shogun-image-content {
  
    align-items: center;
  
}

.s-92bb1a95-a890-4de5-b329-8eb79160199e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92bb1a95-a890-4de5-b329-8eb79160199e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92bb1a95-a890-4de5-b329-8eb79160199e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-92bb1a95-a890-4de5-b329-8eb79160199e {
  
  
  
  
}

#s-92bb1a95-a890-4de5-b329-8eb79160199e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-92bb1a95-a890-4de5-b329-8eb79160199e.shogun-image {
    
    
    
    
  }


.s-92bb1a95-a890-4de5-b329-8eb79160199e .shogun-image-content {
  
    align-items: center;
  
}

.s-92bb1a95-a890-4de5-b329-8eb79160199e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92bb1a95-a890-4de5-b329-8eb79160199e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92bb1a95-a890-4de5-b329-8eb79160199e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-92bb1a95-a890-4de5-b329-8eb79160199e {
  
  
  
  
}

#s-92bb1a95-a890-4de5-b329-8eb79160199e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-92bb1a95-a890-4de5-b329-8eb79160199e.shogun-image {
    
    
    
    
  }


.s-92bb1a95-a890-4de5-b329-8eb79160199e .shogun-image-content {
  
    align-items: center;
  
}

.s-92bb1a95-a890-4de5-b329-8eb79160199e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92bb1a95-a890-4de5-b329-8eb79160199e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92bb1a95-a890-4de5-b329-8eb79160199e.shogun-image {
  box-sizing: border-box;
}




}
#s-f8c0e86a-65d3-4490-ac12-4428a375ff33 {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f8c0e86a-65d3-4490-ac12-4428a375ff33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8c0e86a-65d3-4490-ac12-4428a375ff33.shg-box.shg-c {
  justify-content: center;
}

#s-4d74b664-250d-400a-a4dd-cb935a3bd5a5 {
  text-align: center;
}



.shg-image-margin-container-s-4d74b664-250d-400a-a4dd-cb935a3bd5a5 {
  
  
  
  
}

#s-4d74b664-250d-400a-a4dd-cb935a3bd5a5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shogun-image {
    
    
    
    
  }


.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4d74b664-250d-400a-a4dd-cb935a3bd5a5 {
  
  
  
  
}

#s-4d74b664-250d-400a-a4dd-cb935a3bd5a5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shogun-image {
    
    
    
    
  }


.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4d74b664-250d-400a-a4dd-cb935a3bd5a5 {
  
  
  
  
}

#s-4d74b664-250d-400a-a4dd-cb935a3bd5a5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shogun-image {
    
    
    
    
  }


.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4d74b664-250d-400a-a4dd-cb935a3bd5a5 {
  
  
  
  
}

#s-4d74b664-250d-400a-a4dd-cb935a3bd5a5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shogun-image {
    
    
    
    
  }


.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4d74b664-250d-400a-a4dd-cb935a3bd5a5 {
  
  
  
  
}

#s-4d74b664-250d-400a-a4dd-cb935a3bd5a5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shogun-image {
    
    
    
    
  }


.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d74b664-250d-400a-a4dd-cb935a3bd5a5.shogun-image {
  box-sizing: border-box;
}




}
#s-1fa1db88-359e-41a2-921c-3381821548bd {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1fa1db88-359e-41a2-921c-3381821548bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fa1db88-359e-41a2-921c-3381821548bd.shg-box.shg-c {
  justify-content: center;
}

#s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd {
  text-align: center;
}



.shg-image-margin-container-s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd {
  
  
  
  
}

#s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shogun-image {
    
    
    
    
  }


.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd .shogun-image-content {
  
    align-items: center;
  
}

.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd {
  
  
  
  
}

#s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shogun-image {
    
    
    
    
  }


.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd .shogun-image-content {
  
    align-items: center;
  
}

.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd {
  
  
  
  
}

#s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shogun-image {
    
    
    
    
  }


.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd .shogun-image-content {
  
    align-items: center;
  
}

.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd {
  
  
  
  
}

#s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shogun-image {
    
    
    
    
  }


.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd .shogun-image-content {
  
    align-items: center;
  
}

.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd {
  
  
  
  
}

#s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shogun-image {
    
    
    
    
  }


.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd .shogun-image-content {
  
    align-items: center;
  
}

.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb974e90-cd70-4c0b-92b4-22ac3a0885cd.shogun-image {
  box-sizing: border-box;
}




}
#s-7c5a528d-d24e-4040-8ffc-cecccca6304c {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7c5a528d-d24e-4040-8ffc-cecccca6304c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c5a528d-d24e-4040-8ffc-cecccca6304c.shg-box.shg-c {
  justify-content: center;
}

#s-41264575-0d96-4c53-b80f-f8516e5a4ac3 {
  text-align: center;
}



.shg-image-margin-container-s-41264575-0d96-4c53-b80f-f8516e5a4ac3 {
  
  
  
  
}

#s-41264575-0d96-4c53-b80f-f8516e5a4ac3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shogun-image {
    
    
    
    
  }


.s-41264575-0d96-4c53-b80f-f8516e5a4ac3 .shogun-image-content {
  
    align-items: center;
  
}

.s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-41264575-0d96-4c53-b80f-f8516e5a4ac3 {
  
  
  
  
}

#s-41264575-0d96-4c53-b80f-f8516e5a4ac3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shogun-image {
    
    
    
    
  }


.s-41264575-0d96-4c53-b80f-f8516e5a4ac3 .shogun-image-content {
  
    align-items: center;
  
}

.s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-41264575-0d96-4c53-b80f-f8516e5a4ac3 {
  
  
  
  
}

#s-41264575-0d96-4c53-b80f-f8516e5a4ac3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shogun-image {
    
    
    
    
  }


.s-41264575-0d96-4c53-b80f-f8516e5a4ac3 .shogun-image-content {
  
    align-items: center;
  
}

.s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-41264575-0d96-4c53-b80f-f8516e5a4ac3 {
  
  
  
  
}

#s-41264575-0d96-4c53-b80f-f8516e5a4ac3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shogun-image {
    
    
    
    
  }


.s-41264575-0d96-4c53-b80f-f8516e5a4ac3 .shogun-image-content {
  
    align-items: center;
  
}

.s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-41264575-0d96-4c53-b80f-f8516e5a4ac3 {
  
  
  
  
}

#s-41264575-0d96-4c53-b80f-f8516e5a4ac3 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shogun-image {
    
    
    
    
  }


.s-41264575-0d96-4c53-b80f-f8516e5a4ac3 .shogun-image-content {
  
    align-items: center;
  
}

.s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41264575-0d96-4c53-b80f-f8516e5a4ac3.shogun-image {
  box-sizing: border-box;
}




}
#s-b069de8d-e917-4735-bca4-41a1642cc33b {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b069de8d-e917-4735-bca4-41a1642cc33b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b069de8d-e917-4735-bca4-41a1642cc33b.shg-box.shg-c {
  justify-content: center;
}

#s-42d17231-cb0a-4a5d-8c17-1bd046547663 {
  text-align: center;
}



.shg-image-margin-container-s-42d17231-cb0a-4a5d-8c17-1bd046547663 {
  
  
  
  
}

#s-42d17231-cb0a-4a5d-8c17-1bd046547663 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-42d17231-cb0a-4a5d-8c17-1bd046547663.shogun-image {
    
    
    
    
  }


.s-42d17231-cb0a-4a5d-8c17-1bd046547663 .shogun-image-content {
  
    align-items: center;
  
}

.s-42d17231-cb0a-4a5d-8c17-1bd046547663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42d17231-cb0a-4a5d-8c17-1bd046547663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42d17231-cb0a-4a5d-8c17-1bd046547663.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-42d17231-cb0a-4a5d-8c17-1bd046547663 {
  
  
  
  
}

#s-42d17231-cb0a-4a5d-8c17-1bd046547663 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-42d17231-cb0a-4a5d-8c17-1bd046547663.shogun-image {
    
    
    
    
  }


.s-42d17231-cb0a-4a5d-8c17-1bd046547663 .shogun-image-content {
  
    align-items: center;
  
}

.s-42d17231-cb0a-4a5d-8c17-1bd046547663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42d17231-cb0a-4a5d-8c17-1bd046547663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42d17231-cb0a-4a5d-8c17-1bd046547663.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-42d17231-cb0a-4a5d-8c17-1bd046547663 {
  
  
  
  
}

#s-42d17231-cb0a-4a5d-8c17-1bd046547663 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-42d17231-cb0a-4a5d-8c17-1bd046547663.shogun-image {
    
    
    
    
  }


.s-42d17231-cb0a-4a5d-8c17-1bd046547663 .shogun-image-content {
  
    align-items: center;
  
}

.s-42d17231-cb0a-4a5d-8c17-1bd046547663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42d17231-cb0a-4a5d-8c17-1bd046547663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42d17231-cb0a-4a5d-8c17-1bd046547663.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-42d17231-cb0a-4a5d-8c17-1bd046547663 {
  
  
  
  
}

#s-42d17231-cb0a-4a5d-8c17-1bd046547663 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-42d17231-cb0a-4a5d-8c17-1bd046547663.shogun-image {
    
    
    
    
  }


.s-42d17231-cb0a-4a5d-8c17-1bd046547663 .shogun-image-content {
  
    align-items: center;
  
}

.s-42d17231-cb0a-4a5d-8c17-1bd046547663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42d17231-cb0a-4a5d-8c17-1bd046547663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42d17231-cb0a-4a5d-8c17-1bd046547663.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-42d17231-cb0a-4a5d-8c17-1bd046547663 {
  
  
  
  
}

#s-42d17231-cb0a-4a5d-8c17-1bd046547663 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-42d17231-cb0a-4a5d-8c17-1bd046547663.shogun-image {
    
    
    
    
  }


.s-42d17231-cb0a-4a5d-8c17-1bd046547663 .shogun-image-content {
  
    align-items: center;
  
}

.s-42d17231-cb0a-4a5d-8c17-1bd046547663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42d17231-cb0a-4a5d-8c17-1bd046547663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42d17231-cb0a-4a5d-8c17-1bd046547663.shogun-image {
  box-sizing: border-box;
}




}
#s-ce1ec18a-0081-4144-9e5d-e400bcc4e2d2 {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ce1ec18a-0081-4144-9e5d-e400bcc4e2d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce1ec18a-0081-4144-9e5d-e400bcc4e2d2.shg-box.shg-c {
  justify-content: center;
}

#s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99 {
  text-align: center;
}



.shg-image-margin-container-s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99 {
  
  
  
  
}

#s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shogun-image {
    
    
    
    
  }


.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99 .shogun-image-content {
  
    align-items: center;
  
}

.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99 {
  
  
  
  
}

#s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shogun-image {
    
    
    
    
  }


.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99 .shogun-image-content {
  
    align-items: center;
  
}

.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99 {
  
  
  
  
}

#s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shogun-image {
    
    
    
    
  }


.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99 .shogun-image-content {
  
    align-items: center;
  
}

.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99 {
  
  
  
  
}

#s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shogun-image {
    
    
    
    
  }


.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99 .shogun-image-content {
  
    align-items: center;
  
}

.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99 {
  
  
  
  
}

#s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shogun-image {
    
    
    
    
  }


.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99 .shogun-image-content {
  
    align-items: center;
  
}

.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00ca7eee-1b8f-44e1-8063-cba1f49b6d99.shogun-image {
  box-sizing: border-box;
}




}
#s-53f1fc1f-06cf-41b5-b4c6-e25e27362631 {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-53f1fc1f-06cf-41b5-b4c6-e25e27362631 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53f1fc1f-06cf-41b5-b4c6-e25e27362631.shg-box.shg-c {
  justify-content: center;
}

#s-1dd825c7-afca-413e-adf2-631b411b0263 {
  text-align: center;
}



.shg-image-margin-container-s-1dd825c7-afca-413e-adf2-631b411b0263 {
  
  
  
  
}

#s-1dd825c7-afca-413e-adf2-631b411b0263 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-1dd825c7-afca-413e-adf2-631b411b0263.shogun-image {
    
    
    
    
  }


.s-1dd825c7-afca-413e-adf2-631b411b0263 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dd825c7-afca-413e-adf2-631b411b0263.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dd825c7-afca-413e-adf2-631b411b0263.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dd825c7-afca-413e-adf2-631b411b0263.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1dd825c7-afca-413e-adf2-631b411b0263 {
  
  
  
  
}

#s-1dd825c7-afca-413e-adf2-631b411b0263 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-1dd825c7-afca-413e-adf2-631b411b0263.shogun-image {
    
    
    
    
  }


.s-1dd825c7-afca-413e-adf2-631b411b0263 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dd825c7-afca-413e-adf2-631b411b0263.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dd825c7-afca-413e-adf2-631b411b0263.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dd825c7-afca-413e-adf2-631b411b0263.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1dd825c7-afca-413e-adf2-631b411b0263 {
  
  
  
  
}

#s-1dd825c7-afca-413e-adf2-631b411b0263 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-1dd825c7-afca-413e-adf2-631b411b0263.shogun-image {
    
    
    
    
  }


.s-1dd825c7-afca-413e-adf2-631b411b0263 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dd825c7-afca-413e-adf2-631b411b0263.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dd825c7-afca-413e-adf2-631b411b0263.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dd825c7-afca-413e-adf2-631b411b0263.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1dd825c7-afca-413e-adf2-631b411b0263 {
  
  
  
  
}

#s-1dd825c7-afca-413e-adf2-631b411b0263 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-1dd825c7-afca-413e-adf2-631b411b0263.shogun-image {
    
    
    
    
  }


.s-1dd825c7-afca-413e-adf2-631b411b0263 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dd825c7-afca-413e-adf2-631b411b0263.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dd825c7-afca-413e-adf2-631b411b0263.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dd825c7-afca-413e-adf2-631b411b0263.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1dd825c7-afca-413e-adf2-631b411b0263 {
  
  
  
  
}

#s-1dd825c7-afca-413e-adf2-631b411b0263 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-1dd825c7-afca-413e-adf2-631b411b0263.shogun-image {
    
    
    
    
  }


.s-1dd825c7-afca-413e-adf2-631b411b0263 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dd825c7-afca-413e-adf2-631b411b0263.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dd825c7-afca-413e-adf2-631b411b0263.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dd825c7-afca-413e-adf2-631b411b0263.shogun-image {
  box-sizing: border-box;
}




}
#s-ba54e031-0b9a-459b-95bf-b72738533825 {
  padding-top: 10px;
padding-left: 8px;
padding-bottom: 0px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(174, 174, 174, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
background-attachment: scroll;
}








#s-ba54e031-0b9a-459b-95bf-b72738533825 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba54e031-0b9a-459b-95bf-b72738533825.shg-box.shg-c {
  justify-content: center;
}

#s-844fe007-30de-4eba-8eaf-7d00cc1cf2a3 {
  min-height: 50px;
}








#s-844fe007-30de-4eba-8eaf-7d00cc1cf2a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-844fe007-30de-4eba-8eaf-7d00cc1cf2a3.shg-box.shg-c {
  justify-content: center;
}

#s-cecc86fe-505c-4ad5-aa5f-6ee38461c80a {
  padding-top: 24px;
padding-bottom: 24px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-cecc86fe-505c-4ad5-aa5f-6ee38461c80a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cecc86fe-505c-4ad5-aa5f-6ee38461c80a.shg-box.shg-c {
  justify-content: center;
}

#s-a78e5fa1-9af6-48f5-a9f6-40877e022f28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a78e5fa1-9af6-48f5-a9f6-40877e022f28 .shogun-heading-component h3 {
  color: rgba(53, 57, 73, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-a78e5fa1-9af6-48f5-a9f6-40877e022f28 .shogun-heading-component h3 {
  color: rgba(53, 57, 73, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-d87fef98-ad37-4c1a-ac78-640af502911d {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d87fef98-ad37-4c1a-ac78-640af502911d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d87fef98-ad37-4c1a-ac78-640af502911d.shg-box.shg-c {
  justify-content: center;
}

#s-44caacf4-e70a-41af-bd84-39b4e553b2c9 {
  text-align: center;
}



.shg-image-margin-container-s-44caacf4-e70a-41af-bd84-39b4e553b2c9 {
  
  
  
  
}

#s-44caacf4-e70a-41af-bd84-39b4e553b2c9 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shogun-image {
    
    
    
    
  }


.s-44caacf4-e70a-41af-bd84-39b4e553b2c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-44caacf4-e70a-41af-bd84-39b4e553b2c9 {
  
  
  
  
}

#s-44caacf4-e70a-41af-bd84-39b4e553b2c9 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shogun-image {
    
    
    
    
  }


.s-44caacf4-e70a-41af-bd84-39b4e553b2c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-44caacf4-e70a-41af-bd84-39b4e553b2c9 {
  
  
  
  
}

#s-44caacf4-e70a-41af-bd84-39b4e553b2c9 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shogun-image {
    
    
    
    
  }


.s-44caacf4-e70a-41af-bd84-39b4e553b2c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-44caacf4-e70a-41af-bd84-39b4e553b2c9 {
  
  
  
  
}

#s-44caacf4-e70a-41af-bd84-39b4e553b2c9 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shogun-image {
    
    
    
    
  }


.s-44caacf4-e70a-41af-bd84-39b4e553b2c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-44caacf4-e70a-41af-bd84-39b4e553b2c9 {
  
  
  
  
}

#s-44caacf4-e70a-41af-bd84-39b4e553b2c9 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shogun-image {
    
    
    
    
  }


.s-44caacf4-e70a-41af-bd84-39b4e553b2c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44caacf4-e70a-41af-bd84-39b4e553b2c9.shogun-image {
  box-sizing: border-box;
}




}
#s-cdbde9b1-56ca-4129-9cbb-38c03ac0a7f2 {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cdbde9b1-56ca-4129-9cbb-38c03ac0a7f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cdbde9b1-56ca-4129-9cbb-38c03ac0a7f2.shg-box.shg-c {
  justify-content: center;
}

#s-acc2d8b1-a374-40d7-adba-cc17ab0afb33 {
  text-align: center;
}



.shg-image-margin-container-s-acc2d8b1-a374-40d7-adba-cc17ab0afb33 {
  
  
  
  
}

#s-acc2d8b1-a374-40d7-adba-cc17ab0afb33 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shogun-image {
    
    
    
    
  }


.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33 .shogun-image-content {
  
    align-items: center;
  
}

.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-acc2d8b1-a374-40d7-adba-cc17ab0afb33 {
  
  
  
  
}

#s-acc2d8b1-a374-40d7-adba-cc17ab0afb33 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shogun-image {
    
    
    
    
  }


.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33 .shogun-image-content {
  
    align-items: center;
  
}

.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-acc2d8b1-a374-40d7-adba-cc17ab0afb33 {
  
  
  
  
}

#s-acc2d8b1-a374-40d7-adba-cc17ab0afb33 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shogun-image {
    
    
    
    
  }


.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33 .shogun-image-content {
  
    align-items: center;
  
}

.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-acc2d8b1-a374-40d7-adba-cc17ab0afb33 {
  
  
  
  
}

#s-acc2d8b1-a374-40d7-adba-cc17ab0afb33 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shogun-image {
    
    
    
    
  }


.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33 .shogun-image-content {
  
    align-items: center;
  
}

.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-acc2d8b1-a374-40d7-adba-cc17ab0afb33 {
  
  
  
  
}

#s-acc2d8b1-a374-40d7-adba-cc17ab0afb33 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shogun-image {
    
    
    
    
  }


.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33 .shogun-image-content {
  
    align-items: center;
  
}

.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acc2d8b1-a374-40d7-adba-cc17ab0afb33.shogun-image {
  box-sizing: border-box;
}




}
#s-c71eeb62-7e83-4a80-9647-a1d5f8d7e76f {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c71eeb62-7e83-4a80-9647-a1d5f8d7e76f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c71eeb62-7e83-4a80-9647-a1d5f8d7e76f.shg-box.shg-c {
  justify-content: center;
}

#s-50553515-3fbf-4b23-8482-b617413a04ac {
  text-align: center;
}



.shg-image-margin-container-s-50553515-3fbf-4b23-8482-b617413a04ac {
  
  
  
  
}

#s-50553515-3fbf-4b23-8482-b617413a04ac {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-50553515-3fbf-4b23-8482-b617413a04ac.shogun-image {
    
    
    
    
  }


.s-50553515-3fbf-4b23-8482-b617413a04ac .shogun-image-content {
  
    align-items: center;
  
}

.s-50553515-3fbf-4b23-8482-b617413a04ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50553515-3fbf-4b23-8482-b617413a04ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50553515-3fbf-4b23-8482-b617413a04ac.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-50553515-3fbf-4b23-8482-b617413a04ac {
  
  
  
  
}

#s-50553515-3fbf-4b23-8482-b617413a04ac {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-50553515-3fbf-4b23-8482-b617413a04ac.shogun-image {
    
    
    
    
  }


.s-50553515-3fbf-4b23-8482-b617413a04ac .shogun-image-content {
  
    align-items: center;
  
}

.s-50553515-3fbf-4b23-8482-b617413a04ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50553515-3fbf-4b23-8482-b617413a04ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50553515-3fbf-4b23-8482-b617413a04ac.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-50553515-3fbf-4b23-8482-b617413a04ac {
  
  
  
  
}

#s-50553515-3fbf-4b23-8482-b617413a04ac {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-50553515-3fbf-4b23-8482-b617413a04ac.shogun-image {
    
    
    
    
  }


.s-50553515-3fbf-4b23-8482-b617413a04ac .shogun-image-content {
  
    align-items: center;
  
}

.s-50553515-3fbf-4b23-8482-b617413a04ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50553515-3fbf-4b23-8482-b617413a04ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50553515-3fbf-4b23-8482-b617413a04ac.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-50553515-3fbf-4b23-8482-b617413a04ac {
  
  
  
  
}

#s-50553515-3fbf-4b23-8482-b617413a04ac {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-50553515-3fbf-4b23-8482-b617413a04ac.shogun-image {
    
    
    
    
  }


.s-50553515-3fbf-4b23-8482-b617413a04ac .shogun-image-content {
  
    align-items: center;
  
}

.s-50553515-3fbf-4b23-8482-b617413a04ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50553515-3fbf-4b23-8482-b617413a04ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50553515-3fbf-4b23-8482-b617413a04ac.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-50553515-3fbf-4b23-8482-b617413a04ac {
  
  
  
  
}

#s-50553515-3fbf-4b23-8482-b617413a04ac {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-50553515-3fbf-4b23-8482-b617413a04ac.shogun-image {
    
    
    
    
  }


.s-50553515-3fbf-4b23-8482-b617413a04ac .shogun-image-content {
  
    align-items: center;
  
}

.s-50553515-3fbf-4b23-8482-b617413a04ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50553515-3fbf-4b23-8482-b617413a04ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50553515-3fbf-4b23-8482-b617413a04ac.shogun-image {
  box-sizing: border-box;
}




}
#s-dc0ba25a-3798-4d66-98d6-888154486a2a {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dc0ba25a-3798-4d66-98d6-888154486a2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc0ba25a-3798-4d66-98d6-888154486a2a.shg-box.shg-c {
  justify-content: center;
}

#s-0f80b5a6-d113-45ea-908a-14ab40eaab69 {
  text-align: center;
}



.shg-image-margin-container-s-0f80b5a6-d113-45ea-908a-14ab40eaab69 {
  
  
  
  
}

#s-0f80b5a6-d113-45ea-908a-14ab40eaab69 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shogun-image {
    
    
    
    
  }


.s-0f80b5a6-d113-45ea-908a-14ab40eaab69 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0f80b5a6-d113-45ea-908a-14ab40eaab69 {
  
  
  
  
}

#s-0f80b5a6-d113-45ea-908a-14ab40eaab69 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shogun-image {
    
    
    
    
  }


.s-0f80b5a6-d113-45ea-908a-14ab40eaab69 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0f80b5a6-d113-45ea-908a-14ab40eaab69 {
  
  
  
  
}

#s-0f80b5a6-d113-45ea-908a-14ab40eaab69 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shogun-image {
    
    
    
    
  }


.s-0f80b5a6-d113-45ea-908a-14ab40eaab69 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0f80b5a6-d113-45ea-908a-14ab40eaab69 {
  
  
  
  
}

#s-0f80b5a6-d113-45ea-908a-14ab40eaab69 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shogun-image {
    
    
    
    
  }


.s-0f80b5a6-d113-45ea-908a-14ab40eaab69 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0f80b5a6-d113-45ea-908a-14ab40eaab69 {
  
  
  
  
}

#s-0f80b5a6-d113-45ea-908a-14ab40eaab69 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shogun-image {
    
    
    
    
  }


.s-0f80b5a6-d113-45ea-908a-14ab40eaab69 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f80b5a6-d113-45ea-908a-14ab40eaab69.shogun-image {
  box-sizing: border-box;
}




}
#s-bb825a96-7c19-4f93-a4fc-657323ec1319 {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bb825a96-7c19-4f93-a4fc-657323ec1319 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb825a96-7c19-4f93-a4fc-657323ec1319.shg-box.shg-c {
  justify-content: center;
}

#s-e236de38-3c54-4f48-9a6b-c90be3194b90 {
  text-align: center;
}



.shg-image-margin-container-s-e236de38-3c54-4f48-9a6b-c90be3194b90 {
  
  
  
  
}

#s-e236de38-3c54-4f48-9a6b-c90be3194b90 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e236de38-3c54-4f48-9a6b-c90be3194b90.shogun-image {
    
    
    
    
  }


.s-e236de38-3c54-4f48-9a6b-c90be3194b90 .shogun-image-content {
  
    align-items: center;
  
}

.s-e236de38-3c54-4f48-9a6b-c90be3194b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e236de38-3c54-4f48-9a6b-c90be3194b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e236de38-3c54-4f48-9a6b-c90be3194b90.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e236de38-3c54-4f48-9a6b-c90be3194b90 {
  
  
  
  
}

#s-e236de38-3c54-4f48-9a6b-c90be3194b90 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e236de38-3c54-4f48-9a6b-c90be3194b90.shogun-image {
    
    
    
    
  }


.s-e236de38-3c54-4f48-9a6b-c90be3194b90 .shogun-image-content {
  
    align-items: center;
  
}

.s-e236de38-3c54-4f48-9a6b-c90be3194b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e236de38-3c54-4f48-9a6b-c90be3194b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e236de38-3c54-4f48-9a6b-c90be3194b90.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e236de38-3c54-4f48-9a6b-c90be3194b90 {
  
  
  
  
}

#s-e236de38-3c54-4f48-9a6b-c90be3194b90 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e236de38-3c54-4f48-9a6b-c90be3194b90.shogun-image {
    
    
    
    
  }


.s-e236de38-3c54-4f48-9a6b-c90be3194b90 .shogun-image-content {
  
    align-items: center;
  
}

.s-e236de38-3c54-4f48-9a6b-c90be3194b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e236de38-3c54-4f48-9a6b-c90be3194b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e236de38-3c54-4f48-9a6b-c90be3194b90.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e236de38-3c54-4f48-9a6b-c90be3194b90 {
  
  
  
  
}

#s-e236de38-3c54-4f48-9a6b-c90be3194b90 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e236de38-3c54-4f48-9a6b-c90be3194b90.shogun-image {
    
    
    
    
  }


.s-e236de38-3c54-4f48-9a6b-c90be3194b90 .shogun-image-content {
  
    align-items: center;
  
}

.s-e236de38-3c54-4f48-9a6b-c90be3194b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e236de38-3c54-4f48-9a6b-c90be3194b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e236de38-3c54-4f48-9a6b-c90be3194b90.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e236de38-3c54-4f48-9a6b-c90be3194b90 {
  
  
  
  
}

#s-e236de38-3c54-4f48-9a6b-c90be3194b90 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e236de38-3c54-4f48-9a6b-c90be3194b90.shogun-image {
    
    
    
    
  }


.s-e236de38-3c54-4f48-9a6b-c90be3194b90 .shogun-image-content {
  
    align-items: center;
  
}

.s-e236de38-3c54-4f48-9a6b-c90be3194b90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e236de38-3c54-4f48-9a6b-c90be3194b90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e236de38-3c54-4f48-9a6b-c90be3194b90.shogun-image {
  box-sizing: border-box;
}




}
#s-68b33d3d-ea03-47e9-86c7-4ad7d19a8d64 {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-68b33d3d-ea03-47e9-86c7-4ad7d19a8d64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68b33d3d-ea03-47e9-86c7-4ad7d19a8d64.shg-box.shg-c {
  justify-content: center;
}

#s-053546b3-8265-459e-96a3-42e755a4246d {
  text-align: center;
}



.shg-image-margin-container-s-053546b3-8265-459e-96a3-42e755a4246d {
  
  
  
  
}

#s-053546b3-8265-459e-96a3-42e755a4246d {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-053546b3-8265-459e-96a3-42e755a4246d.shogun-image {
    
    
    
    
  }


.s-053546b3-8265-459e-96a3-42e755a4246d .shogun-image-content {
  
    align-items: center;
  
}

.s-053546b3-8265-459e-96a3-42e755a4246d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053546b3-8265-459e-96a3-42e755a4246d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053546b3-8265-459e-96a3-42e755a4246d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-053546b3-8265-459e-96a3-42e755a4246d {
  
  
  
  
}

#s-053546b3-8265-459e-96a3-42e755a4246d {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-053546b3-8265-459e-96a3-42e755a4246d.shogun-image {
    
    
    
    
  }


.s-053546b3-8265-459e-96a3-42e755a4246d .shogun-image-content {
  
    align-items: center;
  
}

.s-053546b3-8265-459e-96a3-42e755a4246d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053546b3-8265-459e-96a3-42e755a4246d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053546b3-8265-459e-96a3-42e755a4246d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-053546b3-8265-459e-96a3-42e755a4246d {
  
  
  
  
}

#s-053546b3-8265-459e-96a3-42e755a4246d {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-053546b3-8265-459e-96a3-42e755a4246d.shogun-image {
    
    
    
    
  }


.s-053546b3-8265-459e-96a3-42e755a4246d .shogun-image-content {
  
    align-items: center;
  
}

.s-053546b3-8265-459e-96a3-42e755a4246d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053546b3-8265-459e-96a3-42e755a4246d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053546b3-8265-459e-96a3-42e755a4246d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-053546b3-8265-459e-96a3-42e755a4246d {
  
  
  
  
}

#s-053546b3-8265-459e-96a3-42e755a4246d {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-053546b3-8265-459e-96a3-42e755a4246d.shogun-image {
    
    
    
    
  }


.s-053546b3-8265-459e-96a3-42e755a4246d .shogun-image-content {
  
    align-items: center;
  
}

.s-053546b3-8265-459e-96a3-42e755a4246d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053546b3-8265-459e-96a3-42e755a4246d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053546b3-8265-459e-96a3-42e755a4246d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-053546b3-8265-459e-96a3-42e755a4246d {
  
  
  
  
}

#s-053546b3-8265-459e-96a3-42e755a4246d {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-053546b3-8265-459e-96a3-42e755a4246d.shogun-image {
    
    
    
    
  }


.s-053546b3-8265-459e-96a3-42e755a4246d .shogun-image-content {
  
    align-items: center;
  
}

.s-053546b3-8265-459e-96a3-42e755a4246d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-053546b3-8265-459e-96a3-42e755a4246d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-053546b3-8265-459e-96a3-42e755a4246d.shogun-image {
  box-sizing: border-box;
}




}
#s-bed3009d-b61e-4e83-82ac-2d84a44209ec {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bed3009d-b61e-4e83-82ac-2d84a44209ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bed3009d-b61e-4e83-82ac-2d84a44209ec.shg-box.shg-c {
  justify-content: center;
}

#s-25fe13ec-7111-4d7b-888b-7274b00cfb8d {
  max-width: 23px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-25fe13ec-7111-4d7b-888b-7274b00cfb8d {
  
  
  
  
}

#s-25fe13ec-7111-4d7b-888b-7274b00cfb8d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 23px;
  }



  img.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image {
    
    
    
    max-height: 23px;
  }


.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shogun-image-content {
  
    align-items: center;
  
}

.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container {
      position: relative;
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 23px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-25fe13ec-7111-4d7b-888b-7274b00cfb8d {
  
  
  
  
}

#s-25fe13ec-7111-4d7b-888b-7274b00cfb8d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 23px;
  }



  img.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image {
    
    
    
    max-height: 23px;
  }


.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shogun-image-content {
  
    align-items: center;
  
}

.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container {
      position: relative;
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 23px;
    }
  }

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

.shg-image-margin-container-s-25fe13ec-7111-4d7b-888b-7274b00cfb8d {
  
  
  
  
}

#s-25fe13ec-7111-4d7b-888b-7274b00cfb8d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 23px;
  }



  img.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image {
    
    
    
    max-height: 23px;
  }


.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shogun-image-content {
  
    align-items: center;
  
}

.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container {
      position: relative;
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 23px;
    }
  }

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

.shg-image-margin-container-s-25fe13ec-7111-4d7b-888b-7274b00cfb8d {
  
  
  
  
}

#s-25fe13ec-7111-4d7b-888b-7274b00cfb8d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 23px;
  }



  img.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image {
    
    
    
    max-height: 23px;
  }


.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shogun-image-content {
  
    align-items: center;
  
}

.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container {
      position: relative;
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 23px;
    }
  }

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

.shg-image-margin-container-s-25fe13ec-7111-4d7b-888b-7274b00cfb8d {
  
  
  
  
}

#s-25fe13ec-7111-4d7b-888b-7274b00cfb8d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25fe13ec-7111-4d7b-888b-7274b00cfb8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 23px;
  }



  img.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image {
    
    
    
    max-height: 23px;
  }


.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d .shogun-image-content {
  
    align-items: center;
  
}

.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container {
      position: relative;
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25fe13ec-7111-4d7b-888b-7274b00cfb8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 23px;
    }
  }

}
#s-899bd7e9-6779-453f-aae3-4f3138b033ab {
  padding-top: 22px;
padding-bottom: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-899bd7e9-6779-453f-aae3-4f3138b033ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-899bd7e9-6779-453f-aae3-4f3138b033ab.shg-box.shg-c {
  justify-content: center;
}

#s-a3a831ca-3948-4c36-a153-1f9595cae8b5 {
  text-align: center;
}



.shg-image-margin-container-s-a3a831ca-3948-4c36-a153-1f9595cae8b5 {
  
  
  
  
}

#s-a3a831ca-3948-4c36-a153-1f9595cae8b5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shogun-image {
    
    
    
    
  }


.s-a3a831ca-3948-4c36-a153-1f9595cae8b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a3a831ca-3948-4c36-a153-1f9595cae8b5 {
  
  
  
  
}

#s-a3a831ca-3948-4c36-a153-1f9595cae8b5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shogun-image {
    
    
    
    
  }


.s-a3a831ca-3948-4c36-a153-1f9595cae8b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a3a831ca-3948-4c36-a153-1f9595cae8b5 {
  
  
  
  
}

#s-a3a831ca-3948-4c36-a153-1f9595cae8b5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shogun-image {
    
    
    
    
  }


.s-a3a831ca-3948-4c36-a153-1f9595cae8b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a3a831ca-3948-4c36-a153-1f9595cae8b5 {
  
  
  
  
}

#s-a3a831ca-3948-4c36-a153-1f9595cae8b5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shogun-image {
    
    
    
    
  }


.s-a3a831ca-3948-4c36-a153-1f9595cae8b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a3a831ca-3948-4c36-a153-1f9595cae8b5 {
  
  
  
  
}

#s-a3a831ca-3948-4c36-a153-1f9595cae8b5 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shogun-image {
    
    
    
    
  }


.s-a3a831ca-3948-4c36-a153-1f9595cae8b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a831ca-3948-4c36-a153-1f9595cae8b5.shogun-image {
  box-sizing: border-box;
}




}
#s-d2ac104a-f4b6-4d18-b2e0-bcb0fa8c58a7 {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.1);
background-image: url(https://i.shgcdn.com/0e45b638-8ec3-4761-86fc-5193d03ba612/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
line-height: 1.8em;
hover-type: image;
}
#s-d2ac104a-f4b6-4d18-b2e0-bcb0fa8c58a7:hover {background-image: url(https://i.shgcdn.com/0e45b638-8ec3-4761-86fc-5193d03ba612/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: image !important;}#s-d2ac104a-f4b6-4d18-b2e0-bcb0fa8c58a7:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d2ac104a-f4b6-4d18-b2e0-bcb0fa8c58a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2ac104a-f4b6-4d18-b2e0-bcb0fa8c58a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2ac104a-f4b6-4d18-b2e0-bcb0fa8c58a7 {
  
}
}@media (max-width: 767px){#s-d2ac104a-f4b6-4d18-b2e0-bcb0fa8c58a7 {
  margin-top: 30px;
}
}

  #s-d2ac104a-f4b6-4d18-b2e0-bcb0fa8c58a7-root {
    text-align: center;
  }


#s-d2ac104a-f4b6-4d18-b2e0-bcb0fa8c58a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d2ac104a-f4b6-4d18-b2e0-bcb0fa8c58a7-root {
    text-align: center;
  }


#s-d2ac104a-f4b6-4d18-b2e0-bcb0fa8c58a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2ac104a-f4b6-4d18-b2e0-bcb0fa8c58a7-root {
    text-align: center;
  }


#s-d2ac104a-f4b6-4d18-b2e0-bcb0fa8c58a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2ac104a-f4b6-4d18-b2e0-bcb0fa8c58a7-root {
    text-align: center;
  }


#s-d2ac104a-f4b6-4d18-b2e0-bcb0fa8c58a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d2ac104a-f4b6-4d18-b2e0-bcb0fa8c58a7-root {
    text-align: center;
  }


#s-d2ac104a-f4b6-4d18-b2e0-bcb0fa8c58a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1de90c44-dcea-4986-8ada-b11baf68b86d {
  min-height: 50px;
}








#s-1de90c44-dcea-4986-8ada-b11baf68b86d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1de90c44-dcea-4986-8ada-b11baf68b86d.shg-box.shg-c {
  justify-content: center;
}

#s-55920843-161d-4848-82ff-202fa414abf6 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(25, 41, 78, 1);
}








#s-55920843-161d-4848-82ff-202fa414abf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55920843-161d-4848-82ff-202fa414abf6.shg-box.shg-c {
  justify-content: center;
}

#s-04fdaa00-2611-4819-8180-1b51c212ce3f {
  margin-top: 70px;
margin-left: auto;
margin-right: auto;
border-color: rgba(25, 41, 78, 1);
border-style: solid;
max-width: 1180px;
background-color: rgba(25, 41, 78, 1);
}

@media (min-width: 0px) {
[id="s-04fdaa00-2611-4819-8180-1b51c212ce3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04fdaa00-2611-4819-8180-1b51c212ce3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04fdaa00-2611-4819-8180-1b51c212ce3f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04fdaa00-2611-4819-8180-1b51c212ce3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04fdaa00-2611-4819-8180-1b51c212ce3f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04fdaa00-2611-4819-8180-1b51c212ce3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04fdaa00-2611-4819-8180-1b51c212ce3f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-06f7e932-6664-4fac-bb33-3048b4537dd4 {
  min-height: 50px;
aspect-ratio: 1/2.3;
}
@media (max-width: 767px){#s-06f7e932-6664-4fac-bb33-3048b4537dd4 {
  aspect-ratio: 1/0;
}
}







#s-06f7e932-6664-4fac-bb33-3048b4537dd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06f7e932-6664-4fac-bb33-3048b4537dd4.shg-box.shg-c {
  justify-content: flex-end;
}

#s-436ed53d-4885-4b82-a8a1-ec6e8266c734 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-436ed53d-4885-4b82-a8a1-ec6e8266c734 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.4em;
  
  text-align: left;
}


@media (max-width: 767px){#s-436ed53d-4885-4b82-a8a1-ec6e8266c734 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.4em;
  
  text-align: left;
}


}
#s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb {
  text-align: center;
}



.shg-image-margin-container-s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb {
  
  
  
  
}

#s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shogun-image {
    
    
    
    
  }


.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb .shogun-image-content {
  
    align-items: center;
  
}

.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb {
  
  
  
  
}

#s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shogun-image {
    
    
    
    
  }


.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb .shogun-image-content {
  
    align-items: center;
  
}

.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb {
  
  
  
  
}

#s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shogun-image {
    
    
    
    
  }


.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb .shogun-image-content {
  
    align-items: center;
  
}

.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb {
  
  
  
  
}

#s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shogun-image {
    
    
    
    
  }


.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb .shogun-image-content {
  
    align-items: center;
  
}

.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb {
  
  
  
  
}

#s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shogun-image {
    
    
    
    
  }


.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb .shogun-image-content {
  
    align-items: center;
  
}

.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c5b8326-a2c2-4066-ad03-075c2be4cfdb.shogun-image {
  box-sizing: border-box;
}




}
#s-5ad40328-4304-408c-90f9-4a5bb48c0273 {
  margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-5ad40328-4304-408c-90f9-4a5bb48c0273"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ad40328-4304-408c-90f9-4a5bb48c0273"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ad40328-4304-408c-90f9-4a5bb48c0273"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ad40328-4304-408c-90f9-4a5bb48c0273"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c0f52c3c-aef3-40d3-ae3b-7faaec4a61bf {
  margin-bottom: 32px;
padding-top: 35px;
padding-left: 25px;
padding-bottom: 32px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(242, 245, 250, 1);
}








#s-c0f52c3c-aef3-40d3-ae3b-7faaec4a61bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0f52c3c-aef3-40d3-ae3b-7faaec4a61bf.shg-box.shg-c {
  justify-content: center;
}

#s-15a0218b-385b-4851-8b77-b95449d66108 {
  padding-bottom: 15px;
text-align: left;
}



.shg-image-margin-container-s-15a0218b-385b-4851-8b77-b95449d66108 {
  
  
  
  
}

#s-15a0218b-385b-4851-8b77-b95449d66108 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-15a0218b-385b-4851-8b77-b95449d66108.shogun-image {
    
    
    
    
  }


.s-15a0218b-385b-4851-8b77-b95449d66108 .shogun-image-content {
  
    align-items: center;
  
}

.s-15a0218b-385b-4851-8b77-b95449d66108.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-15a0218b-385b-4851-8b77-b95449d66108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15a0218b-385b-4851-8b77-b95449d66108.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-15a0218b-385b-4851-8b77-b95449d66108 {
  
  
  
  
}

#s-15a0218b-385b-4851-8b77-b95449d66108 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-15a0218b-385b-4851-8b77-b95449d66108.shogun-image {
    
    
    
    
  }


.s-15a0218b-385b-4851-8b77-b95449d66108 .shogun-image-content {
  
    align-items: center;
  
}

.s-15a0218b-385b-4851-8b77-b95449d66108.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-15a0218b-385b-4851-8b77-b95449d66108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15a0218b-385b-4851-8b77-b95449d66108.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-15a0218b-385b-4851-8b77-b95449d66108 {
  
  
  
  
}

#s-15a0218b-385b-4851-8b77-b95449d66108 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-15a0218b-385b-4851-8b77-b95449d66108.shogun-image {
    
    
    
    
  }


.s-15a0218b-385b-4851-8b77-b95449d66108 .shogun-image-content {
  
    align-items: center;
  
}

.s-15a0218b-385b-4851-8b77-b95449d66108.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-15a0218b-385b-4851-8b77-b95449d66108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15a0218b-385b-4851-8b77-b95449d66108.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-15a0218b-385b-4851-8b77-b95449d66108 {
  
  
  
  
}

#s-15a0218b-385b-4851-8b77-b95449d66108 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-15a0218b-385b-4851-8b77-b95449d66108.shogun-image {
    
    
    
    
  }


.s-15a0218b-385b-4851-8b77-b95449d66108 .shogun-image-content {
  
    align-items: center;
  
}

.s-15a0218b-385b-4851-8b77-b95449d66108.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-15a0218b-385b-4851-8b77-b95449d66108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15a0218b-385b-4851-8b77-b95449d66108.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-15a0218b-385b-4851-8b77-b95449d66108 {
  
  
  
  
}

#s-15a0218b-385b-4851-8b77-b95449d66108 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-15a0218b-385b-4851-8b77-b95449d66108.shogun-image {
    
    
    
    
  }


.s-15a0218b-385b-4851-8b77-b95449d66108 .shogun-image-content {
  
    align-items: center;
  
}

.s-15a0218b-385b-4851-8b77-b95449d66108.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-15a0218b-385b-4851-8b77-b95449d66108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15a0218b-385b-4851-8b77-b95449d66108.shogun-image {
  box-sizing: border-box;
}




}
#s-0fb8446c-1ede-4ce2-84c0-80c77d4361da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0fb8446c-1ede-4ce2-84c0-80c77d4361da .shogun-heading-component h3 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-07611af1-0d4c-49ad-ba22-c71b13f555ad {
  padding-top: 35px;
padding-left: 25px;
padding-bottom: 32px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(242, 245, 250, 1);
}
@media (max-width: 767px){#s-07611af1-0d4c-49ad-ba22-c71b13f555ad {
  margin-bottom: 30px;
}
}







#s-07611af1-0d4c-49ad-ba22-c71b13f555ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07611af1-0d4c-49ad-ba22-c71b13f555ad.shg-box.shg-c {
  justify-content: center;
}

#s-f8ef588b-82db-4ec2-89c0-dc2afe24f036 {
  padding-bottom: 15px;
text-align: left;
}



.shg-image-margin-container-s-f8ef588b-82db-4ec2-89c0-dc2afe24f036 {
  
  
  
  
}

#s-f8ef588b-82db-4ec2-89c0-dc2afe24f036 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shogun-image {
    
    
    
    
  }


.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f8ef588b-82db-4ec2-89c0-dc2afe24f036 {
  
  
  
  
}

#s-f8ef588b-82db-4ec2-89c0-dc2afe24f036 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shogun-image {
    
    
    
    
  }


.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f8ef588b-82db-4ec2-89c0-dc2afe24f036 {
  
  
  
  
}

#s-f8ef588b-82db-4ec2-89c0-dc2afe24f036 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shogun-image {
    
    
    
    
  }


.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f8ef588b-82db-4ec2-89c0-dc2afe24f036 {
  
  
  
  
}

#s-f8ef588b-82db-4ec2-89c0-dc2afe24f036 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shogun-image {
    
    
    
    
  }


.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f8ef588b-82db-4ec2-89c0-dc2afe24f036 {
  
  
  
  
}

#s-f8ef588b-82db-4ec2-89c0-dc2afe24f036 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shogun-image {
    
    
    
    
  }


.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8ef588b-82db-4ec2-89c0-dc2afe24f036.shogun-image {
  box-sizing: border-box;
}




}
#s-d6986934-69cb-4836-85ec-e0c3eddbc908 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d6986934-69cb-4836-85ec-e0c3eddbc908 .shogun-heading-component h3 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-e2e2ae84-1e43-46c0-b4a7-eb5de6573af1 {
  margin-bottom: 32px;
padding-top: 35px;
padding-left: 25px;
padding-bottom: 32px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(242, 245, 250, 1);
}








#s-e2e2ae84-1e43-46c0-b4a7-eb5de6573af1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2e2ae84-1e43-46c0-b4a7-eb5de6573af1.shg-box.shg-c {
  justify-content: center;
}

#s-6a17e3aa-1960-4095-a549-a36a7dde6dfd {
  padding-bottom: 15px;
text-align: left;
}



.shg-image-margin-container-s-6a17e3aa-1960-4095-a549-a36a7dde6dfd {
  
  
  
  
}

#s-6a17e3aa-1960-4095-a549-a36a7dde6dfd {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shogun-image {
    
    
    
    
  }


.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd .shogun-image-content {
  
    align-items: center;
  
}

.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6a17e3aa-1960-4095-a549-a36a7dde6dfd {
  
  
  
  
}

#s-6a17e3aa-1960-4095-a549-a36a7dde6dfd {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shogun-image {
    
    
    
    
  }


.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd .shogun-image-content {
  
    align-items: center;
  
}

.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6a17e3aa-1960-4095-a549-a36a7dde6dfd {
  
  
  
  
}

#s-6a17e3aa-1960-4095-a549-a36a7dde6dfd {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shogun-image {
    
    
    
    
  }


.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd .shogun-image-content {
  
    align-items: center;
  
}

.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6a17e3aa-1960-4095-a549-a36a7dde6dfd {
  
  
  
  
}

#s-6a17e3aa-1960-4095-a549-a36a7dde6dfd {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shogun-image {
    
    
    
    
  }


.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd .shogun-image-content {
  
    align-items: center;
  
}

.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6a17e3aa-1960-4095-a549-a36a7dde6dfd {
  
  
  
  
}

#s-6a17e3aa-1960-4095-a549-a36a7dde6dfd {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shogun-image {
    
    
    
    
  }


.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd .shogun-image-content {
  
    align-items: center;
  
}

.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a17e3aa-1960-4095-a549-a36a7dde6dfd.shogun-image {
  box-sizing: border-box;
}




}
#s-0a9aa170-25ae-4589-a830-48e07cb99c42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0a9aa170-25ae-4589-a830-48e07cb99c42 .shogun-heading-component h3 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-a457ab88-f3d6-4607-999f-a12c225e049c {
  padding-top: 35px;
padding-left: 25px;
padding-bottom: 32px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(242, 245, 250, 1);
}








#s-a457ab88-f3d6-4607-999f-a12c225e049c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a457ab88-f3d6-4607-999f-a12c225e049c.shg-box.shg-c {
  justify-content: center;
}

#s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09 {
  padding-bottom: 15px;
text-align: left;
}



.shg-image-margin-container-s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09 {
  
  
  
  
}

#s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shogun-image {
    
    
    
    
  }


.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09 .shogun-image-content {
  
    align-items: center;
  
}

.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09 {
  
  
  
  
}

#s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shogun-image {
    
    
    
    
  }


.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09 .shogun-image-content {
  
    align-items: center;
  
}

.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09 {
  
  
  
  
}

#s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shogun-image {
    
    
    
    
  }


.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09 .shogun-image-content {
  
    align-items: center;
  
}

.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09 {
  
  
  
  
}

#s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shogun-image {
    
    
    
    
  }


.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09 .shogun-image-content {
  
    align-items: center;
  
}

.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09 {
  
  
  
  
}

#s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shogun-image {
    
    
    
    
  }


.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09 .shogun-image-content {
  
    align-items: center;
  
}

.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be216dc6-ebbb-4cb4-acbb-cb639ec38c09.shogun-image {
  box-sizing: border-box;
}




}
#s-234a2243-bc83-4f88-b987-b16645624961 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-234a2243-bc83-4f88-b987-b16645624961 .shogun-heading-component h3 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-85a28ba2-883e-4ec4-be49-4a9a7d5304bd {
  margin-top: 70px;
margin-bottom: 70px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-85a28ba2-883e-4ec4-be49-4a9a7d5304bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85a28ba2-883e-4ec4-be49-4a9a7d5304bd.shg-box.shg-c {
  justify-content: center;
}

#s-17f264d0-df4f-4515-a2bd-f33c96a166f9 {
  min-height: 50px;
}








#s-17f264d0-df4f-4515-a2bd-f33c96a166f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17f264d0-df4f-4515-a2bd-f33c96a166f9.shg-box.shg-c {
  justify-content: center;
}

#s-c520429b-a644-48b2-b414-0d4dd8707785 {
  margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c520429b-a644-48b2-b414-0d4dd8707785 .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-7a740af5-d7ea-478a-9046-3466d13cdcfa {
  min-height: 50px;
}








#s-7a740af5-d7ea-478a-9046-3466d13cdcfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a740af5-d7ea-478a-9046-3466d13cdcfa.shg-box.shg-c {
  justify-content: center;
}

#s-dd03ec90-9a5e-48fa-b0e4-8979b2deb790 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
}

@media (min-width: 0px) {
[id="s-dd03ec90-9a5e-48fa-b0e4-8979b2deb790"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd03ec90-9a5e-48fa-b0e4-8979b2deb790"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dd03ec90-9a5e-48fa-b0e4-8979b2deb790"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd03ec90-9a5e-48fa-b0e4-8979b2deb790"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e5e9245b-b48d-47b5-8665-a9b17779418f {
  margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-e5e9245b-b48d-47b5-8665-a9b17779418f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5e9245b-b48d-47b5-8665-a9b17779418f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e5e9245b-b48d-47b5-8665-a9b17779418f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e5e9245b-b48d-47b5-8665-a9b17779418f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e5e9245b-b48d-47b5-8665-a9b17779418f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5e9245b-b48d-47b5-8665-a9b17779418f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e5e9245b-b48d-47b5-8665-a9b17779418f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-399a0038-9e16-4208-8ab6-f07c0d11dd84 {
  text-align: left;
}



.shg-image-margin-container-s-399a0038-9e16-4208-8ab6-f07c0d11dd84 {
  
  
  
  
}

#s-399a0038-9e16-4208-8ab6-f07c0d11dd84 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shogun-image {
    
    
    
    
  }


.s-399a0038-9e16-4208-8ab6-f07c0d11dd84 .shogun-image-content {
  
    align-items: center;
  
}

.s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-399a0038-9e16-4208-8ab6-f07c0d11dd84 {
  
  
  
  
}

#s-399a0038-9e16-4208-8ab6-f07c0d11dd84 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shogun-image {
    
    
    
    
  }


.s-399a0038-9e16-4208-8ab6-f07c0d11dd84 .shogun-image-content {
  
    align-items: center;
  
}

.s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-399a0038-9e16-4208-8ab6-f07c0d11dd84 {
  
  
  
  
}

#s-399a0038-9e16-4208-8ab6-f07c0d11dd84 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shogun-image {
    
    
    
    
  }


.s-399a0038-9e16-4208-8ab6-f07c0d11dd84 .shogun-image-content {
  
    align-items: center;
  
}

.s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-399a0038-9e16-4208-8ab6-f07c0d11dd84 {
  
  
  
  
}

#s-399a0038-9e16-4208-8ab6-f07c0d11dd84 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shogun-image {
    
    
    
    
  }


.s-399a0038-9e16-4208-8ab6-f07c0d11dd84 .shogun-image-content {
  
    align-items: center;
  
}

.s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-399a0038-9e16-4208-8ab6-f07c0d11dd84 {
  
  
  
  
}

#s-399a0038-9e16-4208-8ab6-f07c0d11dd84 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shogun-image {
    
    
    
    
  }


.s-399a0038-9e16-4208-8ab6-f07c0d11dd84 .shogun-image-content {
  
    align-items: center;
  
}

.s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399a0038-9e16-4208-8ab6-f07c0d11dd84.shogun-image {
  box-sizing: border-box;
}




}
#s-617c99e7-1c63-4469-aa50-86fb93146ddf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-617c99e7-1c63-4469-aa50-86fb93146ddf {
  text-align: center;
}
}
#s-617c99e7-1c63-4469-aa50-86fb93146ddf .shogun-heading-component h3 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-bc20fb6c-178a-4cc1-bb39-a5d69eb880fd {
  margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-bc20fb6c-178a-4cc1-bb39-a5d69eb880fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc20fb6c-178a-4cc1-bb39-a5d69eb880fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc20fb6c-178a-4cc1-bb39-a5d69eb880fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc20fb6c-178a-4cc1-bb39-a5d69eb880fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc20fb6c-178a-4cc1-bb39-a5d69eb880fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc20fb6c-178a-4cc1-bb39-a5d69eb880fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc20fb6c-178a-4cc1-bb39-a5d69eb880fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b2a31e58-b733-4b2e-96f7-245307a59d64 {
  text-align: left;
}



.shg-image-margin-container-s-b2a31e58-b733-4b2e-96f7-245307a59d64 {
  
  
  
  
}

#s-b2a31e58-b733-4b2e-96f7-245307a59d64 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-b2a31e58-b733-4b2e-96f7-245307a59d64.shogun-image {
    
    
    
    
  }


.s-b2a31e58-b733-4b2e-96f7-245307a59d64 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2a31e58-b733-4b2e-96f7-245307a59d64.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b2a31e58-b733-4b2e-96f7-245307a59d64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2a31e58-b733-4b2e-96f7-245307a59d64.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b2a31e58-b733-4b2e-96f7-245307a59d64 {
  
  
  
  
}

#s-b2a31e58-b733-4b2e-96f7-245307a59d64 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-b2a31e58-b733-4b2e-96f7-245307a59d64.shogun-image {
    
    
    
    
  }


.s-b2a31e58-b733-4b2e-96f7-245307a59d64 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2a31e58-b733-4b2e-96f7-245307a59d64.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b2a31e58-b733-4b2e-96f7-245307a59d64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2a31e58-b733-4b2e-96f7-245307a59d64.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b2a31e58-b733-4b2e-96f7-245307a59d64 {
  
  
  
  
}

#s-b2a31e58-b733-4b2e-96f7-245307a59d64 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-b2a31e58-b733-4b2e-96f7-245307a59d64.shogun-image {
    
    
    
    
  }


.s-b2a31e58-b733-4b2e-96f7-245307a59d64 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2a31e58-b733-4b2e-96f7-245307a59d64.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b2a31e58-b733-4b2e-96f7-245307a59d64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2a31e58-b733-4b2e-96f7-245307a59d64.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b2a31e58-b733-4b2e-96f7-245307a59d64 {
  
  
  
  
}

#s-b2a31e58-b733-4b2e-96f7-245307a59d64 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-b2a31e58-b733-4b2e-96f7-245307a59d64.shogun-image {
    
    
    
    
  }


.s-b2a31e58-b733-4b2e-96f7-245307a59d64 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2a31e58-b733-4b2e-96f7-245307a59d64.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b2a31e58-b733-4b2e-96f7-245307a59d64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2a31e58-b733-4b2e-96f7-245307a59d64.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b2a31e58-b733-4b2e-96f7-245307a59d64 {
  
  
  
  
}

#s-b2a31e58-b733-4b2e-96f7-245307a59d64 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-b2a31e58-b733-4b2e-96f7-245307a59d64.shogun-image {
    
    
    
    
  }


.s-b2a31e58-b733-4b2e-96f7-245307a59d64 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2a31e58-b733-4b2e-96f7-245307a59d64.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b2a31e58-b733-4b2e-96f7-245307a59d64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2a31e58-b733-4b2e-96f7-245307a59d64.shogun-image {
  box-sizing: border-box;
}




}
#s-4101376f-b7c4-48de-a75c-97077b3b9b1e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4101376f-b7c4-48de-a75c-97077b3b9b1e {
  text-align: center;
}
}
#s-4101376f-b7c4-48de-a75c-97077b3b9b1e .shogun-heading-component h3 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-1cfc8812-f905-4291-afdc-d144030b8773 {
  margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-1cfc8812-f905-4291-afdc-d144030b8773"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cfc8812-f905-4291-afdc-d144030b8773"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1cfc8812-f905-4291-afdc-d144030b8773"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1cfc8812-f905-4291-afdc-d144030b8773"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1cfc8812-f905-4291-afdc-d144030b8773"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cfc8812-f905-4291-afdc-d144030b8773"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1cfc8812-f905-4291-afdc-d144030b8773"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-d815b829-23f4-423d-9ff9-1b138bcd088b {
  text-align: left;
}



.shg-image-margin-container-s-d815b829-23f4-423d-9ff9-1b138bcd088b {
  
  
  
  
}

#s-d815b829-23f4-423d-9ff9-1b138bcd088b {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d815b829-23f4-423d-9ff9-1b138bcd088b.shogun-image {
    
    
    
    
  }


.s-d815b829-23f4-423d-9ff9-1b138bcd088b .shogun-image-content {
  
    align-items: center;
  
}

.s-d815b829-23f4-423d-9ff9-1b138bcd088b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d815b829-23f4-423d-9ff9-1b138bcd088b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d815b829-23f4-423d-9ff9-1b138bcd088b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d815b829-23f4-423d-9ff9-1b138bcd088b {
  
  
  
  
}

#s-d815b829-23f4-423d-9ff9-1b138bcd088b {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d815b829-23f4-423d-9ff9-1b138bcd088b.shogun-image {
    
    
    
    
  }


.s-d815b829-23f4-423d-9ff9-1b138bcd088b .shogun-image-content {
  
    align-items: center;
  
}

.s-d815b829-23f4-423d-9ff9-1b138bcd088b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d815b829-23f4-423d-9ff9-1b138bcd088b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d815b829-23f4-423d-9ff9-1b138bcd088b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d815b829-23f4-423d-9ff9-1b138bcd088b {
  
  
  
  
}

#s-d815b829-23f4-423d-9ff9-1b138bcd088b {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d815b829-23f4-423d-9ff9-1b138bcd088b.shogun-image {
    
    
    
    
  }


.s-d815b829-23f4-423d-9ff9-1b138bcd088b .shogun-image-content {
  
    align-items: center;
  
}

.s-d815b829-23f4-423d-9ff9-1b138bcd088b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d815b829-23f4-423d-9ff9-1b138bcd088b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d815b829-23f4-423d-9ff9-1b138bcd088b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d815b829-23f4-423d-9ff9-1b138bcd088b {
  
  
  
  
}

#s-d815b829-23f4-423d-9ff9-1b138bcd088b {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d815b829-23f4-423d-9ff9-1b138bcd088b.shogun-image {
    
    
    
    
  }


.s-d815b829-23f4-423d-9ff9-1b138bcd088b .shogun-image-content {
  
    align-items: center;
  
}

.s-d815b829-23f4-423d-9ff9-1b138bcd088b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d815b829-23f4-423d-9ff9-1b138bcd088b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d815b829-23f4-423d-9ff9-1b138bcd088b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d815b829-23f4-423d-9ff9-1b138bcd088b {
  
  
  
  
}

#s-d815b829-23f4-423d-9ff9-1b138bcd088b {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-d815b829-23f4-423d-9ff9-1b138bcd088b.shogun-image {
    
    
    
    
  }


.s-d815b829-23f4-423d-9ff9-1b138bcd088b .shogun-image-content {
  
    align-items: center;
  
}

.s-d815b829-23f4-423d-9ff9-1b138bcd088b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d815b829-23f4-423d-9ff9-1b138bcd088b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d815b829-23f4-423d-9ff9-1b138bcd088b.shogun-image {
  box-sizing: border-box;
}




}
#s-e71fccaf-a6b5-40d4-acaa-bdfa720910c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e71fccaf-a6b5-40d4-acaa-bdfa720910c9 .shogun-heading-component h3 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-24044d23-4537-40aa-af52-327ff00416cc {
  max-width: 280px;
text-align: center;
}



.shg-image-margin-container-s-24044d23-4537-40aa-af52-327ff00416cc {
  
  
  
  
}

#s-24044d23-4537-40aa-af52-327ff00416cc {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-24044d23-4537-40aa-af52-327ff00416cc.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-24044d23-4537-40aa-af52-327ff00416cc .shogun-image-content {
  
    align-items: center;
  
}

.s-24044d23-4537-40aa-af52-327ff00416cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24044d23-4537-40aa-af52-327ff00416cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24044d23-4537-40aa-af52-327ff00416cc.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-24044d23-4537-40aa-af52-327ff00416cc {
  
  
  
  
}

#s-24044d23-4537-40aa-af52-327ff00416cc {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-24044d23-4537-40aa-af52-327ff00416cc.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-24044d23-4537-40aa-af52-327ff00416cc .shogun-image-content {
  
    align-items: center;
  
}

.s-24044d23-4537-40aa-af52-327ff00416cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24044d23-4537-40aa-af52-327ff00416cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24044d23-4537-40aa-af52-327ff00416cc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-24044d23-4537-40aa-af52-327ff00416cc {
  
  
  
  
}

#s-24044d23-4537-40aa-af52-327ff00416cc {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-24044d23-4537-40aa-af52-327ff00416cc.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-24044d23-4537-40aa-af52-327ff00416cc .shogun-image-content {
  
    align-items: center;
  
}

.s-24044d23-4537-40aa-af52-327ff00416cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24044d23-4537-40aa-af52-327ff00416cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24044d23-4537-40aa-af52-327ff00416cc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-24044d23-4537-40aa-af52-327ff00416cc {
  
  
  
  
}

#s-24044d23-4537-40aa-af52-327ff00416cc {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-24044d23-4537-40aa-af52-327ff00416cc.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-24044d23-4537-40aa-af52-327ff00416cc .shogun-image-content {
  
    align-items: center;
  
}

.s-24044d23-4537-40aa-af52-327ff00416cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24044d23-4537-40aa-af52-327ff00416cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24044d23-4537-40aa-af52-327ff00416cc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-24044d23-4537-40aa-af52-327ff00416cc {
  
  
  
  
}

#s-24044d23-4537-40aa-af52-327ff00416cc {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-24044d23-4537-40aa-af52-327ff00416cc.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-24044d23-4537-40aa-af52-327ff00416cc .shogun-image-content {
  
    align-items: center;
  
}

.s-24044d23-4537-40aa-af52-327ff00416cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24044d23-4537-40aa-af52-327ff00416cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24044d23-4537-40aa-af52-327ff00416cc.shogun-image {
  box-sizing: border-box;
}




}
#s-babcb5c4-0466-4aee-a458-cf3fc6d72b37 {
  margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-babcb5c4-0466-4aee-a458-cf3fc6d72b37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-babcb5c4-0466-4aee-a458-cf3fc6d72b37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-babcb5c4-0466-4aee-a458-cf3fc6d72b37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-babcb5c4-0466-4aee-a458-cf3fc6d72b37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-babcb5c4-0466-4aee-a458-cf3fc6d72b37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-babcb5c4-0466-4aee-a458-cf3fc6d72b37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-babcb5c4-0466-4aee-a458-cf3fc6d72b37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-4a2e3471-8eeb-4900-850c-2094166ac2bf {
  text-align: left;
}



.shg-image-margin-container-s-4a2e3471-8eeb-4900-850c-2094166ac2bf {
  
  
  
  
}

#s-4a2e3471-8eeb-4900-850c-2094166ac2bf {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shogun-image {
    
    
    
    
  }


.s-4a2e3471-8eeb-4900-850c-2094166ac2bf .shogun-image-content {
  
    align-items: center;
  
}

.s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4a2e3471-8eeb-4900-850c-2094166ac2bf {
  
  
  
  
}

#s-4a2e3471-8eeb-4900-850c-2094166ac2bf {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shogun-image {
    
    
    
    
  }


.s-4a2e3471-8eeb-4900-850c-2094166ac2bf .shogun-image-content {
  
    align-items: center;
  
}

.s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4a2e3471-8eeb-4900-850c-2094166ac2bf {
  
  
  
  
}

#s-4a2e3471-8eeb-4900-850c-2094166ac2bf {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shogun-image {
    
    
    
    
  }


.s-4a2e3471-8eeb-4900-850c-2094166ac2bf .shogun-image-content {
  
    align-items: center;
  
}

.s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4a2e3471-8eeb-4900-850c-2094166ac2bf {
  
  
  
  
}

#s-4a2e3471-8eeb-4900-850c-2094166ac2bf {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shogun-image {
    
    
    
    
  }


.s-4a2e3471-8eeb-4900-850c-2094166ac2bf .shogun-image-content {
  
    align-items: center;
  
}

.s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4a2e3471-8eeb-4900-850c-2094166ac2bf {
  
  
  
  
}

#s-4a2e3471-8eeb-4900-850c-2094166ac2bf {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shogun-image {
    
    
    
    
  }


.s-4a2e3471-8eeb-4900-850c-2094166ac2bf .shogun-image-content {
  
    align-items: center;
  
}

.s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a2e3471-8eeb-4900-850c-2094166ac2bf.shogun-image {
  box-sizing: border-box;
}




}
#s-0ba4dcf1-a3e0-4863-a932-7f99a5beeb29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0ba4dcf1-a3e0-4863-a932-7f99a5beeb29 {
  text-align: center;
}
}
#s-0ba4dcf1-a3e0-4863-a932-7f99a5beeb29 .shogun-heading-component h3 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-75e01c83-9355-4f56-8aad-521fce295e72 {
  margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-75e01c83-9355-4f56-8aad-521fce295e72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75e01c83-9355-4f56-8aad-521fce295e72"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75e01c83-9355-4f56-8aad-521fce295e72"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75e01c83-9355-4f56-8aad-521fce295e72"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75e01c83-9355-4f56-8aad-521fce295e72"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75e01c83-9355-4f56-8aad-521fce295e72"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75e01c83-9355-4f56-8aad-521fce295e72"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-deddc1ab-c148-4920-b943-7255cea13f70 {
  text-align: left;
}



.shg-image-margin-container-s-deddc1ab-c148-4920-b943-7255cea13f70 {
  
  
  
  
}

#s-deddc1ab-c148-4920-b943-7255cea13f70 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-deddc1ab-c148-4920-b943-7255cea13f70.shogun-image {
    
    
    
    
  }


.s-deddc1ab-c148-4920-b943-7255cea13f70 .shogun-image-content {
  
    align-items: center;
  
}

.s-deddc1ab-c148-4920-b943-7255cea13f70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-deddc1ab-c148-4920-b943-7255cea13f70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deddc1ab-c148-4920-b943-7255cea13f70.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-deddc1ab-c148-4920-b943-7255cea13f70 {
  
  
  
  
}

#s-deddc1ab-c148-4920-b943-7255cea13f70 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-deddc1ab-c148-4920-b943-7255cea13f70.shogun-image {
    
    
    
    
  }


.s-deddc1ab-c148-4920-b943-7255cea13f70 .shogun-image-content {
  
    align-items: center;
  
}

.s-deddc1ab-c148-4920-b943-7255cea13f70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-deddc1ab-c148-4920-b943-7255cea13f70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deddc1ab-c148-4920-b943-7255cea13f70.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-deddc1ab-c148-4920-b943-7255cea13f70 {
  
  
  
  
}

#s-deddc1ab-c148-4920-b943-7255cea13f70 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-deddc1ab-c148-4920-b943-7255cea13f70.shogun-image {
    
    
    
    
  }


.s-deddc1ab-c148-4920-b943-7255cea13f70 .shogun-image-content {
  
    align-items: center;
  
}

.s-deddc1ab-c148-4920-b943-7255cea13f70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-deddc1ab-c148-4920-b943-7255cea13f70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deddc1ab-c148-4920-b943-7255cea13f70.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-deddc1ab-c148-4920-b943-7255cea13f70 {
  
  
  
  
}

#s-deddc1ab-c148-4920-b943-7255cea13f70 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-deddc1ab-c148-4920-b943-7255cea13f70.shogun-image {
    
    
    
    
  }


.s-deddc1ab-c148-4920-b943-7255cea13f70 .shogun-image-content {
  
    align-items: center;
  
}

.s-deddc1ab-c148-4920-b943-7255cea13f70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-deddc1ab-c148-4920-b943-7255cea13f70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deddc1ab-c148-4920-b943-7255cea13f70.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-deddc1ab-c148-4920-b943-7255cea13f70 {
  
  
  
  
}

#s-deddc1ab-c148-4920-b943-7255cea13f70 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-deddc1ab-c148-4920-b943-7255cea13f70.shogun-image {
    
    
    
    
  }


.s-deddc1ab-c148-4920-b943-7255cea13f70 .shogun-image-content {
  
    align-items: center;
  
}

.s-deddc1ab-c148-4920-b943-7255cea13f70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-deddc1ab-c148-4920-b943-7255cea13f70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deddc1ab-c148-4920-b943-7255cea13f70.shogun-image {
  box-sizing: border-box;
}




}
#s-491ae64c-6a92-4ace-af92-520bbf6a4204 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-491ae64c-6a92-4ace-af92-520bbf6a4204 {
  text-align: center;
}
}
#s-491ae64c-6a92-4ace-af92-520bbf6a4204 .shogun-heading-component h3 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-3b4551cf-5493-4500-abfe-99bc040256fc {
  margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-3b4551cf-5493-4500-abfe-99bc040256fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b4551cf-5493-4500-abfe-99bc040256fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3b4551cf-5493-4500-abfe-99bc040256fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b4551cf-5493-4500-abfe-99bc040256fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3b4551cf-5493-4500-abfe-99bc040256fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b4551cf-5493-4500-abfe-99bc040256fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3b4551cf-5493-4500-abfe-99bc040256fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-4b63f77f-356b-472f-ab09-b36e27bc9cfd {
  text-align: left;
}



.shg-image-margin-container-s-4b63f77f-356b-472f-ab09-b36e27bc9cfd {
  
  
  
  
}

#s-4b63f77f-356b-472f-ab09-b36e27bc9cfd {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shogun-image {
    
    
    
    
  }


.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd .shogun-image-content {
  
    align-items: center;
  
}

.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-4b63f77f-356b-472f-ab09-b36e27bc9cfd {
  
  
  
  
}

#s-4b63f77f-356b-472f-ab09-b36e27bc9cfd {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shogun-image {
    
    
    
    
  }


.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd .shogun-image-content {
  
    align-items: center;
  
}

.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4b63f77f-356b-472f-ab09-b36e27bc9cfd {
  
  
  
  
}

#s-4b63f77f-356b-472f-ab09-b36e27bc9cfd {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shogun-image {
    
    
    
    
  }


.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd .shogun-image-content {
  
    align-items: center;
  
}

.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4b63f77f-356b-472f-ab09-b36e27bc9cfd {
  
  
  
  
}

#s-4b63f77f-356b-472f-ab09-b36e27bc9cfd {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shogun-image {
    
    
    
    
  }


.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd .shogun-image-content {
  
    align-items: center;
  
}

.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-4b63f77f-356b-472f-ab09-b36e27bc9cfd {
  
  
  
  
}

#s-4b63f77f-356b-472f-ab09-b36e27bc9cfd {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shogun-image {
    
    
    
    
  }


.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd .shogun-image-content {
  
    align-items: center;
  
}

.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b63f77f-356b-472f-ab09-b36e27bc9cfd.shogun-image {
  box-sizing: border-box;
}




}
#s-d2a903f7-f5de-408a-9abe-2e66287e12d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-d2a903f7-f5de-408a-9abe-2e66287e12d9 {
  text-align: center;
}
}
#s-d2a903f7-f5de-408a-9abe-2e66287e12d9 .shogun-heading-component h3 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-5b78b736-c458-4ea0-ac89-ac0970890f8f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-474b3ddc-0e0e-4be0-8164-85271b1793c3 {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 88px;
padding-left: 3%;
padding-bottom: 60px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(218, 230, 254, 1);
}








#s-474b3ddc-0e0e-4be0-8164-85271b1793c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-474b3ddc-0e0e-4be0-8164-85271b1793c3.shg-box.shg-c {
  justify-content: center;
}

#s-e0df68c8-28a9-4f5b-b968-5c44240cdc53 {
  margin-left: auto;
margin-right: auto;
max-width: 1180px;
}

@media (min-width: 0px) {
[id="s-e0df68c8-28a9-4f5b-b968-5c44240cdc53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0df68c8-28a9-4f5b-b968-5c44240cdc53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-e0df68c8-28a9-4f5b-b968-5c44240cdc53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.0em);
}

}

@media (min-width: 992px) {
[id="s-e0df68c8-28a9-4f5b-b968-5c44240cdc53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-e0df68c8-28a9-4f5b-b968-5c44240cdc53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.0em);
}

}

@media (min-width: 1200px) {
[id="s-e0df68c8-28a9-4f5b-b968-5c44240cdc53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.0em);
}

[id="s-e0df68c8-28a9-4f5b-b968-5c44240cdc53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.0em);
}

}

#s-ddec2252-b28b-44a7-94f7-6a9058cbf884 {
  min-height: 50px;
}








#s-ddec2252-b28b-44a7-94f7-6a9058cbf884 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ddec2252-b28b-44a7-94f7-6a9058cbf884.shg-box.shg-c {
  justify-content: center;
}

#s-c39f04cb-2001-4e2c-83b5-311e7affeb8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c39f04cb-2001-4e2c-83b5-311e7affeb8e .shogun-heading-component h1 {
  color: rgba(50, 116, 249, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-91967f27-98d0-4112-8733-812234185330 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-91967f27-98d0-4112-8733-812234185330 .shogun-heading-component h1 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.4em;
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-9907f5ed-3be7-4879-b2a2-1cea6030deab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9907f5ed-3be7-4879-b2a2-1cea6030deab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9907f5ed-3be7-4879-b2a2-1cea6030deab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9907f5ed-3be7-4879-b2a2-1cea6030deab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9907f5ed-3be7-4879-b2a2-1cea6030deab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9907f5ed-3be7-4879-b2a2-1cea6030deab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9907f5ed-3be7-4879-b2a2-1cea6030deab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-7a7784b9-6dd9-4bb0-89e6-db97cb998f50 {
  min-height: 50px;
}








#s-7a7784b9-6dd9-4bb0-89e6-db97cb998f50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a7784b9-6dd9-4bb0-89e6-db97cb998f50.shg-box.shg-c {
  justify-content: center;
}

#s-44228070-03e1-42b3-968b-2212db695268 {
  text-align: left;
}

#s-9be20afc-0243-4e2a-9797-dbcdf37d51d2 {
  min-height: 50px;
}








#s-9be20afc-0243-4e2a-9797-dbcdf37d51d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9be20afc-0243-4e2a-9797-dbcdf37d51d2.shg-box.shg-c {
  justify-content: center;
}

#s-8def3ef7-9b75-4145-b7d1-503486cf7963 {
  text-align: right;
}
@media (max-width: 767px){#s-8def3ef7-9b75-4145-b7d1-503486cf7963 {
  display: none;
}
#s-8def3ef7-9b75-4145-b7d1-503486cf7963, #wrap-s-8def3ef7-9b75-4145-b7d1-503486cf7963 { display: none !important; }}


.shg-image-margin-container-s-8def3ef7-9b75-4145-b7d1-503486cf7963 {
  
  
  
  
}

#s-8def3ef7-9b75-4145-b7d1-503486cf7963 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-8def3ef7-9b75-4145-b7d1-503486cf7963.shogun-image {
    
    
    
    
  }


.s-8def3ef7-9b75-4145-b7d1-503486cf7963 .shogun-image-content {
  
    align-items: center;
  
}

.s-8def3ef7-9b75-4145-b7d1-503486cf7963.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8def3ef7-9b75-4145-b7d1-503486cf7963.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8def3ef7-9b75-4145-b7d1-503486cf7963.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-8def3ef7-9b75-4145-b7d1-503486cf7963 {
  
  
  
  
}

#s-8def3ef7-9b75-4145-b7d1-503486cf7963 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-8def3ef7-9b75-4145-b7d1-503486cf7963.shogun-image {
    
    
    
    
  }


.s-8def3ef7-9b75-4145-b7d1-503486cf7963 .shogun-image-content {
  
    align-items: center;
  
}

.s-8def3ef7-9b75-4145-b7d1-503486cf7963.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8def3ef7-9b75-4145-b7d1-503486cf7963.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8def3ef7-9b75-4145-b7d1-503486cf7963.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8def3ef7-9b75-4145-b7d1-503486cf7963 {
  
  
  
  
}

#s-8def3ef7-9b75-4145-b7d1-503486cf7963 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-8def3ef7-9b75-4145-b7d1-503486cf7963.shogun-image {
    
    
    
    
  }


.s-8def3ef7-9b75-4145-b7d1-503486cf7963 .shogun-image-content {
  
    align-items: center;
  
}

.s-8def3ef7-9b75-4145-b7d1-503486cf7963.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8def3ef7-9b75-4145-b7d1-503486cf7963.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8def3ef7-9b75-4145-b7d1-503486cf7963.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8def3ef7-9b75-4145-b7d1-503486cf7963 {
  
  
  
  
}

#s-8def3ef7-9b75-4145-b7d1-503486cf7963 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-8def3ef7-9b75-4145-b7d1-503486cf7963.shogun-image {
    
    
    
    
  }


.s-8def3ef7-9b75-4145-b7d1-503486cf7963 .shogun-image-content {
  
    align-items: center;
  
}

.s-8def3ef7-9b75-4145-b7d1-503486cf7963.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8def3ef7-9b75-4145-b7d1-503486cf7963.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8def3ef7-9b75-4145-b7d1-503486cf7963.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-8def3ef7-9b75-4145-b7d1-503486cf7963 {
  
  
  
  
}

#s-8def3ef7-9b75-4145-b7d1-503486cf7963 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-8def3ef7-9b75-4145-b7d1-503486cf7963.shogun-image {
    
    
    
    
  }


.s-8def3ef7-9b75-4145-b7d1-503486cf7963 .shogun-image-content {
  
    align-items: center;
  
}

.s-8def3ef7-9b75-4145-b7d1-503486cf7963.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8def3ef7-9b75-4145-b7d1-503486cf7963.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8def3ef7-9b75-4145-b7d1-503486cf7963.shogun-image {
  box-sizing: border-box;
}




}
#s-7c88eb76-3d3a-4ff5-91fb-1eb10bc5c5d2 {
  text-align: left;
}

#s-bd5c7fe5-a93e-4206-80e2-d459356a6b19 {
  margin-top: 0px;
margin-bottom: 0em;
}

@media (min-width: 0px) {
[id="s-bd5c7fe5-a93e-4206-80e2-d459356a6b19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd5c7fe5-a93e-4206-80e2-d459356a6b19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd5c7fe5-a93e-4206-80e2-d459356a6b19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd5c7fe5-a93e-4206-80e2-d459356a6b19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-eec11e36-19b9-431f-87c1-9cd530f2f071 {
  box-shadow:0px 24px 34px 1px rgba(121, 135, 192, 0.1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-eec11e36-19b9-431f-87c1-9cd530f2f071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eec11e36-19b9-431f-87c1-9cd530f2f071.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0b29ee67-c2f2-4ab3-8d34-2dc991f7aa59 {
  padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
}
@media (max-width: 767px){#s-0b29ee67-c2f2-4ab3-8d34-2dc991f7aa59 {
  margin-top: 0px;
margin-bottom: 90px;
}
}
#s-df156325-25b6-43a0-b404-f89d1aece987 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df156325-25b6-43a0-b404-f89d1aece987 .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}



.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-4a3eaa2c-bc22-4e68-a3dc-e8cf505508f7 {
  text-align: left;
}



.shg-c#s-4a3eaa2c-bc22-4e68-a3dc-e8cf505508f7 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-4a3eaa2c-bc22-4e68-a3dc-e8cf505508f7 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-4a3eaa2c-bc22-4e68-a3dc-e8cf505508f7 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-4a3eaa2c-bc22-4e68-a3dc-e8cf505508f7 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-4a3eaa2c-bc22-4e68-a3dc-e8cf505508f7 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-069e7c68-0898-4ffe-94e1-55bc02b25f9d {
  margin-top: 10px;
padding-top: 7px;
padding-bottom: 3px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(222, 222, 222, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-069e7c68-0898-4ffe-94e1-55bc02b25f9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-069e7c68-0898-4ffe-94e1-55bc02b25f9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.0px);
}

[id="s-069e7c68-0898-4ffe-94e1-55bc02b25f9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.0px);
}

}

@media (min-width: 992px) {
[id="s-069e7c68-0898-4ffe-94e1-55bc02b25f9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.0px);
}

[id="s-069e7c68-0898-4ffe-94e1-55bc02b25f9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.0px);
}

}

@media (min-width: 1200px) {
[id="s-069e7c68-0898-4ffe-94e1-55bc02b25f9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.0px);
}

[id="s-069e7c68-0898-4ffe-94e1-55bc02b25f9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.0px);
}

}

#s-e80e8f7c-1e9d-4209-a835-1a8f6b0a525c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e80e8f7c-1e9d-4209-a835-1a8f6b0a525c .shg-product-sold-out {
  display: none;
  color: rgba(53, 57, 73, 1);
  font-size: 20px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e80e8f7c-1e9d-4209-a835-1a8f6b0a525c .shg-product-price {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-e80e8f7c-1e9d-4209-a835-1a8f6b0a525c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(197, 197, 197, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 9px;
}

#s-c906a2b6-1662-4736-a1a9-8de0d8a14069 {
  margin-top: 6px;
padding-top: 8px;
padding-left: 0%;
padding-bottom: 8px;
padding-right: 0%;
min-height: 0px;
text-align: center;
background-color: rgba(53, 57, 73, 1);
}

#s-c906a2b6-1662-4736-a1a9-8de0d8a14069 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1em;
  
  
}



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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4 {
  background-image: url(https://i.shgcdn.com/aa4d88aa-ab37-4a4e-9d51-4ce120741ce0/);
background-repeat: no-repeat;
margin-top: 26px;
padding-top: 10px;
padding-left: 63px;
padding-bottom: 10px;
padding-right: 63px;
border-radius: 100px;
text-align: center;
cursor: pointer;
hover-type: image;
background-position: center center;
}
#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4-atc-btn-wrapper {
    text-align: center;
  }


#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4-atc-btn-wrapper {
    text-align: center;
  }


#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4-atc-btn-wrapper {
    text-align: center;
  }


#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4-atc-btn-wrapper {
    text-align: center;
  }


#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4-atc-btn-wrapper {
    text-align: center;
  }


#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-31a0a4b5-acae-4c0b-88ac-6585b24db9c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e633c26b-10e3-4fc7-89e5-ef1ee76ac0fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e633c26b-10e3-4fc7-89e5-ef1ee76ac0fa .shogun-heading-component h6 {
  color: rgba(53, 57, 73, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}



@media (min-width: 0px) {
[id="s-5c9aa0b7-6618-4d38-8842-363cbfd13aed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c9aa0b7-6618-4d38-8842-363cbfd13aed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5c9aa0b7-6618-4d38-8842-363cbfd13aed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5c9aa0b7-6618-4d38-8842-363cbfd13aed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5c9aa0b7-6618-4d38-8842-363cbfd13aed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c9aa0b7-6618-4d38-8842-363cbfd13aed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5c9aa0b7-6618-4d38-8842-363cbfd13aed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-b4a01df4-5ee7-4cbb-8d00-21938f752a7e {
  background-image: url(https://i.shgcdn.com/fb5e17b7-9b5e-4a32-a638-4a00743a6cce/);
background-repeat: no-repeat;
background-size: 15px 15px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
text-align: left;
background-position: left 12px;
}

#s-b4a01df4-5ee7-4cbb-8d00-21938f752a7e .shogun-heading-component h3 {
  color: rgba(65, 65, 65, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-b71f7c4b-6982-4561-9494-942787be64cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b71f7c4b-6982-4561-9494-942787be64cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b71f7c4b-6982-4561-9494-942787be64cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b71f7c4b-6982-4561-9494-942787be64cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b71f7c4b-6982-4561-9494-942787be64cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b71f7c4b-6982-4561-9494-942787be64cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b71f7c4b-6982-4561-9494-942787be64cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-d75c29eb-f119-4d6c-a230-29b7f9d3052d {
  background-image: url(https://i.shgcdn.com/fb5e17b7-9b5e-4a32-a638-4a00743a6cce/);
background-repeat: no-repeat;
background-size: 15px 15px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
background-position: left 15px;
}

#s-d75c29eb-f119-4d6c-a230-29b7f9d3052d .shogun-heading-component h3 {
  color: rgba(65, 65, 65, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-e87a1a8f-bfa4-4177-aed8-cdc4dec7da23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e87a1a8f-bfa4-4177-aed8-cdc4dec7da23"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e87a1a8f-bfa4-4177-aed8-cdc4dec7da23"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e87a1a8f-bfa4-4177-aed8-cdc4dec7da23"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e87a1a8f-bfa4-4177-aed8-cdc4dec7da23"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e87a1a8f-bfa4-4177-aed8-cdc4dec7da23"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e87a1a8f-bfa4-4177-aed8-cdc4dec7da23"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-8046722f-968a-4515-93fe-9e5e07610721 {
  background-image: url(https://i.shgcdn.com/fb5e17b7-9b5e-4a32-a638-4a00743a6cce/);
background-repeat: no-repeat;
background-size: 15px 15px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
text-align: left;
background-position: left 15px;
}

#s-8046722f-968a-4515-93fe-9e5e07610721 .shogun-heading-component h3 {
  color: rgba(65, 65, 65, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-a4c2aecf-d4fc-4d42-90f8-bf3d4a1ea219"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4c2aecf-d4fc-4d42-90f8-bf3d4a1ea219"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a4c2aecf-d4fc-4d42-90f8-bf3d4a1ea219"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a4c2aecf-d4fc-4d42-90f8-bf3d4a1ea219"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a4c2aecf-d4fc-4d42-90f8-bf3d4a1ea219"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4c2aecf-d4fc-4d42-90f8-bf3d4a1ea219"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a4c2aecf-d4fc-4d42-90f8-bf3d4a1ea219"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-9e7dd19b-8ee3-43ea-afa0-dfc66c3f19a7 {
  background-image: url(https://i.shgcdn.com/fb5e17b7-9b5e-4a32-a638-4a00743a6cce/);
background-repeat: no-repeat;
background-size: 15px 15px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
text-align: left;
background-position: left 15px;
}

#s-9e7dd19b-8ee3-43ea-afa0-dfc66c3f19a7 .shogun-heading-component h3 {
  color: rgba(65, 65, 65, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-043041d1-f8b1-49a6-8eb7-5b4a60c50754 {
  box-shadow:0px 24px 134px 1px rgba(121, 145, 192, 0.1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-043041d1-f8b1-49a6-8eb7-5b4a60c50754 {
  margin-top: 101px;
}
}







#s-043041d1-f8b1-49a6-8eb7-5b4a60c50754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-043041d1-f8b1-49a6-8eb7-5b4a60c50754.shg-box.shg-c {
  justify-content: flex-start;
}

#s-48290fe9-a9f2-4006-b01a-3029e7ebc055 {
  padding-top: 24px;
padding-left: 15px;
padding-bottom: 24px;
padding-right: 15px;
background-color: rgba(255, 255, 255, 1);
}

#s-34cae977-3377-4b2e-90c0-c0d379a10bf8 {
  margin-top: -57px;
padding-top: 6px;
padding-bottom: 6px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 4px;
text-align: center;
background-color: rgba(64, 129, 0, 1);
}

#s-34cae977-3377-4b2e-90c0-c0d379a10bf8 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-50e2b995-ddf3-4d6a-ae51-9bed2c654f71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50e2b995-ddf3-4d6a-ae51-9bed2c654f71 .shogun-heading-component h4 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}



#s-d766c997-0367-482f-a265-451762b5b561 {
  text-align: left;
}



.shg-c#s-d766c997-0367-482f-a265-451762b5b561 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-d766c997-0367-482f-a265-451762b5b561 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-d766c997-0367-482f-a265-451762b5b561 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-d766c997-0367-482f-a265-451762b5b561 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-d766c997-0367-482f-a265-451762b5b561 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-ced8fa2a-27a9-461c-91bf-e27b907cca4c {
  margin-top: 10px;
padding-top: 7px;
padding-bottom: 3px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(222, 222, 222, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-ced8fa2a-27a9-461c-91bf-e27b907cca4c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-ced8fa2a-27a9-461c-91bf-e27b907cca4c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-ced8fa2a-27a9-461c-91bf-e27b907cca4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ced8fa2a-27a9-461c-91bf-e27b907cca4c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-ced8fa2a-27a9-461c-91bf-e27b907cca4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ced8fa2a-27a9-461c-91bf-e27b907cca4c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-ced8fa2a-27a9-461c-91bf-e27b907cca4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

}

#s-d7e30d88-9e5c-482c-8b35-a79fd73b36c8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d7e30d88-9e5c-482c-8b35-a79fd73b36c8 .shg-product-sold-out {
  display: none;
  color: rgba(53, 57, 73, 1);
  font-size: 20px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d7e30d88-9e5c-482c-8b35-a79fd73b36c8 .shg-product-price {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-d7e30d88-9e5c-482c-8b35-a79fd73b36c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(197, 197, 197, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 9px;
}

#s-075108d6-346b-4899-a546-3a7b10709d86 {
  margin-top: 6px;
padding-top: 8px;
padding-left: 0%;
padding-bottom: 8px;
padding-right: 0%;
min-height: 0px;
text-align: center;
background-color: rgba(53, 57, 73, 1);
}

#s-075108d6-346b-4899-a546-3a7b10709d86 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1em;
  
  
}



#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774 {
  background-image: url(https://i.shgcdn.com/aa4d88aa-ab37-4a4e-9d51-4ce120741ce0/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 26px;
padding-top: 10px;
padding-left: 63px;
padding-bottom: 10px;
padding-right: 63px;
border-radius: 100px;
background-color: rgba(50, 116, 249, 1);
text-align: center;
cursor: pointer;
hover-type: color;
background-position: center center;
}
#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774-atc-btn-wrapper {
    text-align: center;
  }


#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774-atc-btn-wrapper {
    text-align: center;
  }


#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774-atc-btn-wrapper {
    text-align: center;
  }


#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774-atc-btn-wrapper {
    text-align: center;
  }


#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774-atc-btn-wrapper {
    text-align: center;
  }


#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5c2bc7c8-65f5-435b-ace6-3eca4d86c774.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6f803e43-9b6b-4ce1-b398-7651fd0799e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f803e43-9b6b-4ce1-b398-7651fd0799e2 .shogun-heading-component h6 {
  color: rgba(53, 57, 73, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}



@media (min-width: 0px) {
[id="s-c46c7974-1b98-4603-b88e-31e5a39ea091"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c46c7974-1b98-4603-b88e-31e5a39ea091"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c46c7974-1b98-4603-b88e-31e5a39ea091"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c46c7974-1b98-4603-b88e-31e5a39ea091"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c46c7974-1b98-4603-b88e-31e5a39ea091"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c46c7974-1b98-4603-b88e-31e5a39ea091"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c46c7974-1b98-4603-b88e-31e5a39ea091"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-219b3b20-5de8-4f85-b1e9-1654ee55ee23 {
  background-image: url(https://i.shgcdn.com/fb5e17b7-9b5e-4a32-a638-4a00743a6cce/);
background-repeat: no-repeat;
background-size: 15px 15px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: left;
background-position: left 15px;
}

#s-219b3b20-5de8-4f85-b1e9-1654ee55ee23 .shogun-heading-component h3 {
  color: rgba(65, 65, 65, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-741f1266-030d-4060-a4b1-823e65c898af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-741f1266-030d-4060-a4b1-823e65c898af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-741f1266-030d-4060-a4b1-823e65c898af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-741f1266-030d-4060-a4b1-823e65c898af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-741f1266-030d-4060-a4b1-823e65c898af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-741f1266-030d-4060-a4b1-823e65c898af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-741f1266-030d-4060-a4b1-823e65c898af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-35cc5e2b-0aee-433b-997d-aec261cff20f {
  background-image: url(https://i.shgcdn.com/fb5e17b7-9b5e-4a32-a638-4a00743a6cce/);
background-repeat: no-repeat;
background-size: 15px 15px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
text-align: left;
background-position: left 15px;
}

#s-35cc5e2b-0aee-433b-997d-aec261cff20f .shogun-heading-component h3 {
  color: rgba(65, 65, 65, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-f0d75d5a-c357-4421-ad25-725b903d63e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0d75d5a-c357-4421-ad25-725b903d63e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f0d75d5a-c357-4421-ad25-725b903d63e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f0d75d5a-c357-4421-ad25-725b903d63e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f0d75d5a-c357-4421-ad25-725b903d63e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0d75d5a-c357-4421-ad25-725b903d63e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f0d75d5a-c357-4421-ad25-725b903d63e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-2f2bd901-7525-424a-86ea-cd745278985b {
  background-image: url(https://i.shgcdn.com/fb5e17b7-9b5e-4a32-a638-4a00743a6cce/);
background-repeat: no-repeat;
background-size: 15px 15px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
text-align: left;
background-position: left 15px;
}

#s-2f2bd901-7525-424a-86ea-cd745278985b .shogun-heading-component h3 {
  color: rgba(65, 65, 65, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-c58ad88c-59bd-4923-a1b3-761d9b143991"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c58ad88c-59bd-4923-a1b3-761d9b143991"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c58ad88c-59bd-4923-a1b3-761d9b143991"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c58ad88c-59bd-4923-a1b3-761d9b143991"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c58ad88c-59bd-4923-a1b3-761d9b143991"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c58ad88c-59bd-4923-a1b3-761d9b143991"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c58ad88c-59bd-4923-a1b3-761d9b143991"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-d9d9849d-20f8-4021-85d2-13dae6e9dd2e {
  background-image: url(https://i.shgcdn.com/fb5e17b7-9b5e-4a32-a638-4a00743a6cce/);
background-repeat: no-repeat;
background-size: 15px 15px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
text-align: left;
background-position: left 15px;
}

#s-d9d9849d-20f8-4021-85d2-13dae6e9dd2e .shogun-heading-component h3 {
  color: rgba(65, 65, 65, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e129a0bf-788e-4e8c-85e1-ba53d0f2ca66 {
  text-align: left;
}

#s-5e4f5360-af53-478b-8a6b-03b2577c5457 {
  min-height: 50px;
}








#s-5e4f5360-af53-478b-8a6b-03b2577c5457 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e4f5360-af53-478b-8a6b-03b2577c5457.shg-box.shg-c {
  justify-content: center;
}

#s-188d0418-30fa-4e94-9072-b8a8f638b539 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 840px;
}








#s-188d0418-30fa-4e94-9072-b8a8f638b539 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-188d0418-30fa-4e94-9072-b8a8f638b539.shg-box.shg-c {
  justify-content: center;
}

#s-d51a03bc-91b6-4b9b-aa8e-8d87e6f2b94d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d51a03bc-91b6-4b9b-aa8e-8d87e6f2b94d .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c3412959-6a63-446f-bed8-c6cb3c4d75e3 {
  opacity: 1;
}

#s-c3412959-6a63-446f-bed8-c6cb3c4d75e3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(187, 187, 187, 0);
}

#s-c3412959-6a63-446f-bed8-c6cb3c4d75e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 33px;
}

#s-c3412959-6a63-446f-bed8-c6cb3c4d75e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(53, 57, 73, 1);
}

#s-c3412959-6a63-446f-bed8-c6cb3c4d75e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(187, 187, 187, 0);
}

#s-c3412959-6a63-446f-bed8-c6cb3c4d75e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(53, 57, 73, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  
  font-size: 20px;
}

#s-c3412959-6a63-446f-bed8-c6cb3c4d75e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-8710b8c2-96eb-40fc-b0a3-0ba99e94dc34 {
  padding-bottom: 20px;
}

#s-d9a7bd73-68f0-4a3b-8fa0-718b8889cbed {
  padding-bottom: 20px;
}

#s-4b432f65-5403-46c0-a31b-5e576de06f0b {
  padding-bottom: 20px;
}

#s-46c9cf5f-7b1c-437f-905b-6407edb53a05 {
  padding-bottom: 20px;
}

#s-c151317c-5161-448b-b380-6ebc63540983 {
  padding-bottom: 20px;
}

#s-f1848169-e89e-47df-9fd9-c2242f074508 {
  padding-left: 0%;
padding-bottom: 20px;
}

#s-56f116b0-7db0-4e8d-9cef-b0236bd6ff79 {
  padding-left: 20%;
}

#s-61ead261-9de7-4d8b-b786-9ab8375ce78c {
  padding-top: 30px;
padding-left: 0%;
padding-bottom: 70px;
min-height: 50px;
}








#s-61ead261-9de7-4d8b-b786-9ab8375ce78c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61ead261-9de7-4d8b-b786-9ab8375ce78c.shg-box.shg-c {
  justify-content: center;
}

#s-b834ca43-5236-46c8-85f4-7473df88b751 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-b834ca43-5236-46c8-85f4-7473df88b751 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b834ca43-5236-46c8-85f4-7473df88b751.shg-box.shg-c {
  justify-content: center;
}

#s-0ccfc19f-3381-456a-8d92-f28f931d0461 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ccfc19f-3381-456a-8d92-f28f931d0461 .shogun-heading-component h2 {
  color: rgba(7, 7, 7, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-36f8e126-9ef6-4b2d-b14f-252abec6db70 {
  text-align: left;
}

#s-5479f26a-8f30-4dcb-8ca4-43b12b2e9699 {
  min-height: 50px;
}








#s-5479f26a-8f30-4dcb-8ca4-43b12b2e9699 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5479f26a-8f30-4dcb-8ca4-43b12b2e9699.shg-box.shg-c {
  justify-content: center;
}

#s-34dd919d-8373-4619-8342-89a88d3ee7a6 {
  min-height: 50px;
}








#s-34dd919d-8373-4619-8342-89a88d3ee7a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34dd919d-8373-4619-8342-89a88d3ee7a6.shg-box.shg-c {
  justify-content: center;
}

#s-c1d6db88-3d2d-4faf-96e8-c287536eea30 {
  min-height: 50px;
}








#s-c1d6db88-3d2d-4faf-96e8-c287536eea30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1d6db88-3d2d-4faf-96e8-c287536eea30.shg-box.shg-c {
  justify-content: center;
}

#s-ed0c6a49-70a8-4ba1-a8b0-90698f020711 {
  text-align: center;
}



.shg-image-margin-container-s-ed0c6a49-70a8-4ba1-a8b0-90698f020711 {
  
  
  
  
}

#s-ed0c6a49-70a8-4ba1-a8b0-90698f020711 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shogun-image {
    
    
    
    
  }


.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ed0c6a49-70a8-4ba1-a8b0-90698f020711 {
  
  
  
  
}

#s-ed0c6a49-70a8-4ba1-a8b0-90698f020711 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shogun-image {
    
    
    
    
  }


.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ed0c6a49-70a8-4ba1-a8b0-90698f020711 {
  
  
  
  
}

#s-ed0c6a49-70a8-4ba1-a8b0-90698f020711 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shogun-image {
    
    
    
    
  }


.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ed0c6a49-70a8-4ba1-a8b0-90698f020711 {
  
  
  
  
}

#s-ed0c6a49-70a8-4ba1-a8b0-90698f020711 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shogun-image {
    
    
    
    
  }


.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ed0c6a49-70a8-4ba1-a8b0-90698f020711 {
  
  
  
  
}

#s-ed0c6a49-70a8-4ba1-a8b0-90698f020711 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shogun-image {
    
    
    
    
  }


.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed0c6a49-70a8-4ba1-a8b0-90698f020711.shogun-image {
  box-sizing: border-box;
}




}
#s-76475117-c728-4d0f-bbca-b184c2795107 {
  text-align: center;
}



.shg-image-margin-container-s-76475117-c728-4d0f-bbca-b184c2795107 {
  
  
  
  
}

#s-76475117-c728-4d0f-bbca-b184c2795107 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-76475117-c728-4d0f-bbca-b184c2795107.shogun-image {
    
    
    
    
  }


.s-76475117-c728-4d0f-bbca-b184c2795107 .shogun-image-content {
  
    align-items: center;
  
}

.s-76475117-c728-4d0f-bbca-b184c2795107.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76475117-c728-4d0f-bbca-b184c2795107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76475117-c728-4d0f-bbca-b184c2795107.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-76475117-c728-4d0f-bbca-b184c2795107 {
  
  
  
  
}

#s-76475117-c728-4d0f-bbca-b184c2795107 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-76475117-c728-4d0f-bbca-b184c2795107.shogun-image {
    
    
    
    
  }


.s-76475117-c728-4d0f-bbca-b184c2795107 .shogun-image-content {
  
    align-items: center;
  
}

.s-76475117-c728-4d0f-bbca-b184c2795107.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76475117-c728-4d0f-bbca-b184c2795107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76475117-c728-4d0f-bbca-b184c2795107.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-76475117-c728-4d0f-bbca-b184c2795107 {
  
  
  
  
}

#s-76475117-c728-4d0f-bbca-b184c2795107 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-76475117-c728-4d0f-bbca-b184c2795107.shogun-image {
    
    
    
    
  }


.s-76475117-c728-4d0f-bbca-b184c2795107 .shogun-image-content {
  
    align-items: center;
  
}

.s-76475117-c728-4d0f-bbca-b184c2795107.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76475117-c728-4d0f-bbca-b184c2795107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76475117-c728-4d0f-bbca-b184c2795107.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-76475117-c728-4d0f-bbca-b184c2795107 {
  
  
  
  
}

#s-76475117-c728-4d0f-bbca-b184c2795107 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-76475117-c728-4d0f-bbca-b184c2795107.shogun-image {
    
    
    
    
  }


.s-76475117-c728-4d0f-bbca-b184c2795107 .shogun-image-content {
  
    align-items: center;
  
}

.s-76475117-c728-4d0f-bbca-b184c2795107.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76475117-c728-4d0f-bbca-b184c2795107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76475117-c728-4d0f-bbca-b184c2795107.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-76475117-c728-4d0f-bbca-b184c2795107 {
  
  
  
  
}

#s-76475117-c728-4d0f-bbca-b184c2795107 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-76475117-c728-4d0f-bbca-b184c2795107.shogun-image {
    
    
    
    
  }


.s-76475117-c728-4d0f-bbca-b184c2795107 .shogun-image-content {
  
    align-items: center;
  
}

.s-76475117-c728-4d0f-bbca-b184c2795107.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76475117-c728-4d0f-bbca-b184c2795107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76475117-c728-4d0f-bbca-b184c2795107.shogun-image {
  box-sizing: border-box;
}




}
#s-0999796d-9b72-4fef-b17b-954e52df2fa4 {
  text-align: center;
}



.shg-image-margin-container-s-0999796d-9b72-4fef-b17b-954e52df2fa4 {
  
  
  
  
}

#s-0999796d-9b72-4fef-b17b-954e52df2fa4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0999796d-9b72-4fef-b17b-954e52df2fa4.shogun-image {
    
    
    
    
  }


.s-0999796d-9b72-4fef-b17b-954e52df2fa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-0999796d-9b72-4fef-b17b-954e52df2fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0999796d-9b72-4fef-b17b-954e52df2fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0999796d-9b72-4fef-b17b-954e52df2fa4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0999796d-9b72-4fef-b17b-954e52df2fa4 {
  
  
  
  
}

#s-0999796d-9b72-4fef-b17b-954e52df2fa4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0999796d-9b72-4fef-b17b-954e52df2fa4.shogun-image {
    
    
    
    
  }


.s-0999796d-9b72-4fef-b17b-954e52df2fa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-0999796d-9b72-4fef-b17b-954e52df2fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0999796d-9b72-4fef-b17b-954e52df2fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0999796d-9b72-4fef-b17b-954e52df2fa4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0999796d-9b72-4fef-b17b-954e52df2fa4 {
  
  
  
  
}

#s-0999796d-9b72-4fef-b17b-954e52df2fa4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0999796d-9b72-4fef-b17b-954e52df2fa4.shogun-image {
    
    
    
    
  }


.s-0999796d-9b72-4fef-b17b-954e52df2fa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-0999796d-9b72-4fef-b17b-954e52df2fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0999796d-9b72-4fef-b17b-954e52df2fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0999796d-9b72-4fef-b17b-954e52df2fa4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0999796d-9b72-4fef-b17b-954e52df2fa4 {
  
  
  
  
}

#s-0999796d-9b72-4fef-b17b-954e52df2fa4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0999796d-9b72-4fef-b17b-954e52df2fa4.shogun-image {
    
    
    
    
  }


.s-0999796d-9b72-4fef-b17b-954e52df2fa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-0999796d-9b72-4fef-b17b-954e52df2fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0999796d-9b72-4fef-b17b-954e52df2fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0999796d-9b72-4fef-b17b-954e52df2fa4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0999796d-9b72-4fef-b17b-954e52df2fa4 {
  
  
  
  
}

#s-0999796d-9b72-4fef-b17b-954e52df2fa4 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0999796d-9b72-4fef-b17b-954e52df2fa4.shogun-image {
    
    
    
    
  }


.s-0999796d-9b72-4fef-b17b-954e52df2fa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-0999796d-9b72-4fef-b17b-954e52df2fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0999796d-9b72-4fef-b17b-954e52df2fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0999796d-9b72-4fef-b17b-954e52df2fa4.shogun-image {
  box-sizing: border-box;
}




}
#s-04d4019d-3ab0-4a54-877a-17256c9dca06 {
  text-align: center;
}



.shg-image-margin-container-s-04d4019d-3ab0-4a54-877a-17256c9dca06 {
  
  
  
  
}

#s-04d4019d-3ab0-4a54-877a-17256c9dca06 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-04d4019d-3ab0-4a54-877a-17256c9dca06.shogun-image {
    
    
    
    
  }


.s-04d4019d-3ab0-4a54-877a-17256c9dca06 .shogun-image-content {
  
    align-items: center;
  
}

.s-04d4019d-3ab0-4a54-877a-17256c9dca06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04d4019d-3ab0-4a54-877a-17256c9dca06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04d4019d-3ab0-4a54-877a-17256c9dca06.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-04d4019d-3ab0-4a54-877a-17256c9dca06 {
  
  
  
  
}

#s-04d4019d-3ab0-4a54-877a-17256c9dca06 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-04d4019d-3ab0-4a54-877a-17256c9dca06.shogun-image {
    
    
    
    
  }


.s-04d4019d-3ab0-4a54-877a-17256c9dca06 .shogun-image-content {
  
    align-items: center;
  
}

.s-04d4019d-3ab0-4a54-877a-17256c9dca06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04d4019d-3ab0-4a54-877a-17256c9dca06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04d4019d-3ab0-4a54-877a-17256c9dca06.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-04d4019d-3ab0-4a54-877a-17256c9dca06 {
  
  
  
  
}

#s-04d4019d-3ab0-4a54-877a-17256c9dca06 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-04d4019d-3ab0-4a54-877a-17256c9dca06.shogun-image {
    
    
    
    
  }


.s-04d4019d-3ab0-4a54-877a-17256c9dca06 .shogun-image-content {
  
    align-items: center;
  
}

.s-04d4019d-3ab0-4a54-877a-17256c9dca06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04d4019d-3ab0-4a54-877a-17256c9dca06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04d4019d-3ab0-4a54-877a-17256c9dca06.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-04d4019d-3ab0-4a54-877a-17256c9dca06 {
  
  
  
  
}

#s-04d4019d-3ab0-4a54-877a-17256c9dca06 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-04d4019d-3ab0-4a54-877a-17256c9dca06.shogun-image {
    
    
    
    
  }


.s-04d4019d-3ab0-4a54-877a-17256c9dca06 .shogun-image-content {
  
    align-items: center;
  
}

.s-04d4019d-3ab0-4a54-877a-17256c9dca06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04d4019d-3ab0-4a54-877a-17256c9dca06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04d4019d-3ab0-4a54-877a-17256c9dca06.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-04d4019d-3ab0-4a54-877a-17256c9dca06 {
  
  
  
  
}

#s-04d4019d-3ab0-4a54-877a-17256c9dca06 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-04d4019d-3ab0-4a54-877a-17256c9dca06.shogun-image {
    
    
    
    
  }


.s-04d4019d-3ab0-4a54-877a-17256c9dca06 .shogun-image-content {
  
    align-items: center;
  
}

.s-04d4019d-3ab0-4a54-877a-17256c9dca06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04d4019d-3ab0-4a54-877a-17256c9dca06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04d4019d-3ab0-4a54-877a-17256c9dca06.shogun-image {
  box-sizing: border-box;
}




}
#s-5bf8bd97-7638-4d73-86da-3955aebf7a27 {
  text-align: center;
}



.shg-image-margin-container-s-5bf8bd97-7638-4d73-86da-3955aebf7a27 {
  
  
  
  
}

#s-5bf8bd97-7638-4d73-86da-3955aebf7a27 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shogun-image {
    
    
    
    
  }


.s-5bf8bd97-7638-4d73-86da-3955aebf7a27 .shogun-image-content {
  
    align-items: center;
  
}

.s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5bf8bd97-7638-4d73-86da-3955aebf7a27 {
  
  
  
  
}

#s-5bf8bd97-7638-4d73-86da-3955aebf7a27 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shogun-image {
    
    
    
    
  }


.s-5bf8bd97-7638-4d73-86da-3955aebf7a27 .shogun-image-content {
  
    align-items: center;
  
}

.s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5bf8bd97-7638-4d73-86da-3955aebf7a27 {
  
  
  
  
}

#s-5bf8bd97-7638-4d73-86da-3955aebf7a27 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shogun-image {
    
    
    
    
  }


.s-5bf8bd97-7638-4d73-86da-3955aebf7a27 .shogun-image-content {
  
    align-items: center;
  
}

.s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5bf8bd97-7638-4d73-86da-3955aebf7a27 {
  
  
  
  
}

#s-5bf8bd97-7638-4d73-86da-3955aebf7a27 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shogun-image {
    
    
    
    
  }


.s-5bf8bd97-7638-4d73-86da-3955aebf7a27 .shogun-image-content {
  
    align-items: center;
  
}

.s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5bf8bd97-7638-4d73-86da-3955aebf7a27 {
  
  
  
  
}

#s-5bf8bd97-7638-4d73-86da-3955aebf7a27 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shogun-image {
    
    
    
    
  }


.s-5bf8bd97-7638-4d73-86da-3955aebf7a27 .shogun-image-content {
  
    align-items: center;
  
}

.s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bf8bd97-7638-4d73-86da-3955aebf7a27.shogun-image {
  box-sizing: border-box;
}




}
#s-846b9aae-f6cc-497d-933e-515c984ea9b0 {
  text-align: center;
}



.shg-image-margin-container-s-846b9aae-f6cc-497d-933e-515c984ea9b0 {
  
  
  
  
}

#s-846b9aae-f6cc-497d-933e-515c984ea9b0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-846b9aae-f6cc-497d-933e-515c984ea9b0.shogun-image {
    
    
    
    
  }


.s-846b9aae-f6cc-497d-933e-515c984ea9b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-846b9aae-f6cc-497d-933e-515c984ea9b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-846b9aae-f6cc-497d-933e-515c984ea9b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-846b9aae-f6cc-497d-933e-515c984ea9b0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-846b9aae-f6cc-497d-933e-515c984ea9b0 {
  
  
  
  
}

#s-846b9aae-f6cc-497d-933e-515c984ea9b0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-846b9aae-f6cc-497d-933e-515c984ea9b0.shogun-image {
    
    
    
    
  }


.s-846b9aae-f6cc-497d-933e-515c984ea9b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-846b9aae-f6cc-497d-933e-515c984ea9b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-846b9aae-f6cc-497d-933e-515c984ea9b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-846b9aae-f6cc-497d-933e-515c984ea9b0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-846b9aae-f6cc-497d-933e-515c984ea9b0 {
  
  
  
  
}

#s-846b9aae-f6cc-497d-933e-515c984ea9b0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-846b9aae-f6cc-497d-933e-515c984ea9b0.shogun-image {
    
    
    
    
  }


.s-846b9aae-f6cc-497d-933e-515c984ea9b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-846b9aae-f6cc-497d-933e-515c984ea9b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-846b9aae-f6cc-497d-933e-515c984ea9b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-846b9aae-f6cc-497d-933e-515c984ea9b0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-846b9aae-f6cc-497d-933e-515c984ea9b0 {
  
  
  
  
}

#s-846b9aae-f6cc-497d-933e-515c984ea9b0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-846b9aae-f6cc-497d-933e-515c984ea9b0.shogun-image {
    
    
    
    
  }


.s-846b9aae-f6cc-497d-933e-515c984ea9b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-846b9aae-f6cc-497d-933e-515c984ea9b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-846b9aae-f6cc-497d-933e-515c984ea9b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-846b9aae-f6cc-497d-933e-515c984ea9b0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-846b9aae-f6cc-497d-933e-515c984ea9b0 {
  
  
  
  
}

#s-846b9aae-f6cc-497d-933e-515c984ea9b0 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-846b9aae-f6cc-497d-933e-515c984ea9b0.shogun-image {
    
    
    
    
  }


.s-846b9aae-f6cc-497d-933e-515c984ea9b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-846b9aae-f6cc-497d-933e-515c984ea9b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-846b9aae-f6cc-497d-933e-515c984ea9b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-846b9aae-f6cc-497d-933e-515c984ea9b0.shogun-image {
  box-sizing: border-box;
}




}
#s-f21111d4-90b7-4c10-b057-d0a853942062 {
  min-height: 50px;
}








#s-f21111d4-90b7-4c10-b057-d0a853942062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f21111d4-90b7-4c10-b057-d0a853942062.shg-box.shg-c {
  justify-content: center;
}

#s-f40c5eb8-362e-48b5-a27d-cc2eb9894627 {
  margin-left: auto;
margin-right: auto;
max-width: 1090px;
background-color: rgba(218, 230, 254, 1);
}

@media (min-width: 0px) {
[id="s-f40c5eb8-362e-48b5-a27d-cc2eb9894627"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f40c5eb8-362e-48b5-a27d-cc2eb9894627"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f40c5eb8-362e-48b5-a27d-cc2eb9894627"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f40c5eb8-362e-48b5-a27d-cc2eb9894627"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-98efba23-543e-455d-a6a2-18ced8fe4b5b {
  min-height: 50px;
}








#s-98efba23-543e-455d-a6a2-18ced8fe4b5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98efba23-543e-455d-a6a2-18ced8fe4b5b.shg-box.shg-c {
  justify-content: center;
}

#s-e5662166-b31e-4fc4-8950-9c44034050f7 {
  text-align: left;
}



.shg-image-margin-container-s-e5662166-b31e-4fc4-8950-9c44034050f7 {
  
  
  
  
}

#s-e5662166-b31e-4fc4-8950-9c44034050f7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e5662166-b31e-4fc4-8950-9c44034050f7.shogun-image {
    
    
    
    
  }


.s-e5662166-b31e-4fc4-8950-9c44034050f7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e5662166-b31e-4fc4-8950-9c44034050f7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e5662166-b31e-4fc4-8950-9c44034050f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5662166-b31e-4fc4-8950-9c44034050f7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e5662166-b31e-4fc4-8950-9c44034050f7 {
  
  
  
  
}

#s-e5662166-b31e-4fc4-8950-9c44034050f7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e5662166-b31e-4fc4-8950-9c44034050f7.shogun-image {
    
    
    
    
  }


.s-e5662166-b31e-4fc4-8950-9c44034050f7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e5662166-b31e-4fc4-8950-9c44034050f7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e5662166-b31e-4fc4-8950-9c44034050f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5662166-b31e-4fc4-8950-9c44034050f7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e5662166-b31e-4fc4-8950-9c44034050f7 {
  
  
  
  
}

#s-e5662166-b31e-4fc4-8950-9c44034050f7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e5662166-b31e-4fc4-8950-9c44034050f7.shogun-image {
    
    
    
    
  }


.s-e5662166-b31e-4fc4-8950-9c44034050f7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e5662166-b31e-4fc4-8950-9c44034050f7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e5662166-b31e-4fc4-8950-9c44034050f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5662166-b31e-4fc4-8950-9c44034050f7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e5662166-b31e-4fc4-8950-9c44034050f7 {
  
  
  
  
}

#s-e5662166-b31e-4fc4-8950-9c44034050f7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e5662166-b31e-4fc4-8950-9c44034050f7.shogun-image {
    
    
    
    
  }


.s-e5662166-b31e-4fc4-8950-9c44034050f7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e5662166-b31e-4fc4-8950-9c44034050f7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e5662166-b31e-4fc4-8950-9c44034050f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5662166-b31e-4fc4-8950-9c44034050f7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e5662166-b31e-4fc4-8950-9c44034050f7 {
  
  
  
  
}

#s-e5662166-b31e-4fc4-8950-9c44034050f7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-e5662166-b31e-4fc4-8950-9c44034050f7.shogun-image {
    
    
    
    
  }


.s-e5662166-b31e-4fc4-8950-9c44034050f7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e5662166-b31e-4fc4-8950-9c44034050f7.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e5662166-b31e-4fc4-8950-9c44034050f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5662166-b31e-4fc4-8950-9c44034050f7.shogun-image {
  box-sizing: border-box;
}




}
#s-e72d87f5-9375-4300-a68f-707920f4f286 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-e72d87f5-9375-4300-a68f-707920f4f286 {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-e72d87f5-9375-4300-a68f-707920f4f286 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e72d87f5-9375-4300-a68f-707920f4f286.shg-box.shg-c {
  justify-content: center;
}

#s-960380d4-1dd8-493a-9ff1-9e07aa531495 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-960380d4-1dd8-493a-9ff1-9e07aa531495 .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-960380d4-1dd8-493a-9ff1-9e07aa531495 .shogun-heading-component h2 {
  color: rgba(53, 57, 73, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-235d1164-7351-4d9e-b44f-b522f615060f {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.1);
background-image: url(https://i.shgcdn.com/0e45b638-8ec3-4761-86fc-5193d03ba612/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: left;
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
line-height: 1.8em;
hover-type: image;
}
#s-235d1164-7351-4d9e-b44f-b522f615060f:hover {background-image: url(https://i.shgcdn.com/0e45b638-8ec3-4761-86fc-5193d03ba612/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: image !important;}#s-235d1164-7351-4d9e-b44f-b522f615060f:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-235d1164-7351-4d9e-b44f-b522f615060f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-235d1164-7351-4d9e-b44f-b522f615060f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-235d1164-7351-4d9e-b44f-b522f615060f {
  
}
}@media (max-width: 767px){#s-235d1164-7351-4d9e-b44f-b522f615060f {
  
}
}

  #s-235d1164-7351-4d9e-b44f-b522f615060f-root {
    text-align: left;
  }


#s-235d1164-7351-4d9e-b44f-b522f615060f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-235d1164-7351-4d9e-b44f-b522f615060f-root {
    text-align: left;
  }


#s-235d1164-7351-4d9e-b44f-b522f615060f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-235d1164-7351-4d9e-b44f-b522f615060f-root {
    text-align: left;
  }


#s-235d1164-7351-4d9e-b44f-b522f615060f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-235d1164-7351-4d9e-b44f-b522f615060f-root {
    text-align: left;
  }


#s-235d1164-7351-4d9e-b44f-b522f615060f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-235d1164-7351-4d9e-b44f-b522f615060f-root {
    text-align: left;
  }


#s-235d1164-7351-4d9e-b44f-b522f615060f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5ccb8949-975d-4e2e-a733-4dc0d9933841 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 0px;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

#s-963c6c30-aa53-470c-8324-580c47b4f1fa {
  text-align: left;
}

#s-6de6a045-1481-49bb-bb0e-f0848123fa09 {
  margin-top: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6de6a045-1481-49bb-bb0e-f0848123fa09 {
  display: none;
}
#s-6de6a045-1481-49bb-bb0e-f0848123fa09, #wrap-s-6de6a045-1481-49bb-bb0e-f0848123fa09 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6de6a045-1481-49bb-bb0e-f0848123fa09 {
  display: none;
}
#s-6de6a045-1481-49bb-bb0e-f0848123fa09, #wrap-s-6de6a045-1481-49bb-bb0e-f0848123fa09 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6de6a045-1481-49bb-bb0e-f0848123fa09 {
  display: none;
}
#s-6de6a045-1481-49bb-bb0e-f0848123fa09, #wrap-s-6de6a045-1481-49bb-bb0e-f0848123fa09 { display: none !important; }}@media (max-width: 767px){#s-6de6a045-1481-49bb-bb0e-f0848123fa09 {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-6de6a045-1481-49bb-bb0e-f0848123fa09, #wrap-s-6de6a045-1481-49bb-bb0e-f0848123fa09 { display: none !important; }}







#s-6de6a045-1481-49bb-bb0e-f0848123fa09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6de6a045-1481-49bb-bb0e-f0848123fa09.shg-box.shg-c {
  justify-content: center;
}

#s-73d9a5ae-d611-4300-85f9-970af7b9935b {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
}

@media (min-width: 0px) {
[id="s-73d9a5ae-d611-4300-85f9-970af7b9935b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-73d9a5ae-d611-4300-85f9-970af7b9935b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73d9a5ae-d611-4300-85f9-970af7b9935b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73d9a5ae-d611-4300-85f9-970af7b9935b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73d9a5ae-d611-4300-85f9-970af7b9935b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73d9a5ae-d611-4300-85f9-970af7b9935b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73d9a5ae-d611-4300-85f9-970af7b9935b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e1927e50-0da3-4c94-982d-ebd8b83fd9ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e1927e50-0da3-4c94-982d-ebd8b83fd9ba .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-e1927e50-0da3-4c94-982d-ebd8b83fd9ba .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


}
@media (min-width: 0px) {
[id="s-5a19297f-2b4d-41b7-b155-b71eedf849c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5a19297f-2b4d-41b7-b155-b71eedf849c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5a19297f-2b4d-41b7-b155-b71eedf849c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a19297f-2b4d-41b7-b155-b71eedf849c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-cd3f79d6-3861-4f9f-b6c8-b16401449478 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-cd3f79d6-3861-4f9f-b6c8-b16401449478 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}


#s-cd3f79d6-3861-4f9f-b6c8-b16401449478 .shogun-heading-component h6 a {
  color: #000;
}

@media (max-width: 767px){#s-cd3f79d6-3861-4f9f-b6c8-b16401449478 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: right;
}


#s-cd3f79d6-3861-4f9f-b6c8-b16401449478 .shogun-heading-component h6 a {
  color: #000;
}

}
#s-b132a19a-e76a-46df-8ae0-c3999e1fb551 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-b132a19a-e76a-46df-8ae0-c3999e1fb551 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}


#s-b132a19a-e76a-46df-8ae0-c3999e1fb551 .shogun-heading-component h6 a {
  color: #000;
}

@media (max-width: 767px){#s-b132a19a-e76a-46df-8ae0-c3999e1fb551 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: right;
}


#s-b132a19a-e76a-46df-8ae0-c3999e1fb551 .shogun-heading-component h6 a {
  color: #000;
}

}
#s-ff02be03-bfcd-4bb6-af83-c2d7b030b101 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-ff02be03-bfcd-4bb6-af83-c2d7b030b101 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}


#s-ff02be03-bfcd-4bb6-af83-c2d7b030b101 .shogun-heading-component h6 a {
  color: #000;
}

@media (max-width: 767px){#s-ff02be03-bfcd-4bb6-af83-c2d7b030b101 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: right;
}


#s-ff02be03-bfcd-4bb6-af83-c2d7b030b101 .shogun-heading-component h6 a {
  color: #000;
}

}
#s-c521b2d9-9fd9-415f-a0c4-e3ec23589f62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-c521b2d9-9fd9-415f-a0c4-e3ec23589f62 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}


#s-c521b2d9-9fd9-415f-a0c4-e3ec23589f62 .shogun-heading-component h6 a {
  color: #000;
}

@media (max-width: 767px){#s-c521b2d9-9fd9-415f-a0c4-e3ec23589f62 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: right;
}


#s-c521b2d9-9fd9-415f-a0c4-e3ec23589f62 .shogun-heading-component h6 a {
  color: #000;
}

}
#s-99f97279-740a-4cca-a3d9-de8dc01976d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-99f97279-740a-4cca-a3d9-de8dc01976d7 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}


#s-99f97279-740a-4cca-a3d9-de8dc01976d7 .shogun-heading-component h6 a {
  color: #000;
}

@media (max-width: 767px){#s-99f97279-740a-4cca-a3d9-de8dc01976d7 .shogun-heading-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: right;
}


#s-99f97279-740a-4cca-a3d9-de8dc01976d7 .shogun-heading-component h6 a {
  color: #000;
}

}
#s-a48c719e-6a94-4a53-9cce-1ed4028af4d2 {
  text-align: left;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@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;
  }
}
