.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-2a49f863-a346-40d1-a72c-43818e62afba {
  background-repeat: no-repeat;
background-size: cover;
min-height: 280px;
background-position: center center;
}
@media (max-width: 767px){#s-2a49f863-a346-40d1-a72c-43818e62afba {
  min-height: 160px;
}
}
#s-2a49f863-a346-40d1-a72c-43818e62afba {
  background-image: url(https://i.shgcdn.com/e7883255-b01e-4c2b-8578-7102135603fe/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2a49f863-a346-40d1-a72c-43818e62afba > .shg-box-overlay {
  background-color: rgba(35, 31, 32, 1);
  opacity: 0.54;
}#s-2a49f863-a346-40d1-a72c-43818e62afba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-3a0f063e-027e-4465-bf12-4e1550fc4422 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-3a0f063e-027e-4465-bf12-4e1550fc4422 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-3a0f063e-027e-4465-bf12-4e1550fc4422 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}
#s-9bf81262-6daf-4662-80d8-014a0810e49f {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-9bf81262-6daf-4662-80d8-014a0810e49f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bf81262-6daf-4662-80d8-014a0810e49f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0241d0db-1879-41db-a048-c372de92fd7c {
  margin-top: 20px;
}

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

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

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

#s-fb3247d8-439b-426e-9f0f-47170390fdd3 {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-fb3247d8-439b-426e-9f0f-47170390fdd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb3247d8-439b-426e-9f0f-47170390fdd3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb3247d8-439b-426e-9f0f-47170390fdd3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb3247d8-439b-426e-9f0f-47170390fdd3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-3a701776-94e1-4c02-bf88-91b03e9eb0eb {
  max-width: 2570px;
aspect-ratio: 2570/2096;
text-align: center;
}





  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb img.shogun-image,
  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb {
    width: 100%;
    height: auto;
  }

  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shogun-image {
    
    
  }


.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb .shogun-image-content {
  
    align-items: center;
  
}

.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb img.shogun-image,
  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb {
    width: 100%;
    height: auto;
  }

  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shogun-image {
    
    
  }


.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb .shogun-image-content {
  
    align-items: center;
  
}

.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shogun-image {
  box-sizing: border-box;
}


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



  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb img.shogun-image,
  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb {
    width: 100%;
    height: auto;
  }

  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shogun-image {
    
    
  }


.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb .shogun-image-content {
  
    align-items: center;
  
}

.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shogun-image {
  box-sizing: border-box;
}


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



  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb img.shogun-image,
  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb {
    width: 100%;
    height: auto;
  }

  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shogun-image {
    
    
  }


.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb .shogun-image-content {
  
    align-items: center;
  
}

.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shogun-image {
  box-sizing: border-box;
}


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



  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb img.shogun-image,
  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb {
    width: 100%;
    height: auto;
  }

  #s-3a701776-94e1-4c02-bf88-91b03e9eb0eb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shogun-image {
    
    
  }


.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb .shogun-image-content {
  
    align-items: center;
  
}

.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a701776-94e1-4c02-bf88-91b03e9eb0eb.shogun-image {
  box-sizing: border-box;
}


}
#s-1395ace3-1fa5-4186-a944-dd5bfd437941 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1395ace3-1fa5-4186-a944-dd5bfd437941 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-1395ace3-1fa5-4186-a944-dd5bfd437941 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-fcdf045c-6375-4be5-ba19-32ca5ee8caec {
  margin-bottom: 10px;
}

#s-fb486834-26b9-4e7f-a7a3-8f3f6471c3f2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb486834-26b9-4e7f-a7a3-8f3f6471c3f2 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-fb486834-26b9-4e7f-a7a3-8f3f6471c3f2 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-0e9e3be9-39a3-4760-b3fd-56c5c0435936 {
  margin-top: 10px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}








#s-0e9e3be9-39a3-4760-b3fd-56c5c0435936 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e9e3be9-39a3-4760-b3fd-56c5c0435936.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3dcd1a9d-c830-48b8-b982-c3dab3a7376d {
  margin-top: 0px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3dcd1a9d-c830-48b8-b982-c3dab3a7376d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dcd1a9d-c830-48b8-b982-c3dab3a7376d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3dcd1a9d-c830-48b8-b982-c3dab3a7376d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dcd1a9d-c830-48b8-b982-c3dab3a7376d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ed4f3d55-58a0-4ad4-9e34-fee36b372dcb {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
min-height: 350px;
background-position: center center;
}








#s-ed4f3d55-58a0-4ad4-9e34-fee36b372dcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed4f3d55-58a0-4ad4-9e34-fee36b372dcb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60045bb4-e367-4990-8a3a-29abc2fc8dab {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
min-height: 50px;
}








#s-60045bb4-e367-4990-8a3a-29abc2fc8dab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60045bb4-e367-4990-8a3a-29abc2fc8dab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7c3f56d-9076-4494-8625-609a301bbf9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7c3f56d-9076-4494-8625-609a301bbf9d {
  
}
}@media (max-width: 767px){#s-e7c3f56d-9076-4494-8625-609a301bbf9d {
  
}
}
#s-e7c3f56d-9076-4494-8625-609a301bbf9d .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d73fd576-4845-42da-acc0-3aa8a1acf429 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d73fd576-4845-42da-acc0-3aa8a1acf429 {
  
}
}@media (max-width: 767px){#s-d73fd576-4845-42da-acc0-3aa8a1acf429 {
  
}
}
#s-acbd4d3c-ee68-4495-9132-a757ffbf15aa {
  margin-top: 0px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-acbd4d3c-ee68-4495-9132-a757ffbf15aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acbd4d3c-ee68-4495-9132-a757ffbf15aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-acbd4d3c-ee68-4495-9132-a757ffbf15aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-acbd4d3c-ee68-4495-9132-a757ffbf15aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-acbd4d3c-ee68-4495-9132-a757ffbf15aa"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-53e26ce9-03e1-4c34-8938-9c1cdd3b4123 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
min-height: 50px;
}








#s-53e26ce9-03e1-4c34-8938-9c1cdd3b4123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53e26ce9-03e1-4c34-8938-9c1cdd3b4123.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-146cf3ce-ea88-4258-a8c9-a3f00633e24d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-146cf3ce-ea88-4258-a8c9-a3f00633e24d {
  
}
}@media (max-width: 767px){#s-146cf3ce-ea88-4258-a8c9-a3f00633e24d {
  
}
}
#s-146cf3ce-ea88-4258-a8c9-a3f00633e24d .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6d084762-6ba0-4af8-b7be-dbf27733919d {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d084762-6ba0-4af8-b7be-dbf27733919d {
  
}
}@media (max-width: 767px){#s-6d084762-6ba0-4af8-b7be-dbf27733919d {
  
}
}
#s-387d52ea-1ee2-4a0a-b708-5e13c961d315 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
min-height: 50px;
}








#s-387d52ea-1ee2-4a0a-b708-5e13c961d315 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-387d52ea-1ee2-4a0a-b708-5e13c961d315.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 600px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c img.shogun-image,
  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c {
    width: 100%;
    height: auto;
  }

  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shogun-image {
    
    
  }


.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c .shogun-image-content {
  
    align-items: center;
  
}

.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c img.shogun-image,
  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c {
    width: 100%;
    height: auto;
  }

  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shogun-image {
    
    
  }


.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c .shogun-image-content {
  
    align-items: center;
  
}

.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shogun-image {
  box-sizing: border-box;
}


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



  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c img.shogun-image,
  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c {
    width: 100%;
    height: auto;
  }

  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shogun-image {
    
    
  }


.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c .shogun-image-content {
  
    align-items: center;
  
}

.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shogun-image {
  box-sizing: border-box;
}


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



  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c img.shogun-image,
  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c {
    width: 100%;
    height: auto;
  }

  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shogun-image {
    
    
  }


.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c .shogun-image-content {
  
    align-items: center;
  
}

.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shogun-image {
  box-sizing: border-box;
}


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



  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c img.shogun-image,
  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c {
    width: 100%;
    height: auto;
  }

  #s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shogun-image {
    
    
  }


.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c .shogun-image-content {
  
    align-items: center;
  
}

.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4592a8-2ef5-411a-bbc3-b7b88d45f37c.shogun-image {
  box-sizing: border-box;
}


}
#s-5f26e19e-374e-4c49-818e-0868bfb2fd2c {
  margin-top: 0px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5f26e19e-374e-4c49-818e-0868bfb2fd2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f26e19e-374e-4c49-818e-0868bfb2fd2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f26e19e-374e-4c49-818e-0868bfb2fd2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f26e19e-374e-4c49-818e-0868bfb2fd2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-80509b8b-7e46-43c3-a46e-a28ae0d48d31 {
  background-repeat: no-repeat;
background-size: contain;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
min-height: 350px;
background-position: center center;
}








#s-80509b8b-7e46-43c3-a46e-a28ae0d48d31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80509b8b-7e46-43c3-a46e-a28ae0d48d31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56a5b328-4e9a-4ade-9f20-3291fac19021 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
min-height: 50px;
}








#s-56a5b328-4e9a-4ade-9f20-3291fac19021 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56a5b328-4e9a-4ade-9f20-3291fac19021.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35266fe6-df73-4e40-8de8-a07ac0cc4648 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-35266fe6-df73-4e40-8de8-a07ac0cc4648 {
  
}
}@media (max-width: 767px){#s-35266fe6-df73-4e40-8de8-a07ac0cc4648 {
  
}
}
#s-35266fe6-df73-4e40-8de8-a07ac0cc4648 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-00942a49-cfd9-494b-ba01-e26007a67c88 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-00942a49-cfd9-494b-ba01-e26007a67c88 {
  
}
}@media (max-width: 767px){#s-00942a49-cfd9-494b-ba01-e26007a67c88 {
  
}
}
#s-c599b698-7433-4003-9499-cf70f576d226 {
  margin-top: 0px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c599b698-7433-4003-9499-cf70f576d226"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c599b698-7433-4003-9499-cf70f576d226"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c599b698-7433-4003-9499-cf70f576d226"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c599b698-7433-4003-9499-cf70f576d226"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c599b698-7433-4003-9499-cf70f576d226"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-35013835-6f74-4ed2-8d5f-49460c359f88 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
min-height: 50px;
}








#s-35013835-6f74-4ed2-8d5f-49460c359f88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35013835-6f74-4ed2-8d5f-49460c359f88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a15e187-3067-4eb5-b6b1-e99aee77d50b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a15e187-3067-4eb5-b6b1-e99aee77d50b {
  
}
}@media (max-width: 767px){#s-4a15e187-3067-4eb5-b6b1-e99aee77d50b {
  
}
}
#s-4a15e187-3067-4eb5-b6b1-e99aee77d50b .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3d43d662-eb30-48e1-b819-64a9a913027d {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d43d662-eb30-48e1-b819-64a9a913027d {
  
}
}@media (max-width: 767px){#s-3d43d662-eb30-48e1-b819-64a9a913027d {
  
}
}
#s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec {
  max-width: 600px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec img.shogun-image,
  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec {
    width: 100%;
    height: auto;
  }

  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shogun-image {
    
    
  }


.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec .shogun-image-content {
  
    align-items: center;
  
}

.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec img.shogun-image,
  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec {
    width: 100%;
    height: auto;
  }

  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shogun-image {
    
    
  }


.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec .shogun-image-content {
  
    align-items: center;
  
}

.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shogun-image {
  box-sizing: border-box;
}


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



  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec img.shogun-image,
  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec {
    width: 100%;
    height: auto;
  }

  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shogun-image {
    
    
  }


.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec .shogun-image-content {
  
    align-items: center;
  
}

.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shogun-image {
  box-sizing: border-box;
}


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



  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec img.shogun-image,
  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec {
    width: 100%;
    height: auto;
  }

  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shogun-image {
    
    
  }


.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec .shogun-image-content {
  
    align-items: center;
  
}

.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shogun-image {
  box-sizing: border-box;
}


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



  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec img.shogun-image,
  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec {
    width: 100%;
    height: auto;
  }

  #s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shogun-image {
    
    
  }


.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec .shogun-image-content {
  
    align-items: center;
  
}

.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e061e2c0-20ef-44aa-bef5-f9bc4db18fec.shogun-image {
  box-sizing: border-box;
}


}
#s-626409ca-ff79-4e0e-bc91-e7b2e3997911 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-626409ca-ff79-4e0e-bc91-e7b2e3997911"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-626409ca-ff79-4e0e-bc91-e7b2e3997911"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-626409ca-ff79-4e0e-bc91-e7b2e3997911"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-626409ca-ff79-4e0e-bc91-e7b2e3997911"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-626409ca-ff79-4e0e-bc91-e7b2e3997911"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-626409ca-ff79-4e0e-bc91-e7b2e3997911"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-626409ca-ff79-4e0e-bc91-e7b2e3997911"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-1b350a52-4170-4ec3-a9f3-0cb9549ba517 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b350a52-4170-4ec3-a9f3-0cb9549ba517 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9b983a08-8335-4de9-bfb3-cfc21fbec352 {
  margin-left: 0px;
margin-right: 0px;
}

#s-757ef447-0356-4724-9c65-19e60353daae {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-757ef447-0356-4724-9c65-19e60353daae .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-94952335-2955-44e1-baeb-a0e0948d1651 {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

#s-5ad8822a-65ea-420b-b0bf-1609d6d1d40d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(143, 42, 43, 1);
border-radius: 5px;
text-align: left;
background-color: rgba(208, 44, 48, 1);
text-decoration: none;
}
#s-5ad8822a-65ea-420b-b0bf-1609d6d1d40d:hover {background-color: rgba(143, 42, 43, 1) !important;
text-decoration: none !important;}#s-5ad8822a-65ea-420b-b0bf-1609d6d1d40d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5ad8822a-65ea-420b-b0bf-1609d6d1d40d-root {
    text-align: left;
  }


#s-5ad8822a-65ea-420b-b0bf-1609d6d1d40d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5ad8822a-65ea-420b-b0bf-1609d6d1d40d-root {
    text-align: left;
  }


#s-5ad8822a-65ea-420b-b0bf-1609d6d1d40d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ad8822a-65ea-420b-b0bf-1609d6d1d40d-root {
    text-align: left;
  }


#s-5ad8822a-65ea-420b-b0bf-1609d6d1d40d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ad8822a-65ea-420b-b0bf-1609d6d1d40d-root {
    text-align: left;
  }


#s-5ad8822a-65ea-420b-b0bf-1609d6d1d40d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5ad8822a-65ea-420b-b0bf-1609d6d1d40d-root {
    text-align: left;
  }


#s-5ad8822a-65ea-420b-b0bf-1609d6d1d40d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-d1f39986-b0eb-4ca1-aa9a-3e3275e66986 {
  margin-top: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
text-align: left;
background-color: rgba(245, 245, 245, 1);
}

#s-27ae88a0-1293-4e61-832e-ec1e3e17899d {
  min-height: 50px;
}








#s-27ae88a0-1293-4e61-832e-ec1e3e17899d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27ae88a0-1293-4e61-832e-ec1e3e17899d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30ad113a-2ddf-4936-a693-e5b6ed7a5118 {
  min-height: 50px;
}








#s-30ad113a-2ddf-4936-a693-e5b6ed7a5118 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30ad113a-2ddf-4936-a693-e5b6ed7a5118.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77f7a47d-1510-4cb5-bc01-d460465e7e91 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-77f7a47d-1510-4cb5-bc01-d460465e7e91 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-77f7a47d-1510-4cb5-bc01-d460465e7e91 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-2d4b544a-2f84-4438-8796-42dd06d2bac8 {
  
}

#s-62af189b-2a64-4943-999a-1f5d63d1e6eb {
  border-style: solid;
margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 44, 48, 1);
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-62af189b-2a64-4943-999a-1f5d63d1e6eb > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-62af189b-2a64-4943-999a-1f5d63d1e6eb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9024819f-1a86-45e1-b1d0-7ff07fcbe8be {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-9024819f-1a86-45e1-b1d0-7ff07fcbe8be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9024819f-1a86-45e1-b1d0-7ff07fcbe8be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9024819f-1a86-45e1-b1d0-7ff07fcbe8be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9024819f-1a86-45e1-b1d0-7ff07fcbe8be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9024819f-1a86-45e1-b1d0-7ff07fcbe8be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9024819f-1a86-45e1-b1d0-7ff07fcbe8be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9024819f-1a86-45e1-b1d0-7ff07fcbe8be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-9024819f-1a86-45e1-b1d0-7ff07fcbe8be"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 0px) {
[id="s-4795f0ed-9e4b-4d02-aaa1-98ec53ac0c6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4795f0ed-9e4b-4d02-aaa1-98ec53ac0c6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4795f0ed-9e4b-4d02-aaa1-98ec53ac0c6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4795f0ed-9e4b-4d02-aaa1-98ec53ac0c6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b4023245-be59-40fc-8b55-0a12889288e7 {
  margin-top: 20px;
}

#s-b4023245-be59-40fc-8b55-0a12889288e7 .shogun-icon-wrapper {
  text-align: left;
}


#s-b4023245-be59-40fc-8b55-0a12889288e7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 80px !important;
  color: #495056;
}

#s-e4363c27-4821-43f5-8f6d-de9f2097bce6 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e4363c27-4821-43f5-8f6d-de9f2097bce6 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9710c37e-7055-48b0-926a-90b43c26bec7 {
  
}

#s-228df244-e1e1-49f9-b675-4561cc8896c8 {
  margin-top: 20px;
}

#s-228df244-e1e1-49f9-b675-4561cc8896c8 .shogun-icon-wrapper {
  text-align: left;
}


#s-228df244-e1e1-49f9-b675-4561cc8896c8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 80px !important;
  color: #495056;
}

#s-d82be4fe-d43a-48cb-b4ac-c4c9cb4de5b9 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d82be4fe-d43a-48cb-b4ac-c4c9cb4de5b9 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-adaa007e-80d2-4a8e-926e-58b885ebc39c {
  
}

@media (min-width: 0px) {
[id="s-61507e3b-d270-46fb-a76a-f9aa8b76fc5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61507e3b-d270-46fb-a76a-f9aa8b76fc5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-61507e3b-d270-46fb-a76a-f9aa8b76fc5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-61507e3b-d270-46fb-a76a-f9aa8b76fc5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-18083be6-3f3e-4bed-8d77-ac9b20adf08e {
  margin-top: 20px;
}

#s-18083be6-3f3e-4bed-8d77-ac9b20adf08e .shogun-icon-wrapper {
  text-align: left;
}


#s-18083be6-3f3e-4bed-8d77-ac9b20adf08e .shogun-icon-wrapper > .shogun-icon {

  font-size: 80px !important;
  color: #495056;
}

#s-0d439052-40d9-40bf-87cb-e465539b62e3 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0d439052-40d9-40bf-87cb-e465539b62e3 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ab0fea10-3056-4750-ba2b-bfd62639379c {
  
}

#s-68b57c88-cbe0-45ca-a704-29b7afbe5c4f {
  margin-top: 20px;
}

#s-68b57c88-cbe0-45ca-a704-29b7afbe5c4f .shogun-icon-wrapper {
  text-align: left;
}


#s-68b57c88-cbe0-45ca-a704-29b7afbe5c4f .shogun-icon-wrapper > .shogun-icon {

  font-size: 80px !important;
  color: #495056;
}

#s-7e1972fe-cdac-4787-97ce-9c46b8416e47 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e1972fe-cdac-4787-97ce-9c46b8416e47 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7d79e0ed-f413-4249-aeec-4fb90653d81c {
  
}

#s-13bfba8b-c47a-4c21-b559-9f3fc12f92ab {
  margin-top: 20px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 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;
text-align: left;
background-color: rgba(245, 245, 245, 0);
}

#s-ff517c5a-2350-4b87-a432-bd01a865347a {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff517c5a-2350-4b87-a432-bd01a865347a .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-ff517c5a-2350-4b87-a432-bd01a865347a .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-5c52365d-14f1-4f70-a64b-677399de916f {
  
}

@media (min-width: 0px) {
[id="s-5c52365d-14f1-4f70-a64b-677399de916f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5c52365d-14f1-4f70-a64b-677399de916f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5c52365d-14f1-4f70-a64b-677399de916f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c52365d-14f1-4f70-a64b-677399de916f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-53bffa01-bb9b-4027-ac29-b4239342ccd5 {
  border-style: solid;
margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 1);
border-radius: 5px;
min-height: 50px;
}








#s-53bffa01-bb9b-4027-ac29-b4239342ccd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53bffa01-bb9b-4027-ac29-b4239342ccd5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-009287dc-3741-46d7-8432-ecd6a4a3b5f0 {
  text-align: center;
}







  #s-009287dc-3741-46d7-8432-ecd6a4a3b5f0 img.shogun-image {
    

    
    
    
  }


#s-009287dc-3741-46d7-8432-ecd6a4a3b5f0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-cba96445-e276-41d8-869a-030696c0ae46 {
  margin-top: 20px;
text-align: left;
}

#s-cba96445-e276-41d8-869a-030696c0ae46 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-45164ba0-f605-475e-a487-b90d0ebdf317 {
  
}

#s-55df8f3c-f4cb-4323-97a2-3382963f2687 {
  border-style: solid;
margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 1);
border-radius: 5px;
min-height: 50px;
}








#s-55df8f3c-f4cb-4323-97a2-3382963f2687 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55df8f3c-f4cb-4323-97a2-3382963f2687.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5d3e5ec0-ed0c-4971-9d51-a5ccb918a81b {
  text-align: center;
}







  #s-5d3e5ec0-ed0c-4971-9d51-a5ccb918a81b img.shogun-image {
    

    
    
    
  }


#s-5d3e5ec0-ed0c-4971-9d51-a5ccb918a81b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e610c354-4cc5-42ed-a9b3-925928bca32f {
  margin-top: 20px;
text-align: left;
}

#s-e610c354-4cc5-42ed-a9b3-925928bca32f .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-ba9e2c36-c57e-461a-ae3d-99004af0fce3 {
  
}

#s-ed7823b1-5bad-44fd-b608-3309fe114b81 {
  border-style: solid;
margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 1);
border-radius: 5px;
min-height: 50px;
}








#s-ed7823b1-5bad-44fd-b608-3309fe114b81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed7823b1-5bad-44fd-b608-3309fe114b81.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b5713765-86cb-4c06-897d-5a61e37bcb6f {
  text-align: center;
}







  #s-b5713765-86cb-4c06-897d-5a61e37bcb6f img.shogun-image {
    

    
    
    
  }


#s-b5713765-86cb-4c06-897d-5a61e37bcb6f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d1ed6d29-7add-4d03-8fd9-5e9d635a552d {
  margin-top: 20px;
text-align: left;
}

#s-d1ed6d29-7add-4d03-8fd9-5e9d635a552d .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-6c1d1c7f-d96f-4015-8c01-ee68842095a2 {
  
}

#s-dc9b2af7-2a6b-49e1-bbd4-f09f32338c43 {
  border-style: solid;
margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 1);
border-radius: 5px;
min-height: 50px;
}








#s-dc9b2af7-2a6b-49e1-bbd4-f09f32338c43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc9b2af7-2a6b-49e1-bbd4-f09f32338c43.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c84ded3b-3af9-45a5-8c2e-af38eda3088d {
  text-align: center;
}







  #s-c84ded3b-3af9-45a5-8c2e-af38eda3088d img.shogun-image {
    

    
    
    
  }


#s-c84ded3b-3af9-45a5-8c2e-af38eda3088d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-cced9c85-8fb6-4d3d-8616-75efe9469e2e {
  margin-top: 20px;
text-align: left;
}

#s-cced9c85-8fb6-4d3d-8616-75efe9469e2e .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f8856e6e-efe7-4ce9-9d3e-d0572bf182c8 {
  
}

#s-f6dfce29-f0e4-4f9e-aff0-610e92ee5142 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f6dfce29-f0e4-4f9e-aff0-610e92ee5142"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f6dfce29-f0e4-4f9e-aff0-610e92ee5142"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f6dfce29-f0e4-4f9e-aff0-610e92ee5142"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6dfce29-f0e4-4f9e-aff0-610e92ee5142"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-478b079d-92d9-4589-a7f0-e5579696f580 {
  border-style: solid;
margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 1);
border-radius: 5px;
min-height: 50px;
}








#s-478b079d-92d9-4589-a7f0-e5579696f580 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-478b079d-92d9-4589-a7f0-e5579696f580.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-76184286-545d-4aea-b256-e0bdbd588bf0 {
  text-align: center;
}







  #s-76184286-545d-4aea-b256-e0bdbd588bf0 img.shogun-image {
    

    
    
    
  }


#s-76184286-545d-4aea-b256-e0bdbd588bf0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-29535e64-255f-4105-bc98-fffc06778557 {
  margin-top: 20px;
text-align: left;
}

#s-29535e64-255f-4105-bc98-fffc06778557 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-4c441124-0e27-4320-8d77-aac57563767b {
  
}

#s-53e84f20-dfdb-44b5-a98e-5524a61dd7d6 {
  border-style: solid;
margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 1);
border-radius: 5px;
min-height: 50px;
}








#s-53e84f20-dfdb-44b5-a98e-5524a61dd7d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53e84f20-dfdb-44b5-a98e-5524a61dd7d6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-eb51a1d9-0fc2-4ba3-9aff-7fe5ede013fd {
  text-align: center;
}







  #s-eb51a1d9-0fc2-4ba3-9aff-7fe5ede013fd img.shogun-image {
    

    
    
    
  }


#s-eb51a1d9-0fc2-4ba3-9aff-7fe5ede013fd .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ef1f874c-54e8-45b4-aca5-c0581fba9212 {
  margin-top: 20px;
text-align: left;
}

#s-ef1f874c-54e8-45b4-aca5-c0581fba9212 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-381265a8-e4d8-4979-ae8c-5df713d2874e {
  
}

#s-2a451e6d-9131-4574-8692-492873e8524b {
  border-style: solid;
margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 1);
border-radius: 5px;
min-height: 50px;
}








#s-2a451e6d-9131-4574-8692-492873e8524b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a451e6d-9131-4574-8692-492873e8524b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ad32ce5a-c2d4-4f1b-8497-893cd397cfc6 {
  text-align: center;
}







  #s-ad32ce5a-c2d4-4f1b-8497-893cd397cfc6 img.shogun-image {
    

    
    
    
  }


#s-ad32ce5a-c2d4-4f1b-8497-893cd397cfc6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5b1f4e6a-5550-4ff7-b3ff-565853370ce8 {
  margin-top: 20px;
text-align: left;
}

#s-5b1f4e6a-5550-4ff7-b3ff-565853370ce8 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-2af46078-e26f-4cc0-9638-f9bb76c52996 {
  
}

#s-019c74ab-89b5-427e-9720-ccfde2728b0f {
  border-style: solid;
margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 1);
border-radius: 5px;
min-height: 50px;
}








#s-019c74ab-89b5-427e-9720-ccfde2728b0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-019c74ab-89b5-427e-9720-ccfde2728b0f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4bb1e217-27c0-4573-8459-e4f4314e6c40 {
  text-align: center;
}







  #s-4bb1e217-27c0-4573-8459-e4f4314e6c40 img.shogun-image {
    

    
    
    
  }


#s-4bb1e217-27c0-4573-8459-e4f4314e6c40 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b8b7e962-4e5c-4990-9545-647f2f853e54 {
  margin-top: 20px;
text-align: left;
}

#s-b8b7e962-4e5c-4990-9545-647f2f853e54 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-a2cc8830-1eed-437f-9d74-efc2c3944185 {
  
}

#s-21c0b8c9-69f6-4c87-9b46-e38be2bbedce {
  border-style: solid;
margin-left: 15px;
margin-right: 15px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 1);
border-radius: 5px;
}

@media (min-width: 0px) {
[id="s-21c0b8c9-69f6-4c87-9b46-e38be2bbedce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21c0b8c9-69f6-4c87-9b46-e38be2bbedce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-21c0b8c9-69f6-4c87-9b46-e38be2bbedce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-21c0b8c9-69f6-4c87-9b46-e38be2bbedce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-21c0b8c9-69f6-4c87-9b46-e38be2bbedce"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-633dc1f8-7809-428c-bf30-bdf0d3830d2f {
  margin-left: 20px;
padding-top: 40px;
text-align: left;
}

#s-633dc1f8-7809-428c-bf30-bdf0d3830d2f .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e6f07e9f-255c-4891-99e1-a6ae1c4bfb2b {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-093f6f23-47f8-41e2-bcdd-34a9c35e9b68 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-093f6f23-47f8-41e2-bcdd-34a9c35e9b68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-093f6f23-47f8-41e2-bcdd-34a9c35e9b68"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-093f6f23-47f8-41e2-bcdd-34a9c35e9b68"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-093f6f23-47f8-41e2-bcdd-34a9c35e9b68"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-093f6f23-47f8-41e2-bcdd-34a9c35e9b68"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-093f6f23-47f8-41e2-bcdd-34a9c35e9b68"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-093f6f23-47f8-41e2-bcdd-34a9c35e9b68"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-ec1f5385-30d2-4e2b-b9b5-423b52109429 {
  margin-top: 20px;
}

#s-ec1f5385-30d2-4e2b-b9b5-423b52109429 .shogun-icon-wrapper {
  text-align: left;
}


#s-ec1f5385-30d2-4e2b-b9b5-423b52109429 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(208, 44, 48, 1);
}

#s-454b38e7-10dd-4640-8b86-c5fbf3665208 {
  text-align: center;
}







  #s-454b38e7-10dd-4640-8b86-c5fbf3665208 img.shogun-image {
    

    
    
    
  }


#s-454b38e7-10dd-4640-8b86-c5fbf3665208 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7893b850-0ca0-42f4-b243-ea14e8bfd4bb {
  border-style: solid;
margin-top: 35px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 1);
border-radius: 5px;
min-height: 50px;
}








#s-7893b850-0ca0-42f4-b243-ea14e8bfd4bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7893b850-0ca0-42f4-b243-ea14e8bfd4bb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ee15e70a-15ae-4114-b135-6a072dd2b0f2 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ee15e70a-15ae-4114-b135-6a072dd2b0f2 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-ee15e70a-15ae-4114-b135-6a072dd2b0f2 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
@media (min-width: 0px) {
[id="s-c3b079b2-fb28-4b29-acff-d94f767e897f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-c3b079b2-fb28-4b29-acff-d94f767e897f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-c3b079b2-fb28-4b29-acff-d94f767e897f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-c3b079b2-fb28-4b29-acff-d94f767e897f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-37d9c31c-b190-44fb-8bb3-c4e2a1f54593 {
  text-align: center;
}







  #s-37d9c31c-b190-44fb-8bb3-c4e2a1f54593 img.shogun-image {
    

    
    
    
  }


#s-37d9c31c-b190-44fb-8bb3-c4e2a1f54593 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-24613cbc-6e65-467a-948a-79bbcb0cc142 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24613cbc-6e65-467a-948a-79bbcb0cc142 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b02856ce-b3d2-4902-a65a-e9f7e7575600 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-e6137557-807b-4d80-8f5d-6fe13d68bc91 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(143, 42, 43, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(208, 44, 48, 1);
text-decoration: none;
}
#s-e6137557-807b-4d80-8f5d-6fe13d68bc91:hover {background-color: rgba(143, 42, 43, 1) !important;
text-decoration: none !important;}#s-e6137557-807b-4d80-8f5d-6fe13d68bc91:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e6137557-807b-4d80-8f5d-6fe13d68bc91-root {
    text-align: center;
  }


#s-e6137557-807b-4d80-8f5d-6fe13d68bc91.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e6137557-807b-4d80-8f5d-6fe13d68bc91-root {
    text-align: center;
  }


#s-e6137557-807b-4d80-8f5d-6fe13d68bc91.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6137557-807b-4d80-8f5d-6fe13d68bc91-root {
    text-align: center;
  }


#s-e6137557-807b-4d80-8f5d-6fe13d68bc91.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6137557-807b-4d80-8f5d-6fe13d68bc91-root {
    text-align: center;
  }


#s-e6137557-807b-4d80-8f5d-6fe13d68bc91.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e6137557-807b-4d80-8f5d-6fe13d68bc91-root {
    text-align: center;
  }


#s-e6137557-807b-4d80-8f5d-6fe13d68bc91.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-feea9f0d-5427-4a18-8d26-39c07fbe6055 {
  text-align: center;
}







  #s-feea9f0d-5427-4a18-8d26-39c07fbe6055 img.shogun-image {
    

    
    
    
  }


#s-feea9f0d-5427-4a18-8d26-39c07fbe6055 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-cc1a337e-1cdb-4a45-8ead-cc94afd50b7f {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc1a337e-1cdb-4a45-8ead-cc94afd50b7f .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5d3a6b17-9e8b-4e88-bd4c-90bd67503298 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-42c17310-873a-467d-8f08-65e2f9ed0be3 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(143, 42, 43, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(208, 44, 48, 1);
text-decoration: none;
}
#s-42c17310-873a-467d-8f08-65e2f9ed0be3:hover {background-color: rgba(143, 42, 43, 1) !important;
text-decoration: none !important;}#s-42c17310-873a-467d-8f08-65e2f9ed0be3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-42c17310-873a-467d-8f08-65e2f9ed0be3-root {
    text-align: center;
  }


#s-42c17310-873a-467d-8f08-65e2f9ed0be3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-42c17310-873a-467d-8f08-65e2f9ed0be3-root {
    text-align: center;
  }


#s-42c17310-873a-467d-8f08-65e2f9ed0be3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42c17310-873a-467d-8f08-65e2f9ed0be3-root {
    text-align: center;
  }


#s-42c17310-873a-467d-8f08-65e2f9ed0be3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42c17310-873a-467d-8f08-65e2f9ed0be3-root {
    text-align: center;
  }


#s-42c17310-873a-467d-8f08-65e2f9ed0be3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-42c17310-873a-467d-8f08-65e2f9ed0be3-root {
    text-align: center;
  }


#s-42c17310-873a-467d-8f08-65e2f9ed0be3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-3c7e71b5-0654-41f6-a0f5-63b5b154b089 {
  text-align: center;
}







  #s-3c7e71b5-0654-41f6-a0f5-63b5b154b089 img.shogun-image {
    

    
    
    
  }


#s-3c7e71b5-0654-41f6-a0f5-63b5b154b089 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9c01f37c-358a-413c-9c41-e94423efdf79 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c01f37c-358a-413c-9c41-e94423efdf79 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2faded63-31cc-4000-bc00-727f95ee7cfe {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-fc47b0bd-5244-48b7-8c20-4b80cae7de31 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(143, 42, 43, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(208, 44, 48, 1);
text-decoration: none;
}
#s-fc47b0bd-5244-48b7-8c20-4b80cae7de31:hover {background-color: rgba(143, 42, 43, 1) !important;
text-decoration: none !important;}#s-fc47b0bd-5244-48b7-8c20-4b80cae7de31:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fc47b0bd-5244-48b7-8c20-4b80cae7de31-root {
    text-align: center;
  }


#s-fc47b0bd-5244-48b7-8c20-4b80cae7de31.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fc47b0bd-5244-48b7-8c20-4b80cae7de31-root {
    text-align: center;
  }


#s-fc47b0bd-5244-48b7-8c20-4b80cae7de31.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc47b0bd-5244-48b7-8c20-4b80cae7de31-root {
    text-align: center;
  }


#s-fc47b0bd-5244-48b7-8c20-4b80cae7de31.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc47b0bd-5244-48b7-8c20-4b80cae7de31-root {
    text-align: center;
  }


#s-fc47b0bd-5244-48b7-8c20-4b80cae7de31.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fc47b0bd-5244-48b7-8c20-4b80cae7de31-root {
    text-align: center;
  }


#s-fc47b0bd-5244-48b7-8c20-4b80cae7de31.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-9e11cbfd-11c3-4063-917e-b1d7a076d3f9 {
  text-align: center;
}







  #s-9e11cbfd-11c3-4063-917e-b1d7a076d3f9 img.shogun-image {
    

    
    
    
  }


#s-9e11cbfd-11c3-4063-917e-b1d7a076d3f9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7f5f7a2d-f944-4ebf-bd56-051d31b90cdc {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f5f7a2d-f944-4ebf-bd56-051d31b90cdc .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e5064a5e-b469-4081-b956-cef7dea5ee88 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-ba1eb3b8-6c78-4c78-8b15-c3502de78fad {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(143, 42, 43, 1);
border-radius: 5px;
text-align: center;
background-color: rgba(208, 44, 48, 1);
text-decoration: none;
}
#s-ba1eb3b8-6c78-4c78-8b15-c3502de78fad:hover {background-color: rgba(143, 42, 43, 1) !important;
text-decoration: none !important;}#s-ba1eb3b8-6c78-4c78-8b15-c3502de78fad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ba1eb3b8-6c78-4c78-8b15-c3502de78fad-root {
    text-align: center;
  }


#s-ba1eb3b8-6c78-4c78-8b15-c3502de78fad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ba1eb3b8-6c78-4c78-8b15-c3502de78fad-root {
    text-align: center;
  }


#s-ba1eb3b8-6c78-4c78-8b15-c3502de78fad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba1eb3b8-6c78-4c78-8b15-c3502de78fad-root {
    text-align: center;
  }


#s-ba1eb3b8-6c78-4c78-8b15-c3502de78fad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba1eb3b8-6c78-4c78-8b15-c3502de78fad-root {
    text-align: center;
  }


#s-ba1eb3b8-6c78-4c78-8b15-c3502de78fad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ba1eb3b8-6c78-4c78-8b15-c3502de78fad-root {
    text-align: center;
  }


#s-ba1eb3b8-6c78-4c78-8b15-c3502de78fad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-71f7c7c2-5c92-4990-af1e-de22431f0e64 hr {
  border-top: 1px solid #ddd;
}

#s-cac3ef06-0214-43c5-a2bd-7a90f70cb710 {
  
}

@media (min-width: 0px) {
[id="s-cac3ef06-0214-43c5-a2bd-7a90f70cb710"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cac3ef06-0214-43c5-a2bd-7a90f70cb710"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cac3ef06-0214-43c5-a2bd-7a90f70cb710"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cac3ef06-0214-43c5-a2bd-7a90f70cb710"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cac3ef06-0214-43c5-a2bd-7a90f70cb710"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cac3ef06-0214-43c5-a2bd-7a90f70cb710"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cac3ef06-0214-43c5-a2bd-7a90f70cb710"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-e20933a8-11ad-4a83-a3a7-ee47ebb0f120 {
  margin-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e20933a8-11ad-4a83-a3a7-ee47ebb0f120 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-4b17d209-ba0e-4abe-9c79-1ba9cbf21f30 {
  margin-left: 20px;
margin-right: 20px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
