.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-fab2e794-beb7-4d38-ae54-95fbddbdeb71 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fab2e794-beb7-4d38-ae54-95fbddbdeb71 {
  
}
}







#s-fab2e794-beb7-4d38-ae54-95fbddbdeb71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fab2e794-beb7-4d38-ae54-95fbddbdeb71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f650e08-4644-496f-ac2a-39410f7f5247 {
  text-align: left;
}

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

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

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

#s-95163748-7ebb-42f2-a8f0-593bff645918 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-95163748-7ebb-42f2-a8f0-593bff645918"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-95163748-7ebb-42f2-a8f0-593bff645918"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95163748-7ebb-42f2-a8f0-593bff645918"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95163748-7ebb-42f2-a8f0-593bff645918"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

#s-bf842465-9e3a-4035-89f5-05a0d57ffd7a {
  text-align: center;
}
@media (max-width: 767px){#s-bf842465-9e3a-4035-89f5-05a0d57ffd7a {
  margin-left: 20px;
}
}
#s-bf842465-9e3a-4035-89f5-05a0d57ffd7a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-bf842465-9e3a-4035-89f5-05a0d57ffd7a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}


}
.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-4e2c34af-2fa0-45ef-a1ef-355f09b3b987 {
  margin-left: 0px;
}
@media (max-width: 767px){#s-4e2c34af-2fa0-45ef-a1ef-355f09b3b987 {
  margin-left: 20px;
}
}
#s-4e2c34af-2fa0-45ef-a1ef-355f09b3b987 .shogun-countdown span, #s-4e2c34af-2fa0-45ef-a1ef-355f09b3b987 .shogun-countdown label {
  color: rgba(0, 0, 0, 1);
}
.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-a973c14b-5570-4b3f-8a38-f1735baed804 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
}
#s-a973c14b-5570-4b3f-8a38-f1735baed804:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a973c14b-5570-4b3f-8a38-f1735baed804:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a973c14b-5570-4b3f-8a38-f1735baed804 {
  margin-top: 10px;
padding-top: 8px;
padding-bottom: 8px;
}
}

  #s-a973c14b-5570-4b3f-8a38-f1735baed804-root {
    text-align: center;
  }


#s-a973c14b-5570-4b3f-8a38-f1735baed804.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a973c14b-5570-4b3f-8a38-f1735baed804-root {
    text-align: center;
  }


#s-a973c14b-5570-4b3f-8a38-f1735baed804.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a973c14b-5570-4b3f-8a38-f1735baed804-root {
    text-align: center;
  }


#s-a973c14b-5570-4b3f-8a38-f1735baed804.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a973c14b-5570-4b3f-8a38-f1735baed804-root {
    text-align: center;
  }


#s-a973c14b-5570-4b3f-8a38-f1735baed804.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a973c14b-5570-4b3f-8a38-f1735baed804-root {
    text-align: center;
  }


#s-a973c14b-5570-4b3f-8a38-f1735baed804.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-aee898c6-7712-4d98-9a95-7ed3155025b4 {
  margin-top: 75px;
background-color: rgba(244, 247, 246, 1);
}
@media (min-width: 1200px){#s-aee898c6-7712-4d98-9a95-7ed3155025b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aee898c6-7712-4d98-9a95-7ed3155025b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aee898c6-7712-4d98-9a95-7ed3155025b4 {
  
}
}@media (max-width: 767px){#s-aee898c6-7712-4d98-9a95-7ed3155025b4 {
  display: none;
}
#s-aee898c6-7712-4d98-9a95-7ed3155025b4, #wrap-s-aee898c6-7712-4d98-9a95-7ed3155025b4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-aee898c6-7712-4d98-9a95-7ed3155025b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aee898c6-7712-4d98-9a95-7ed3155025b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aee898c6-7712-4d98-9a95-7ed3155025b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aee898c6-7712-4d98-9a95-7ed3155025b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-aee898c6-7712-4d98-9a95-7ed3155025b4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-3902c797-03cd-474f-bb25-8fb471e8a9fc {
  text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-3902c797-03cd-474f-bb25-8fb471e8a9fc {
  
}
}@media (max-width: 767px){#s-3902c797-03cd-474f-bb25-8fb471e8a9fc {
  
}
}






  #s-3902c797-03cd-474f-bb25-8fb471e8a9fc img.shogun-image {
    

    
    
    
  }


#s-3902c797-03cd-474f-bb25-8fb471e8a9fc .shogun-image-content {
  
    align-items: center;
  
}

#s-b06cc264-1188-47d3-8237-54496e4bf9a5 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b06cc264-1188-47d3-8237-54496e4bf9a5 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-b06cc264-1188-47d3-8237-54496e4bf9a5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-751ff39e-4eab-4f77-9f99-0e37c2f91f77 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-751ff39e-4eab-4f77-9f99-0e37c2f91f77 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-751ff39e-4eab-4f77-9f99-0e37c2f91f77 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-80deb022-c751-4ebe-a159-ec2c7516e8a6 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-80deb022-c751-4ebe-a159-ec2c7516e8a6 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-80deb022-c751-4ebe-a159-ec2c7516e8a6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-cefca8d1-155b-4c17-b8b3-a059b2ec075c {
  margin-top: 20px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
}
#s-cefca8d1-155b-4c17-b8b3-a059b2ec075c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cefca8d1-155b-4c17-b8b3-a059b2ec075c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cefca8d1-155b-4c17-b8b3-a059b2ec075c-root {
    text-align: center;
  }


#s-cefca8d1-155b-4c17-b8b3-a059b2ec075c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cefca8d1-155b-4c17-b8b3-a059b2ec075c-root {
    text-align: center;
  }


#s-cefca8d1-155b-4c17-b8b3-a059b2ec075c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cefca8d1-155b-4c17-b8b3-a059b2ec075c-root {
    text-align: center;
  }


#s-cefca8d1-155b-4c17-b8b3-a059b2ec075c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cefca8d1-155b-4c17-b8b3-a059b2ec075c-root {
    text-align: center;
  }


#s-cefca8d1-155b-4c17-b8b3-a059b2ec075c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cefca8d1-155b-4c17-b8b3-a059b2ec075c-root {
    text-align: center;
  }


#s-cefca8d1-155b-4c17-b8b3-a059b2ec075c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
.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-c3d78e8e-48dd-4401-9c84-891ee61da1a0 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-c3d78e8e-48dd-4401-9c84-891ee61da1a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3d78e8e-48dd-4401-9c84-891ee61da1a0 {
  
}
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-3061d3d5-c981-4121-8bd3-cb1bea6a357f {
  margin-top: 60px;
max-width: 800px;
aspect-ratio: 800/1400;
text-align: center;
}
@media (min-width: 1200px){#s-3061d3d5-c981-4121-8bd3-cb1bea6a357f {
  display: none;
}
#s-3061d3d5-c981-4121-8bd3-cb1bea6a357f, #wrap-s-3061d3d5-c981-4121-8bd3-cb1bea6a357f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3061d3d5-c981-4121-8bd3-cb1bea6a357f {
  display: none;
}
#s-3061d3d5-c981-4121-8bd3-cb1bea6a357f, #wrap-s-3061d3d5-c981-4121-8bd3-cb1bea6a357f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3061d3d5-c981-4121-8bd3-cb1bea6a357f {
  display: none;
}
#s-3061d3d5-c981-4121-8bd3-cb1bea6a357f, #wrap-s-3061d3d5-c981-4121-8bd3-cb1bea6a357f { display:none !important; }}




  #s-3061d3d5-c981-4121-8bd3-cb1bea6a357f img.shogun-image,
  #s-3061d3d5-c981-4121-8bd3-cb1bea6a357f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3061d3d5-c981-4121-8bd3-cb1bea6a357f {
    width: 100%;
    height: auto;
  }



  img.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shogun-image {
    
    
  }


.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f .shogun-image-content {
  
    align-items: center;
  
}

.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shg-align-container {
  text-align: center
}

.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-3061d3d5-c981-4121-8bd3-cb1bea6a357f img.shogun-image,
  #s-3061d3d5-c981-4121-8bd3-cb1bea6a357f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3061d3d5-c981-4121-8bd3-cb1bea6a357f {
    width: 100%;
    height: auto;
  }



  img.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shogun-image {
    
    
  }


.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f .shogun-image-content {
  
    align-items: center;
  
}

.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shg-align-container {
  text-align: center
}

.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shogun-image {
  box-sizing: border-box;
}


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



  #s-3061d3d5-c981-4121-8bd3-cb1bea6a357f img.shogun-image,
  #s-3061d3d5-c981-4121-8bd3-cb1bea6a357f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3061d3d5-c981-4121-8bd3-cb1bea6a357f {
    width: 100%;
    height: auto;
  }



  img.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shogun-image {
    
    
  }


.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f .shogun-image-content {
  
    align-items: center;
  
}

.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shg-align-container {
  text-align: center
}

.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shogun-image {
  box-sizing: border-box;
}


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



  #s-3061d3d5-c981-4121-8bd3-cb1bea6a357f img.shogun-image,
  #s-3061d3d5-c981-4121-8bd3-cb1bea6a357f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3061d3d5-c981-4121-8bd3-cb1bea6a357f {
    width: 100%;
    height: auto;
  }



  img.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shogun-image {
    
    
  }


.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f .shogun-image-content {
  
    align-items: center;
  
}

.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shg-align-container {
  text-align: center
}

.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shogun-image {
  box-sizing: border-box;
}


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



  #s-3061d3d5-c981-4121-8bd3-cb1bea6a357f img.shogun-image,
  #s-3061d3d5-c981-4121-8bd3-cb1bea6a357f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3061d3d5-c981-4121-8bd3-cb1bea6a357f {
    width: 100%;
    height: auto;
  }



  img.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shogun-image {
    
    
  }


.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f .shogun-image-content {
  
    align-items: center;
  
}

.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shg-align-container {
  text-align: center
}

.s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3061d3d5-c981-4121-8bd3-cb1bea6a357f.shogun-image {
  box-sizing: border-box;
}


}
#s-0c3d11c2-c453-46b1-bdd3-be9a9a67915e {
  padding-top: 30px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
background-color: rgba(246, 246, 246, 1);
}
@media (max-width: 767px){#s-0c3d11c2-c453-46b1-bdd3-be9a9a67915e {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-0c3d11c2-c453-46b1-bdd3-be9a9a67915e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-0c3d11c2-c453-46b1-bdd3-be9a9a67915e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0c3d11c2-c453-46b1-bdd3-be9a9a67915e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0c3d11c2-c453-46b1-bdd3-be9a9a67915e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8c74756a-eff7-492c-9ece-74015a910902 {
  text-align: center;
}







  #s-8c74756a-eff7-492c-9ece-74015a910902 img.shogun-image {
    

    
    
    
  }


#s-8c74756a-eff7-492c-9ece-74015a910902 .shogun-image-content {
  
    align-items: center;
  
}

#s-cdd9add5-9f4d-446f-acbc-64c56a125626 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}
@media (min-width: 1200px){#s-cdd9add5-9f4d-446f-acbc-64c56a125626 {
  max-width: 70%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cdd9add5-9f4d-446f-acbc-64c56a125626 {
  max-width: 70%;
}
}






  #s-cdd9add5-9f4d-446f-acbc-64c56a125626 img.shogun-image {
    

    
    
    
  }


#s-cdd9add5-9f4d-446f-acbc-64c56a125626 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8c92874-7ee8-400d-9bfb-371e5cffbb20 {
  text-align: center;
}







  #s-f8c92874-7ee8-400d-9bfb-371e5cffbb20 img.shogun-image {
    

    
    
    
  }


#s-f8c92874-7ee8-400d-9bfb-371e5cffbb20 .shogun-image-content {
  
    align-items: center;
  
}

#s-07667e9e-6288-4134-8573-e6944ab2d38a {
  text-align: center;
}







  #s-07667e9e-6288-4134-8573-e6944ab2d38a img.shogun-image {
    

    
    
    
  }


#s-07667e9e-6288-4134-8573-e6944ab2d38a .shogun-image-content {
  
    align-items: center;
  
}

#s-53d2eaab-6266-40c3-a3b8-cd8ac1d88a80 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-53d2eaab-6266-40c3-a3b8-cd8ac1d88a80 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53d2eaab-6266-40c3-a3b8-cd8ac1d88a80 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-53d2eaab-6266-40c3-a3b8-cd8ac1d88a80 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-53d2eaab-6266-40c3-a3b8-cd8ac1d88a80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53d2eaab-6266-40c3-a3b8-cd8ac1d88a80"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-53d2eaab-6266-40c3-a3b8-cd8ac1d88a80"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-53d2eaab-6266-40c3-a3b8-cd8ac1d88a80"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-53d2eaab-6266-40c3-a3b8-cd8ac1d88a80"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-53d2eaab-6266-40c3-a3b8-cd8ac1d88a80"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-53d2eaab-6266-40c3-a3b8-cd8ac1d88a80"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-900c155a-d6a9-47f9-8dd0-19793ce24069 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-900c155a-d6a9-47f9-8dd0-19793ce24069 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-bc5fe934-891b-4d15-9500-8c54b93b3352 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  img.s-bc5fe934-891b-4d15-9500-8c54b93b3352.shogun-image {
    
    
  }


.s-bc5fe934-891b-4d15-9500-8c54b93b3352 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc5fe934-891b-4d15-9500-8c54b93b3352.shg-align-container {
  text-align: center
}

.s-bc5fe934-891b-4d15-9500-8c54b93b3352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5fe934-891b-4d15-9500-8c54b93b3352.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bc5fe934-891b-4d15-9500-8c54b93b3352.shogun-image {
    
    
  }


.s-bc5fe934-891b-4d15-9500-8c54b93b3352 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc5fe934-891b-4d15-9500-8c54b93b3352.shg-align-container {
  text-align: center
}

.s-bc5fe934-891b-4d15-9500-8c54b93b3352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5fe934-891b-4d15-9500-8c54b93b3352.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bc5fe934-891b-4d15-9500-8c54b93b3352.shogun-image {
    
    
  }


.s-bc5fe934-891b-4d15-9500-8c54b93b3352 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc5fe934-891b-4d15-9500-8c54b93b3352.shg-align-container {
  text-align: center
}

.s-bc5fe934-891b-4d15-9500-8c54b93b3352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5fe934-891b-4d15-9500-8c54b93b3352.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bc5fe934-891b-4d15-9500-8c54b93b3352.shogun-image {
    
    
  }


.s-bc5fe934-891b-4d15-9500-8c54b93b3352 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc5fe934-891b-4d15-9500-8c54b93b3352.shg-align-container {
  text-align: center
}

.s-bc5fe934-891b-4d15-9500-8c54b93b3352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5fe934-891b-4d15-9500-8c54b93b3352.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bc5fe934-891b-4d15-9500-8c54b93b3352.shogun-image {
    
    
  }


.s-bc5fe934-891b-4d15-9500-8c54b93b3352 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc5fe934-891b-4d15-9500-8c54b93b3352.shg-align-container {
  text-align: center
}

.s-bc5fe934-891b-4d15-9500-8c54b93b3352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5fe934-891b-4d15-9500-8c54b93b3352.shogun-image {
  box-sizing: border-box;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-d63bae6e-1fab-43e4-b2b1-e3a3574356bd {
  margin-left: 0px;
margin-right: 0px;
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(142, 174, 189, 1);
border-style: solid;
}

#s-d63bae6e-1fab-43e4-b2b1-e3a3574356bd .shg-sld-dot {
  background-color: rgba(142, 174, 189, 1);
}

#s-d63bae6e-1fab-43e4-b2b1-e3a3574356bd .shg-sld-nav-button.shg-sld-left,
#s-d63bae6e-1fab-43e4-b2b1-e3a3574356bd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(142, 174, 189, 1);
}

#s-588b4dae-9023-4a3a-af01-9337f9a414c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-588b4dae-9023-4a3a-af01-9337f9a414c6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-c1139de2-c07b-48ec-94b6-4fe5c0b0d5c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1139de2-c07b-48ec-94b6-4fe5c0b0d5c4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-3139eb6f-257d-4bca-a99e-e3d20f955295 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3139eb6f-257d-4bca-a99e-e3d20f955295 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-9fe1adb1-b225-4cb3-8667-875099efbaa7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9fe1adb1-b225-4cb3-8667-875099efbaa7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-7ab94532-9abb-4981-ad94-1eb73400a584 {
  margin-left: 5px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-7ab94532-9abb-4981-ad94-1eb73400a584 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ab94532-9abb-4981-ad94-1eb73400a584 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ab94532-9abb-4981-ad94-1eb73400a584 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-7ab94532-9abb-4981-ad94-1eb73400a584 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-6d2242f7-a268-4812-abbd-8ef7205eb857 {
  margin-left: 5px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-6d2242f7-a268-4812-abbd-8ef7205eb857 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d2242f7-a268-4812-abbd-8ef7205eb857 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d2242f7-a268-4812-abbd-8ef7205eb857 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-6d2242f7-a268-4812-abbd-8ef7205eb857 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-a559ad50-3ff9-4871-bdcb-af123fbb27e3 {
  margin-left: 5px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-a559ad50-3ff9-4871-bdcb-af123fbb27e3 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a559ad50-3ff9-4871-bdcb-af123fbb27e3 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a559ad50-3ff9-4871-bdcb-af123fbb27e3 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-a559ad50-3ff9-4871-bdcb-af123fbb27e3 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-ff46962a-0341-43b2-b1af-1c4234b08f8d {
  margin-left: 5px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-ff46962a-0341-43b2-b1af-1c4234b08f8d {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff46962a-0341-43b2-b1af-1c4234b08f8d {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff46962a-0341-43b2-b1af-1c4234b08f8d {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-ff46962a-0341-43b2-b1af-1c4234b08f8d {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-1297a473-aed2-4651-aef4-1a2316baa83d {
  margin-top: 5px;
margin-left: 30px;
margin-bottom: 5px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-1297a473-aed2-4651-aef4-1a2316baa83d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1297a473-aed2-4651-aef4-1a2316baa83d {
  
}
}
#s-9f4a5d7e-1f93-42e9-9c9e-ac7ff6f85a6d {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9f4a5d7e-1f93-42e9-9c9e-ac7ff6f85a6d {
  margin-top: 60px;
margin-bottom: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f4a5d7e-1f93-42e9-9c9e-ac7ff6f85a6d {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f4a5d7e-1f93-42e9-9c9e-ac7ff6f85a6d {
  margin-top: 40px;
margin-bottom: 40px;
}
}
#s-9f4a5d7e-1f93-42e9-9c9e-ac7ff6f85a6d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-34edede4-4da5-4fd7-9cf2-44548c3f7c9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34edede4-4da5-4fd7-9cf2-44548c3f7c9d .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-34edede4-4da5-4fd7-9cf2-44548c3f7c9d .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-b0671f7e-017a-49fc-93c0-f926ffdc78aa {
  text-align: center;
}







  img.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shogun-image {
    
    
  }


.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shg-align-container {
  text-align: center
}

.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shogun-image {
    
    
  }


.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shg-align-container {
  text-align: center
}

.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shogun-image {
    
    
  }


.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shg-align-container {
  text-align: center
}

.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shogun-image {
    
    
  }


.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shg-align-container {
  text-align: center
}

.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shogun-image {
    
    
  }


.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shg-align-container {
  text-align: center
}

.s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0671f7e-017a-49fc-93c0-f926ffdc78aa.shogun-image {
  box-sizing: border-box;
}


}
#s-e12c07c8-5e49-4292-8284-9909954fa0b6 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-e12c07c8-5e49-4292-8284-9909954fa0b6 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e12c07c8-5e49-4292-8284-9909954fa0b6 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-e12c07c8-5e49-4292-8284-9909954fa0b6 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-e12c07c8-5e49-4292-8284-9909954fa0b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e12c07c8-5e49-4292-8284-9909954fa0b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e12c07c8-5e49-4292-8284-9909954fa0b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e12c07c8-5e49-4292-8284-9909954fa0b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e12c07c8-5e49-4292-8284-9909954fa0b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e12c07c8-5e49-4292-8284-9909954fa0b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e12c07c8-5e49-4292-8284-9909954fa0b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-0e6e69be-88d8-4238-8a59-4b7371201bb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e6e69be-88d8-4238-8a59-4b7371201bb3 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-0e6e69be-88d8-4238-8a59-4b7371201bb3 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-940af89f-5328-4090-a8d4-957c23c6bc25 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-a7b9fccb-dfbf-436c-b56a-f4aff86c2252 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-a7b9fccb-dfbf-436c-b56a-f4aff86c2252 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7b9fccb-dfbf-436c-b56a-f4aff86c2252 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-a7b9fccb-dfbf-436c-b56a-f4aff86c2252 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-a7b9fccb-dfbf-436c-b56a-f4aff86c2252"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7b9fccb-dfbf-436c-b56a-f4aff86c2252"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7b9fccb-dfbf-436c-b56a-f4aff86c2252"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7b9fccb-dfbf-436c-b56a-f4aff86c2252"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1db62a71-30b6-4618-bdcd-2bec3645bb4a {
  text-align: center;
}







  img.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shogun-image {
    
    
  }


.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a .shogun-image-content {
  
    align-items: center;
  
}

.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shg-align-container {
  text-align: center
}

.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shogun-image {
    
    
  }


.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a .shogun-image-content {
  
    align-items: center;
  
}

.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shg-align-container {
  text-align: center
}

.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shogun-image {
    
    
  }


.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a .shogun-image-content {
  
    align-items: center;
  
}

.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shg-align-container {
  text-align: center
}

.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shogun-image {
    
    
  }


.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a .shogun-image-content {
  
    align-items: center;
  
}

.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shg-align-container {
  text-align: center
}

.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shogun-image {
    
    
  }


.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a .shogun-image-content {
  
    align-items: center;
  
}

.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shg-align-container {
  text-align: center
}

.s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1db62a71-30b6-4618-bdcd-2bec3645bb4a.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 1200px){#s-eedba1d5-4f7a-427d-9ddc-3373a258d525 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eedba1d5-4f7a-427d-9ddc-3373a258d525 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-eedba1d5-4f7a-427d-9ddc-3373a258d525 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-eedba1d5-4f7a-427d-9ddc-3373a258d525 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
@media (min-width: 1200px){#s-3ee50feb-f441-4678-a67e-ffa59fd09af3 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ee50feb-f441-4678-a67e-ffa59fd09af3 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ee50feb-f441-4678-a67e-ffa59fd09af3 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-3ee50feb-f441-4678-a67e-ffa59fd09af3 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-1774d156-9e2e-4c32-ac9f-ce0c7cf85a30 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-1774d156-9e2e-4c32-ac9f-ce0c7cf85a30 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1774d156-9e2e-4c32-ac9f-ce0c7cf85a30 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-1774d156-9e2e-4c32-ac9f-ce0c7cf85a30 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-1774d156-9e2e-4c32-ac9f-ce0c7cf85a30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1774d156-9e2e-4c32-ac9f-ce0c7cf85a30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1774d156-9e2e-4c32-ac9f-ce0c7cf85a30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1774d156-9e2e-4c32-ac9f-ce0c7cf85a30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-1774d156-9e2e-4c32-ac9f-ce0c7cf85a30"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 1200px){#s-f915a4ec-d746-4344-abbe-a72ccd34e587 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f915a4ec-d746-4344-abbe-a72ccd34e587 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f915a4ec-d746-4344-abbe-a72ccd34e587 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-f915a4ec-d746-4344-abbe-a72ccd34e587 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
@media (min-width: 1200px){#s-436ca061-fede-4b0e-af00-e27731de24f1 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-436ca061-fede-4b0e-af00-e27731de24f1 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-436ca061-fede-4b0e-af00-e27731de24f1 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-436ca061-fede-4b0e-af00-e27731de24f1 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-74ee1d41-8d04-4f22-8440-221756f5c39f {
  text-align: center;
}







  img.s-74ee1d41-8d04-4f22-8440-221756f5c39f.shogun-image {
    
    
  }


.s-74ee1d41-8d04-4f22-8440-221756f5c39f .shogun-image-content {
  
    align-items: center;
  
}

.s-74ee1d41-8d04-4f22-8440-221756f5c39f.shg-align-container {
  text-align: center
}

.s-74ee1d41-8d04-4f22-8440-221756f5c39f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74ee1d41-8d04-4f22-8440-221756f5c39f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-74ee1d41-8d04-4f22-8440-221756f5c39f.shogun-image {
    
    
  }


.s-74ee1d41-8d04-4f22-8440-221756f5c39f .shogun-image-content {
  
    align-items: center;
  
}

.s-74ee1d41-8d04-4f22-8440-221756f5c39f.shg-align-container {
  text-align: center
}

.s-74ee1d41-8d04-4f22-8440-221756f5c39f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74ee1d41-8d04-4f22-8440-221756f5c39f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-74ee1d41-8d04-4f22-8440-221756f5c39f.shogun-image {
    
    
  }


.s-74ee1d41-8d04-4f22-8440-221756f5c39f .shogun-image-content {
  
    align-items: center;
  
}

.s-74ee1d41-8d04-4f22-8440-221756f5c39f.shg-align-container {
  text-align: center
}

.s-74ee1d41-8d04-4f22-8440-221756f5c39f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74ee1d41-8d04-4f22-8440-221756f5c39f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-74ee1d41-8d04-4f22-8440-221756f5c39f.shogun-image {
    
    
  }


.s-74ee1d41-8d04-4f22-8440-221756f5c39f .shogun-image-content {
  
    align-items: center;
  
}

.s-74ee1d41-8d04-4f22-8440-221756f5c39f.shg-align-container {
  text-align: center
}

.s-74ee1d41-8d04-4f22-8440-221756f5c39f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74ee1d41-8d04-4f22-8440-221756f5c39f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-74ee1d41-8d04-4f22-8440-221756f5c39f.shogun-image {
    
    
  }


.s-74ee1d41-8d04-4f22-8440-221756f5c39f .shogun-image-content {
  
    align-items: center;
  
}

.s-74ee1d41-8d04-4f22-8440-221756f5c39f.shg-align-container {
  text-align: center
}

.s-74ee1d41-8d04-4f22-8440-221756f5c39f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74ee1d41-8d04-4f22-8440-221756f5c39f.shogun-image {
  box-sizing: border-box;
}


}
#s-df9aebc6-f34e-4ffe-b686-ac06af7322c4 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-df9aebc6-f34e-4ffe-b686-ac06af7322c4 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df9aebc6-f34e-4ffe-b686-ac06af7322c4 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-df9aebc6-f34e-4ffe-b686-ac06af7322c4 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-df9aebc6-f34e-4ffe-b686-ac06af7322c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df9aebc6-f34e-4ffe-b686-ac06af7322c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df9aebc6-f34e-4ffe-b686-ac06af7322c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df9aebc6-f34e-4ffe-b686-ac06af7322c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-538b1d37-2de7-4b18-a295-542daa15fd59 {
  text-align: center;
}







  img.s-538b1d37-2de7-4b18-a295-542daa15fd59.shogun-image {
    
    
  }


.s-538b1d37-2de7-4b18-a295-542daa15fd59 .shogun-image-content {
  
    align-items: center;
  
}

.s-538b1d37-2de7-4b18-a295-542daa15fd59.shg-align-container {
  text-align: center
}

.s-538b1d37-2de7-4b18-a295-542daa15fd59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538b1d37-2de7-4b18-a295-542daa15fd59.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-538b1d37-2de7-4b18-a295-542daa15fd59.shogun-image {
    
    
  }


.s-538b1d37-2de7-4b18-a295-542daa15fd59 .shogun-image-content {
  
    align-items: center;
  
}

.s-538b1d37-2de7-4b18-a295-542daa15fd59.shg-align-container {
  text-align: center
}

.s-538b1d37-2de7-4b18-a295-542daa15fd59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538b1d37-2de7-4b18-a295-542daa15fd59.shogun-image {
  box-sizing: border-box;
}


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





  img.s-538b1d37-2de7-4b18-a295-542daa15fd59.shogun-image {
    
    
  }


.s-538b1d37-2de7-4b18-a295-542daa15fd59 .shogun-image-content {
  
    align-items: center;
  
}

.s-538b1d37-2de7-4b18-a295-542daa15fd59.shg-align-container {
  text-align: center
}

.s-538b1d37-2de7-4b18-a295-542daa15fd59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538b1d37-2de7-4b18-a295-542daa15fd59.shogun-image {
  box-sizing: border-box;
}


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





  img.s-538b1d37-2de7-4b18-a295-542daa15fd59.shogun-image {
    
    
  }


.s-538b1d37-2de7-4b18-a295-542daa15fd59 .shogun-image-content {
  
    align-items: center;
  
}

.s-538b1d37-2de7-4b18-a295-542daa15fd59.shg-align-container {
  text-align: center
}

.s-538b1d37-2de7-4b18-a295-542daa15fd59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538b1d37-2de7-4b18-a295-542daa15fd59.shogun-image {
  box-sizing: border-box;
}


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





  img.s-538b1d37-2de7-4b18-a295-542daa15fd59.shogun-image {
    
    
  }


.s-538b1d37-2de7-4b18-a295-542daa15fd59 .shogun-image-content {
  
    align-items: center;
  
}

.s-538b1d37-2de7-4b18-a295-542daa15fd59.shg-align-container {
  text-align: center
}

.s-538b1d37-2de7-4b18-a295-542daa15fd59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538b1d37-2de7-4b18-a295-542daa15fd59.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 1200px){#s-a00eefd8-21c7-4569-8c7b-f6a360775702 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a00eefd8-21c7-4569-8c7b-f6a360775702 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a00eefd8-21c7-4569-8c7b-f6a360775702 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-a00eefd8-21c7-4569-8c7b-f6a360775702 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
@media (min-width: 1200px){#s-5cb8e0a7-4c3e-406b-a2b5-c195f4f10c3d {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5cb8e0a7-4c3e-406b-a2b5-c195f4f10c3d {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5cb8e0a7-4c3e-406b-a2b5-c195f4f10c3d {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-5cb8e0a7-4c3e-406b-a2b5-c195f4f10c3d {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-32d6b90c-1c08-4bfb-9d87-9d3930b1588d {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(244, 244, 241, 1);
}

#s-84975afc-c1ac-49c2-812b-fb04735a41b7 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-84975afc-c1ac-49c2-812b-fb04735a41b7 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-84975afc-c1ac-49c2-812b-fb04735a41b7 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-84975afc-c1ac-49c2-812b-fb04735a41b7 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-84975afc-c1ac-49c2-812b-fb04735a41b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84975afc-c1ac-49c2-812b-fb04735a41b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84975afc-c1ac-49c2-812b-fb04735a41b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84975afc-c1ac-49c2-812b-fb04735a41b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7a057726-bbd2-48b6-9848-177400861d01 {
  text-align: center;
}







  img.s-7a057726-bbd2-48b6-9848-177400861d01.shogun-image {
    
    
  }


.s-7a057726-bbd2-48b6-9848-177400861d01 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a057726-bbd2-48b6-9848-177400861d01.shg-align-container {
  text-align: center
}

.s-7a057726-bbd2-48b6-9848-177400861d01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a057726-bbd2-48b6-9848-177400861d01.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7a057726-bbd2-48b6-9848-177400861d01.shogun-image {
    
    
  }


.s-7a057726-bbd2-48b6-9848-177400861d01 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a057726-bbd2-48b6-9848-177400861d01.shg-align-container {
  text-align: center
}

.s-7a057726-bbd2-48b6-9848-177400861d01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a057726-bbd2-48b6-9848-177400861d01.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7a057726-bbd2-48b6-9848-177400861d01.shogun-image {
    
    
  }


.s-7a057726-bbd2-48b6-9848-177400861d01 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a057726-bbd2-48b6-9848-177400861d01.shg-align-container {
  text-align: center
}

.s-7a057726-bbd2-48b6-9848-177400861d01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a057726-bbd2-48b6-9848-177400861d01.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7a057726-bbd2-48b6-9848-177400861d01.shogun-image {
    
    
  }


.s-7a057726-bbd2-48b6-9848-177400861d01 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a057726-bbd2-48b6-9848-177400861d01.shg-align-container {
  text-align: center
}

.s-7a057726-bbd2-48b6-9848-177400861d01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a057726-bbd2-48b6-9848-177400861d01.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7a057726-bbd2-48b6-9848-177400861d01.shogun-image {
    
    
  }


.s-7a057726-bbd2-48b6-9848-177400861d01 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a057726-bbd2-48b6-9848-177400861d01.shg-align-container {
  text-align: center
}

.s-7a057726-bbd2-48b6-9848-177400861d01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a057726-bbd2-48b6-9848-177400861d01.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 1200px){#s-45e2bf71-0bb4-42d9-9f6f-b3180892942a {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45e2bf71-0bb4-42d9-9f6f-b3180892942a {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-45e2bf71-0bb4-42d9-9f6f-b3180892942a {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-45e2bf71-0bb4-42d9-9f6f-b3180892942a {
  margin-top: 30px;
margin-bottom: 0px;
}
}
@media (min-width: 1200px){#s-80a5089f-94f7-42a7-bc6a-e9f871069047 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80a5089f-94f7-42a7-bc6a-e9f871069047 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-80a5089f-94f7-42a7-bc6a-e9f871069047 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-80a5089f-94f7-42a7-bc6a-e9f871069047 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-7e14a73a-ff84-428d-8453-da0207d25d71 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-7e14a73a-ff84-428d-8453-da0207d25d71 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e14a73a-ff84-428d-8453-da0207d25d71 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-7e14a73a-ff84-428d-8453-da0207d25d71 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-7e14a73a-ff84-428d-8453-da0207d25d71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e14a73a-ff84-428d-8453-da0207d25d71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e14a73a-ff84-428d-8453-da0207d25d71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e14a73a-ff84-428d-8453-da0207d25d71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7e14a73a-ff84-428d-8453-da0207d25d71"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 1200px){#s-5c511158-43c2-4f93-84c3-0bbeac76a785 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c511158-43c2-4f93-84c3-0bbeac76a785 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c511158-43c2-4f93-84c3-0bbeac76a785 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-5c511158-43c2-4f93-84c3-0bbeac76a785 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
@media (min-width: 1200px){#s-0282795e-817b-4f3d-b9c0-caa635319ff8 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0282795e-817b-4f3d-b9c0-caa635319ff8 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0282795e-817b-4f3d-b9c0-caa635319ff8 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-0282795e-817b-4f3d-b9c0-caa635319ff8 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2 {
  text-align: center;
}







  img.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shogun-image {
    
    
  }


.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shg-align-container {
  text-align: center
}

.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shogun-image {
    
    
  }


.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shg-align-container {
  text-align: center
}

.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shogun-image {
    
    
  }


.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shg-align-container {
  text-align: center
}

.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shogun-image {
    
    
  }


.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shg-align-container {
  text-align: center
}

.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shogun-image {
    
    
  }


.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shg-align-container {
  text-align: center
}

.s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec1bc4cf-611b-4fb8-83ec-cbd39709e6f2.shogun-image {
  box-sizing: border-box;
}


}
#s-f861e360-1048-4e35-84b2-a149e2c7ae9f {
  margin-top: 30px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}
@media (min-width: 1200px){#s-f861e360-1048-4e35-84b2-a149e2c7ae9f {
  display: none;
}
#s-f861e360-1048-4e35-84b2-a149e2c7ae9f, #wrap-s-f861e360-1048-4e35-84b2-a149e2c7ae9f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f861e360-1048-4e35-84b2-a149e2c7ae9f {
  display: none;
}
#s-f861e360-1048-4e35-84b2-a149e2c7ae9f, #wrap-s-f861e360-1048-4e35-84b2-a149e2c7ae9f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f861e360-1048-4e35-84b2-a149e2c7ae9f {
  display: none;
}
#s-f861e360-1048-4e35-84b2-a149e2c7ae9f, #wrap-s-f861e360-1048-4e35-84b2-a149e2c7ae9f { display:none !important; }}@media (max-width: 767px){#s-f861e360-1048-4e35-84b2-a149e2c7ae9f {
  display: none;
}
#s-f861e360-1048-4e35-84b2-a149e2c7ae9f, #wrap-s-f861e360-1048-4e35-84b2-a149e2c7ae9f { display:none !important; }}







#s-f861e360-1048-4e35-84b2-a149e2c7ae9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f861e360-1048-4e35-84b2-a149e2c7ae9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f78a82af-4199-4ace-8f8c-4b7c039fa411 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f78a82af-4199-4ace-8f8c-4b7c039fa411 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 1200px){#s-482c0c6d-ff68-40ae-8754-822a3deff722 {
  display: none;
}
#s-482c0c6d-ff68-40ae-8754-822a3deff722, #wrap-s-482c0c6d-ff68-40ae-8754-822a3deff722 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-482c0c6d-ff68-40ae-8754-822a3deff722 {
  display: none;
}
#s-482c0c6d-ff68-40ae-8754-822a3deff722, #wrap-s-482c0c6d-ff68-40ae-8754-822a3deff722 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-482c0c6d-ff68-40ae-8754-822a3deff722 {
  display: none;
}
#s-482c0c6d-ff68-40ae-8754-822a3deff722, #wrap-s-482c0c6d-ff68-40ae-8754-822a3deff722 { display:none !important; }}
@media (min-width: 0px) {
[id="s-482c0c6d-ff68-40ae-8754-822a3deff722"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-482c0c6d-ff68-40ae-8754-822a3deff722"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-482c0c6d-ff68-40ae-8754-822a3deff722"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-482c0c6d-ff68-40ae-8754-822a3deff722"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-457d4b8c-119f-468e-876c-3bd64f064799 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
}

#s-9bd1e245-e712-4bb1-aef6-055b5b3770cd {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-9bd1e245-e712-4bb1-aef6-055b5b3770cd img.shogun-image {
    

    
    
    
  }


#s-9bd1e245-e712-4bb1-aef6-055b5b3770cd .shogun-image-content {
  
    align-items: center;
  
}

#s-3df04376-9967-4e46-be32-6a09c7c01d1d {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
}

#s-33c1607e-e49d-402f-93a1-00196d2a6f61 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-33c1607e-e49d-402f-93a1-00196d2a6f61 img.shogun-image {
    

    
    
    
  }


#s-33c1607e-e49d-402f-93a1-00196d2a6f61 .shogun-image-content {
  
    align-items: center;
  
}

#s-253ef8a3-4a4d-4807-b608-0d673990933c {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
}

#s-ba392f4b-aff4-4454-b197-2b2c587fc7fa {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-ba392f4b-aff4-4454-b197-2b2c587fc7fa img.shogun-image {
    

    
    
    
  }


#s-ba392f4b-aff4-4454-b197-2b2c587fc7fa .shogun-image-content {
  
    align-items: center;
  
}

#s-ee817af2-1d66-467d-a38f-a99f58011e07 {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
}

#s-877cb121-762e-4ca7-9280-6617eb44863f {
  margin-top: 10px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-877cb121-762e-4ca7-9280-6617eb44863f {
  margin-top: 0px;
display: none;
}
#s-877cb121-762e-4ca7-9280-6617eb44863f, #wrap-s-877cb121-762e-4ca7-9280-6617eb44863f { display:none !important; }}
@media (min-width: 0px) {
[id="s-877cb121-762e-4ca7-9280-6617eb44863f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-877cb121-762e-4ca7-9280-6617eb44863f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-877cb121-762e-4ca7-9280-6617eb44863f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-877cb121-762e-4ca7-9280-6617eb44863f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-877cb121-762e-4ca7-9280-6617eb44863f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-877cb121-762e-4ca7-9280-6617eb44863f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-877cb121-762e-4ca7-9280-6617eb44863f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (max-width: 767px){#s-a68c6fc8-32d0-47e8-a71d-3141fb9fcea7 {
  
}
}
@media (min-width: 0px) {
[id="s-a68c6fc8-32d0-47e8-a71d-3141fb9fcea7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a68c6fc8-32d0-47e8-a71d-3141fb9fcea7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-a68c6fc8-32d0-47e8-a71d-3141fb9fcea7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-a68c6fc8-32d0-47e8-a71d-3141fb9fcea7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-ea98a9ca-093c-459c-9898-f7e8729ac002 {
  text-align: center;
}







  #s-ea98a9ca-093c-459c-9898-f7e8729ac002 img.shogun-image {
    

    
    
    
  }


#s-ea98a9ca-093c-459c-9898-f7e8729ac002 .shogun-image-content {
  
    align-items: center;
  
}

#s-86ed04e7-8300-499f-97c2-de101c1aa91e {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-92055050-cdaa-4a86-8a44-d5b85cb3c028 {
  text-align: center;
}







  #s-92055050-cdaa-4a86-8a44-d5b85cb3c028 img.shogun-image {
    

    
    
    
  }


#s-92055050-cdaa-4a86-8a44-d5b85cb3c028 .shogun-image-content {
  
    align-items: center;
  
}

#s-db4e49a7-9ece-4b6e-b8f4-95ed33379791 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-06b7619e-db4a-4737-bb1e-f839a9d3633e {
  text-align: center;
}







  #s-06b7619e-db4a-4737-bb1e-f839a9d3633e img.shogun-image {
    

    
    
    
  }


#s-06b7619e-db4a-4737-bb1e-f839a9d3633e .shogun-image-content {
  
    align-items: center;
  
}

#s-13fcbaf0-8d78-4f09-b2e6-bc7c2735793f {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-466a2d60-f9b8-4a73-a6ba-ffee9dca3a6d {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-466a2d60-f9b8-4a73-a6ba-ffee9dca3a6d {
  display: none;
}
#s-466a2d60-f9b8-4a73-a6ba-ffee9dca3a6d, #wrap-s-466a2d60-f9b8-4a73-a6ba-ffee9dca3a6d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-466a2d60-f9b8-4a73-a6ba-ffee9dca3a6d {
  display: none;
}
#s-466a2d60-f9b8-4a73-a6ba-ffee9dca3a6d, #wrap-s-466a2d60-f9b8-4a73-a6ba-ffee9dca3a6d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-466a2d60-f9b8-4a73-a6ba-ffee9dca3a6d {
  display: none;
}
#s-466a2d60-f9b8-4a73-a6ba-ffee9dca3a6d, #wrap-s-466a2d60-f9b8-4a73-a6ba-ffee9dca3a6d { display:none !important; }}@media (max-width: 767px){#s-466a2d60-f9b8-4a73-a6ba-ffee9dca3a6d {
  display: none;
}
#s-466a2d60-f9b8-4a73-a6ba-ffee9dca3a6d, #wrap-s-466a2d60-f9b8-4a73-a6ba-ffee9dca3a6d { display:none !important; }}
#s-478b8ff1-474b-4271-9a6b-6373aeda6eb9 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-478b8ff1-474b-4271-9a6b-6373aeda6eb9 {
  display: none;
}
#s-478b8ff1-474b-4271-9a6b-6373aeda6eb9, #wrap-s-478b8ff1-474b-4271-9a6b-6373aeda6eb9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-478b8ff1-474b-4271-9a6b-6373aeda6eb9 {
  display: none;
}
#s-478b8ff1-474b-4271-9a6b-6373aeda6eb9, #wrap-s-478b8ff1-474b-4271-9a6b-6373aeda6eb9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-478b8ff1-474b-4271-9a6b-6373aeda6eb9 {
  display: none;
}
#s-478b8ff1-474b-4271-9a6b-6373aeda6eb9, #wrap-s-478b8ff1-474b-4271-9a6b-6373aeda6eb9 { display:none !important; }}@media (max-width: 767px){#s-478b8ff1-474b-4271-9a6b-6373aeda6eb9 {
  display: none;
}
#s-478b8ff1-474b-4271-9a6b-6373aeda6eb9, #wrap-s-478b8ff1-474b-4271-9a6b-6373aeda6eb9 { display:none !important; }}







#s-478b8ff1-474b-4271-9a6b-6373aeda6eb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-478b8ff1-474b-4271-9a6b-6373aeda6eb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2ac9980-7d25-4bb8-8829-61c3f5fdde98 {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c2ac9980-7d25-4bb8-8829-61c3f5fdde98 {
  margin-top: 40px;
margin-bottom: 20px;
}
}
#s-c2ac9980-7d25-4bb8-8829-61c3f5fdde98 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-65ea8b3f-c848-4351-ad66-db69c83e7f01 {
  margin-top: 10px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-65ea8b3f-c848-4351-ad66-db69c83e7f01 {
  margin-top: 40px;
margin-bottom: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65ea8b3f-c848-4351-ad66-db69c83e7f01 {
  margin-top: 40px;
margin-bottom: 80px;
}
}@media (max-width: 767px){#s-65ea8b3f-c848-4351-ad66-db69c83e7f01 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-65ea8b3f-c848-4351-ad66-db69c83e7f01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65ea8b3f-c848-4351-ad66-db69c83e7f01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65ea8b3f-c848-4351-ad66-db69c83e7f01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65ea8b3f-c848-4351-ad66-db69c83e7f01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65ea8b3f-c848-4351-ad66-db69c83e7f01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65ea8b3f-c848-4351-ad66-db69c83e7f01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65ea8b3f-c848-4351-ad66-db69c83e7f01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-65ea8b3f-c848-4351-ad66-db69c83e7f01"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b009c4e3-1ba0-441e-9c2d-f2ffc0449201 {
  text-align: center;
}







  #s-b009c4e3-1ba0-441e-9c2d-f2ffc0449201 img.shogun-image {
    

    
    
    
  }


#s-b009c4e3-1ba0-441e-9c2d-f2ffc0449201 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbc1609d-1c5c-4e57-a743-d1c3e16e01c0 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-fbc1609d-1c5c-4e57-a743-d1c3e16e01c0 {
  margin-top: 10px;
}
}
#s-fbc1609d-1c5c-4e57-a743-d1c3e16e01c0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "PT Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-f3aca8e4-88d7-4851-b50d-6f9b244b1c56 {
  margin-left: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-f3aca8e4-88d7-4851-b50d-6f9b244b1c56 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-6168d2f2-5743-43c7-8208-2dff78fd3d87 {
  margin-top: 10px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-6168d2f2-5743-43c7-8208-2dff78fd3d87 {
  margin-top: 40px;
margin-bottom: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6168d2f2-5743-43c7-8208-2dff78fd3d87 {
  margin-top: 39px;
margin-bottom: 80px;
}
}@media (max-width: 767px){#s-6168d2f2-5743-43c7-8208-2dff78fd3d87 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-6168d2f2-5743-43c7-8208-2dff78fd3d87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6168d2f2-5743-43c7-8208-2dff78fd3d87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6168d2f2-5743-43c7-8208-2dff78fd3d87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6168d2f2-5743-43c7-8208-2dff78fd3d87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6168d2f2-5743-43c7-8208-2dff78fd3d87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6168d2f2-5743-43c7-8208-2dff78fd3d87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6168d2f2-5743-43c7-8208-2dff78fd3d87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-ce6674af-414b-4632-acb5-96e345bde65a {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-ce6674af-414b-4632-acb5-96e345bde65a {
  margin-top: 10px;
}
}
#s-ce6674af-414b-4632-acb5-96e345bde65a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "PT Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-43199307-578c-43ab-9085-17ece3bac538 {
  margin-left: 20px;
margin-right: 20px;
}
@media (max-width: 767px){#s-43199307-578c-43ab-9085-17ece3bac538 {
  margin-top: 18px;
margin-bottom: 18px;
padding-bottom: 30px;
}
}
#s-e900ee62-2609-4e1e-84cc-978197c08cb6 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (max-width: 767px){#s-e900ee62-2609-4e1e-84cc-978197c08cb6 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-e900ee62-2609-4e1e-84cc-978197c08cb6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e900ee62-2609-4e1e-84cc-978197c08cb6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e900ee62-2609-4e1e-84cc-978197c08cb6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e900ee62-2609-4e1e-84cc-978197c08cb6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d32f3be8-e0e4-4d14-9c34-848ce60ac13d {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-d32f3be8-e0e4-4d14-9c34-848ce60ac13d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-d32f3be8-e0e4-4d14-9c34-848ce60ac13d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-d32f3be8-e0e4-4d14-9c34-848ce60ac13d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-d32f3be8-e0e4-4d14-9c34-848ce60ac13d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
@media (min-width: 1200px){#s-6e9f9cc4-7e67-4010-ab0c-8f6b40d2fdc2 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e9f9cc4-7e67-4010-ab0c-8f6b40d2fdc2 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e9f9cc4-7e67-4010-ab0c-8f6b40d2fdc2 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-6e9f9cc4-7e67-4010-ab0c-8f6b40d2fdc2 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-97cab54c-91d5-4fb6-9410-24fba0219ffe {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-97cab54c-91d5-4fb6-9410-24fba0219ffe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-97cab54c-91d5-4fb6-9410-24fba0219ffe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-97cab54c-91d5-4fb6-9410-24fba0219ffe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-97cab54c-91d5-4fb6-9410-24fba0219ffe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
@media (min-width: 1200px){#s-a55b5373-25f5-4605-87c7-63f0b228fe86 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a55b5373-25f5-4605-87c7-63f0b228fe86 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a55b5373-25f5-4605-87c7-63f0b228fe86 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-a55b5373-25f5-4605-87c7-63f0b228fe86 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-66d6f5c2-885d-4f30-824a-c4c487d64715 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}
@media (max-width: 767px){#s-66d6f5c2-885d-4f30-824a-c4c487d64715 {
  margin-top: 40px;
margin-bottom: 0px;
}
}
#s-66d6f5c2-885d-4f30-824a-c4c487d64715 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-66d6f5c2-885d-4f30-824a-c4c487d64715 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-66d6f5c2-885d-4f30-824a-c4c487d64715 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-66d6f5c2-885d-4f30-824a-c4c487d64715 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
@media (min-width: 1200px){#s-6317812e-f69b-402c-a771-0154c525866c {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6317812e-f69b-402c-a771-0154c525866c {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6317812e-f69b-402c-a771-0154c525866c {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-6317812e-f69b-402c-a771-0154c525866c {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-a158a319-a670-4cad-b50e-2e41507fe809 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}
@media (max-width: 767px){#s-a158a319-a670-4cad-b50e-2e41507fe809 {
  margin-top: 40px;
margin-bottom: 0px;
}
}
#s-a158a319-a670-4cad-b50e-2e41507fe809 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-a158a319-a670-4cad-b50e-2e41507fe809 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a158a319-a670-4cad-b50e-2e41507fe809 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-a158a319-a670-4cad-b50e-2e41507fe809 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
@media (min-width: 1200px){#s-d6701124-3fde-4d12-85fd-e962b1720a30 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6701124-3fde-4d12-85fd-e962b1720a30 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6701124-3fde-4d12-85fd-e962b1720a30 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-d6701124-3fde-4d12-85fd-e962b1720a30 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-1fecc965-48cf-4b27-bfbd-5ae7dac13e0d {
  text-align: center;
}







  #s-1fecc965-48cf-4b27-bfbd-5ae7dac13e0d img.shogun-image {
    

    
    
    
  }


#s-1fecc965-48cf-4b27-bfbd-5ae7dac13e0d .shogun-image-content {
  
    align-items: center;
  
}

#s-1e5e0320-cb08-49ab-ab7e-7ae4993dd3a8 {
  margin-top: 10px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-1e5e0320-cb08-49ab-ab7e-7ae4993dd3a8 {
  margin-top: 60px;
margin-bottom: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e5e0320-cb08-49ab-ab7e-7ae4993dd3a8 {
  margin-top: 60px;
margin-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e5e0320-cb08-49ab-ab7e-7ae4993dd3a8 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-1e5e0320-cb08-49ab-ab7e-7ae4993dd3a8 {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-1e5e0320-cb08-49ab-ab7e-7ae4993dd3a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e5e0320-cb08-49ab-ab7e-7ae4993dd3a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e5e0320-cb08-49ab-ab7e-7ae4993dd3a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e5e0320-cb08-49ab-ab7e-7ae4993dd3a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e5e0320-cb08-49ab-ab7e-7ae4993dd3a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e5e0320-cb08-49ab-ab7e-7ae4993dd3a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e5e0320-cb08-49ab-ab7e-7ae4993dd3a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-1e5e0320-cb08-49ab-ab7e-7ae4993dd3a8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f31835fe-c0e0-4dc7-8277-af387064607b {
  text-align: center;
}







  #s-f31835fe-c0e0-4dc7-8277-af387064607b img.shogun-image {
    

    
    
    
  }


#s-f31835fe-c0e0-4dc7-8277-af387064607b .shogun-image-content {
  
    align-items: center;
  
}

#s-c709be6a-2323-4f61-af50-2197df21c123 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c709be6a-2323-4f61-af50-2197df21c123 {
  margin-top: 40px;
}
}
#s-c709be6a-2323-4f61-af50-2197df21c123 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "PT Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-c06d58b5-d82b-41be-8f1e-2a1267753450 {
  margin-left: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-c06d58b5-d82b-41be-8f1e-2a1267753450 {
  margin-bottom: 30px;
}
}
#s-077df6be-6f3a-4ce0-9bb3-358762851646 {
  margin-top: 30px;
margin-bottom: 5px;
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(241, 88, 75, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(241, 88, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-077df6be-6f3a-4ce0-9bb3-358762851646:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-077df6be-6f3a-4ce0-9bb3-358762851646:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-077df6be-6f3a-4ce0-9bb3-358762851646-root {
    text-align: center;
  }


#s-077df6be-6f3a-4ce0-9bb3-358762851646.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-077df6be-6f3a-4ce0-9bb3-358762851646-root {
    text-align: center;
  }


#s-077df6be-6f3a-4ce0-9bb3-358762851646.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-077df6be-6f3a-4ce0-9bb3-358762851646-root {
    text-align: center;
  }


#s-077df6be-6f3a-4ce0-9bb3-358762851646.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-077df6be-6f3a-4ce0-9bb3-358762851646-root {
    text-align: center;
  }


#s-077df6be-6f3a-4ce0-9bb3-358762851646.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-077df6be-6f3a-4ce0-9bb3-358762851646-root {
    text-align: center;
  }


#s-077df6be-6f3a-4ce0-9bb3-358762851646.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f87c551e-a769-4b3c-a62d-eeaa5ec00af3 {
  margin-top: 40px;
margin-bottom: 30px;
padding-top: 80px;
padding-bottom: 80px;
min-height: 0px;
background-color: rgba(255, 228, 223, 1);
}
@media (min-width: 1200px){#s-f87c551e-a769-4b3c-a62d-eeaa5ec00af3 {
  display: none;
}
#s-f87c551e-a769-4b3c-a62d-eeaa5ec00af3, #wrap-s-f87c551e-a769-4b3c-a62d-eeaa5ec00af3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f87c551e-a769-4b3c-a62d-eeaa5ec00af3 {
  display: none;
}
#s-f87c551e-a769-4b3c-a62d-eeaa5ec00af3, #wrap-s-f87c551e-a769-4b3c-a62d-eeaa5ec00af3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f87c551e-a769-4b3c-a62d-eeaa5ec00af3 {
  display: none;
}
#s-f87c551e-a769-4b3c-a62d-eeaa5ec00af3, #wrap-s-f87c551e-a769-4b3c-a62d-eeaa5ec00af3 { display:none !important; }}@media (max-width: 767px){#s-f87c551e-a769-4b3c-a62d-eeaa5ec00af3 {
  display: none;
}
#s-f87c551e-a769-4b3c-a62d-eeaa5ec00af3, #wrap-s-f87c551e-a769-4b3c-a62d-eeaa5ec00af3 { display:none !important; }}







#s-f87c551e-a769-4b3c-a62d-eeaa5ec00af3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f87c551e-a769-4b3c-a62d-eeaa5ec00af3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-963e0789-9a3f-4a45-a887-83f3355e76bd {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-963e0789-9a3f-4a45-a887-83f3355e76bd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b6f5d307-de3e-4373-9663-76c63f06ffe7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-980a7530-bdfb-40e9-84c0-c12ba9c4b611 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (max-width: 767px){#s-980a7530-bdfb-40e9-84c0-c12ba9c4b611 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-980a7530-bdfb-40e9-84c0-c12ba9c4b611"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-980a7530-bdfb-40e9-84c0-c12ba9c4b611"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-980a7530-bdfb-40e9-84c0-c12ba9c4b611"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-980a7530-bdfb-40e9-84c0-c12ba9c4b611"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-19ec7cb5-3ec2-4937-b9b9-45a23e833788 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-19ec7cb5-3ec2-4937-b9b9-45a23e833788 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-19ec7cb5-3ec2-4937-b9b9-45a23e833788 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-19ec7cb5-3ec2-4937-b9b9-45a23e833788 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-19ec7cb5-3ec2-4937-b9b9-45a23e833788 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
@media (min-width: 1200px){#s-d86424d2-17be-4df0-9d62-9ac6a698c489 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d86424d2-17be-4df0-9d62-9ac6a698c489 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d86424d2-17be-4df0-9d62-9ac6a698c489 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-d86424d2-17be-4df0-9d62-9ac6a698c489 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-7d2482a4-9159-4586-8f52-ef70a2d2ad7f {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-7d2482a4-9159-4586-8f52-ef70a2d2ad7f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-7d2482a4-9159-4586-8f52-ef70a2d2ad7f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-7d2482a4-9159-4586-8f52-ef70a2d2ad7f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-7d2482a4-9159-4586-8f52-ef70a2d2ad7f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
@media (min-width: 1200px){#s-2507467e-9082-4d81-969e-f7a75ef056a6 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2507467e-9082-4d81-969e-f7a75ef056a6 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2507467e-9082-4d81-969e-f7a75ef056a6 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-2507467e-9082-4d81-969e-f7a75ef056a6 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-d71fcd65-8a8d-46f2-9b24-07ab47604f83 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}
@media (max-width: 767px){#s-d71fcd65-8a8d-46f2-9b24-07ab47604f83 {
  margin-top: 40px;
margin-bottom: 0px;
}
}
#s-d71fcd65-8a8d-46f2-9b24-07ab47604f83 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-d71fcd65-8a8d-46f2-9b24-07ab47604f83 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-d71fcd65-8a8d-46f2-9b24-07ab47604f83 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-d71fcd65-8a8d-46f2-9b24-07ab47604f83 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
@media (min-width: 1200px){#s-a3ee2099-9028-4d07-9878-0e6fab33181d {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3ee2099-9028-4d07-9878-0e6fab33181d {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3ee2099-9028-4d07-9878-0e6fab33181d {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-a3ee2099-9028-4d07-9878-0e6fab33181d {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-0b19bd7f-6012-4266-89f9-336777ac07a9 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}
@media (max-width: 767px){#s-0b19bd7f-6012-4266-89f9-336777ac07a9 {
  margin-top: 40px;
margin-bottom: 0px;
}
}
#s-0b19bd7f-6012-4266-89f9-336777ac07a9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-0b19bd7f-6012-4266-89f9-336777ac07a9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-0b19bd7f-6012-4266-89f9-336777ac07a9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-0b19bd7f-6012-4266-89f9-336777ac07a9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
@media (min-width: 1200px){#s-abc45a5a-fe7d-467d-a665-a3874eaf2c44 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-abc45a5a-fe7d-467d-a665-a3874eaf2c44 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-abc45a5a-fe7d-467d-a665-a3874eaf2c44 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-abc45a5a-fe7d-467d-a665-a3874eaf2c44 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-aa1bceff-0698-4d5a-a39d-19fea2bd88dd {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 5px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-aa1bceff-0698-4d5a-a39d-19fea2bd88dd {
  display: none;
}
#s-aa1bceff-0698-4d5a-a39d-19fea2bd88dd, #wrap-s-aa1bceff-0698-4d5a-a39d-19fea2bd88dd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa1bceff-0698-4d5a-a39d-19fea2bd88dd {
  display: none;
}
#s-aa1bceff-0698-4d5a-a39d-19fea2bd88dd, #wrap-s-aa1bceff-0698-4d5a-a39d-19fea2bd88dd { display:none !important; }}
#s-035e701d-3bbf-441c-a2ac-d7347557e660 {
  margin-top: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-035e701d-3bbf-441c-a2ac-d7347557e660 {
  display: none;
}
#s-035e701d-3bbf-441c-a2ac-d7347557e660, #wrap-s-035e701d-3bbf-441c-a2ac-d7347557e660 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-035e701d-3bbf-441c-a2ac-d7347557e660 {
  display: none;
}
#s-035e701d-3bbf-441c-a2ac-d7347557e660, #wrap-s-035e701d-3bbf-441c-a2ac-d7347557e660 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-035e701d-3bbf-441c-a2ac-d7347557e660 {
  margin-top: 30px;
display: none;
}
#s-035e701d-3bbf-441c-a2ac-d7347557e660, #wrap-s-035e701d-3bbf-441c-a2ac-d7347557e660 { display:none !important; }}@media (max-width: 767px){#s-035e701d-3bbf-441c-a2ac-d7347557e660 {
  margin-top: 0px;
display: none;
}
#s-035e701d-3bbf-441c-a2ac-d7347557e660, #wrap-s-035e701d-3bbf-441c-a2ac-d7347557e660 { display:none !important; }}
#s-035e701d-3bbf-441c-a2ac-d7347557e660 {
  background-image: url();
}








#s-035e701d-3bbf-441c-a2ac-d7347557e660 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-035e701d-3bbf-441c-a2ac-d7347557e660.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bff89d8d-0fcc-4bef-aff2-50365d703f97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-bff89d8d-0fcc-4bef-aff2-50365d703f97 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bff89d8d-0fcc-4bef-aff2-50365d703f97 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bff89d8d-0fcc-4bef-aff2-50365d703f97 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-bff89d8d-0fcc-4bef-aff2-50365d703f97 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-bff89d8d-0fcc-4bef-aff2-50365d703f97 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-0c87a641-6a57-430e-a76d-762d9119ddd4 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 28px;
padding-left: 5%;
padding-bottom: 28px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0c87a641-6a57-430e-a76d-762d9119ddd4 {
  display: none;
}
#s-0c87a641-6a57-430e-a76d-762d9119ddd4, #wrap-s-0c87a641-6a57-430e-a76d-762d9119ddd4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c87a641-6a57-430e-a76d-762d9119ddd4 {
  display: none;
}
#s-0c87a641-6a57-430e-a76d-762d9119ddd4, #wrap-s-0c87a641-6a57-430e-a76d-762d9119ddd4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0c87a641-6a57-430e-a76d-762d9119ddd4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c87a641-6a57-430e-a76d-762d9119ddd4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c87a641-6a57-430e-a76d-762d9119ddd4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0c87a641-6a57-430e-a76d-762d9119ddd4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c87a641-6a57-430e-a76d-762d9119ddd4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c87a641-6a57-430e-a76d-762d9119ddd4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c87a641-6a57-430e-a76d-762d9119ddd4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-f606fe8d-04f5-4479-86dd-8e785f596803 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f606fe8d-04f5-4479-86dd-8e785f596803 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f606fe8d-04f5-4479-86dd-8e785f596803.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03ce0420-b28a-4743-8806-e2eace922a4d {
  margin-left: 2%;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 225, 232, 1);
border-style: solid;
}

#s-03ce0420-b28a-4743-8806-e2eace922a4d {
  display: none;
}
#s-d5ef704f-5009-4566-a660-eac01e92eba7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 300px;
text-align: center;
}
@media (max-width: 767px){#s-d5ef704f-5009-4566-a660-eac01e92eba7 {
  margin-top: 40px;
margin-bottom: 40px;
}
}






  #s-d5ef704f-5009-4566-a660-eac01e92eba7 img.shogun-image {
    

    
    
    
  }


#s-d5ef704f-5009-4566-a660-eac01e92eba7 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b1243e3-c3e5-4bc0-a934-8f578c1c757b {
  margin-top: 10px;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-78ec904c-daa8-4e01-91ba-e030691b0111 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78ec904c-daa8-4e01-91ba-e030691b0111 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-0f65927f-768f-4473-b165-f156661e2eeb {
  margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-0ec7b159-8cbf-4fbb-9576-3c58d697db9a {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-a2195d67-22a2-4c64-a1d8-198f9c4ecbe0 {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2195d67-22a2-4c64-a1d8-198f9c4ecbe0 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-a2195d67-22a2-4c64-a1d8-198f9c4ecbe0 {
  margin-left: 20px;
margin-right: 18px;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-e8ccbe4b-d188-43bc-8e20-d68df13b5d18 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}

#s-e8ccbe4b-d188-43bc-8e20-d68df13b5d18 hr {
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-7af08a3a-58c4-4960-957b-0b8eb8064edb {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}

.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-center {
  text-align: center;
}

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

#s-0f99e352-8eea-40d1-a25a-22268ade67e2 {
  margin-top: 15px;
margin-left: 8%;
margin-bottom: 5px;
margin-right: 8%;
padding-top: 15px;
padding-left: 24px;
padding-bottom: 15px;
padding-right: 24px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 80px;
background-color: rgba(241, 88, 76, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0f99e352-8eea-40d1-a25a-22268ade67e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f99e352-8eea-40d1-a25a-22268ade67e2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0f99e352-8eea-40d1-a25a-22268ade67e2 {
  display: none;
}
#s-0f99e352-8eea-40d1-a25a-22268ade67e2, #wrap-s-0f99e352-8eea-40d1-a25a-22268ade67e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f99e352-8eea-40d1-a25a-22268ade67e2 {
  display: none;
}
#s-0f99e352-8eea-40d1-a25a-22268ade67e2, #wrap-s-0f99e352-8eea-40d1-a25a-22268ade67e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f99e352-8eea-40d1-a25a-22268ade67e2 {
  display: none;
}
#s-0f99e352-8eea-40d1-a25a-22268ade67e2, #wrap-s-0f99e352-8eea-40d1-a25a-22268ade67e2 { display:none !important; }}@media (max-width: 767px){#s-0f99e352-8eea-40d1-a25a-22268ade67e2 {
  display: none;
}
#s-0f99e352-8eea-40d1-a25a-22268ade67e2, #wrap-s-0f99e352-8eea-40d1-a25a-22268ade67e2 { display:none !important; }}


#s-0f99e352-8eea-40d1-a25a-22268ade67e2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f99e352-8eea-40d1-a25a-22268ade67e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f99e352-8eea-40d1-a25a-22268ade67e2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}

#s-0f99e352-8eea-40d1-a25a-22268ade67e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f83d75f0-be4f-4174-94e6-e1aa546eb3af {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 80px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f83d75f0-be4f-4174-94e6-e1aa546eb3af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f83d75f0-be4f-4174-94e6-e1aa546eb3af:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f83d75f0-be4f-4174-94e6-e1aa546eb3af-root {
    text-align: center;
  }


#s-f83d75f0-be4f-4174-94e6-e1aa546eb3af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f83d75f0-be4f-4174-94e6-e1aa546eb3af-root {
    text-align: center;
  }


#s-f83d75f0-be4f-4174-94e6-e1aa546eb3af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f83d75f0-be4f-4174-94e6-e1aa546eb3af-root {
    text-align: center;
  }


#s-f83d75f0-be4f-4174-94e6-e1aa546eb3af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f83d75f0-be4f-4174-94e6-e1aa546eb3af-root {
    text-align: center;
  }


#s-f83d75f0-be4f-4174-94e6-e1aa546eb3af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f83d75f0-be4f-4174-94e6-e1aa546eb3af-root {
    text-align: center;
  }


#s-f83d75f0-be4f-4174-94e6-e1aa546eb3af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-cb12b78e-f337-4111-a94f-f84b60d8ec60 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

.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;
  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-dc99750d-1be6-468a-90b2-e116a36ac17c {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 10px;
}

#s-dc99750d-1be6-468a-90b2-e116a36ac17c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-dc99750d-1be6-468a-90b2-e116a36ac17c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-dc99750d-1be6-468a-90b2-e116a36ac17c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-dc99750d-1be6-468a-90b2-e116a36ac17c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-dc99750d-1be6-468a-90b2-e116a36ac17c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-dc99750d-1be6-468a-90b2-e116a36ac17c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-9a3917be-a386-4a6a-93fb-12fdc56f7142 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-9a3917be-a386-4a6a-93fb-12fdc56f7142 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a3917be-a386-4a6a-93fb-12fdc56f7142 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a3917be-a386-4a6a-93fb-12fdc56f7142 {
  
}
}@media (max-width: 767px){#s-9a3917be-a386-4a6a-93fb-12fdc56f7142 {
  
}
}
#s-9593ddb3-c3c8-4741-928e-efade4acf94a hr {
  border-top: 1px solid #ddd;
}

#s-b38c0f03-b252-4621-ba42-805f07d75048 hr {
  border-top: 1px solid #ddd;
}

#s-c86d2831-bbdc-4577-bbb6-4b6a627ecf5c {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-458a3055-a2ee-43c8-893c-cb60a0681f4b {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-47edced4-c9ec-40a7-b728-d3970e2fe001 {
  margin-top: 50px;
margin-left: 2%;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 225, 232, 1);
border-style: solid;
}

#s-47edced4-c9ec-40a7-b728-d3970e2fe001 {
  display: none;
}
#s-ae26a4f3-8b5b-42fa-93af-3b7a8ea142e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 225, 232, 1);
}

#s-ae26a4f3-8b5b-42fa-93af-3b7a8ea142e1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5af7a509-372e-421c-b568-c553d9a7bcc9 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 300px;
text-align: center;
}







  #s-5af7a509-372e-421c-b568-c553d9a7bcc9 img.shogun-image {
    

    
    
    
  }


#s-5af7a509-372e-421c-b568-c553d9a7bcc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab139b8a-fd57-421b-ad45-859e36339670 {
  margin-top: 20px;
}

#s-c53eb650-3d29-4689-9e8d-0b081dda33dc {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c53eb650-3d29-4689-9e8d-0b081dda33dc .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-0ceee26d-688d-4d10-87ce-1bd1b31e975d {
  margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-e6244fb9-7d87-4a5e-9a78-277a78190508 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-cb2ce66e-25c2-4859-9b36-e401260ff605 {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 2px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb2ce66e-25c2-4859-9b36-e401260ff605 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-cb2ce66e-25c2-4859-9b36-e401260ff605 {
  margin-left: 20px;
margin-right: 18px;
}
}
#s-877ded07-4714-427f-84e7-9aca6d7a8aa8 {
  margin-top: 30px;
margin-left: 8%;
margin-bottom: 15px;
margin-right: 8%;
padding-top: 15px;
padding-left: 24px;
padding-bottom: 15px;
padding-right: 24px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 80px;
background-color: rgba(241, 88, 76, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-877ded07-4714-427f-84e7-9aca6d7a8aa8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-877ded07-4714-427f-84e7-9aca6d7a8aa8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-877ded07-4714-427f-84e7-9aca6d7a8aa8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-877ded07-4714-427f-84e7-9aca6d7a8aa8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-877ded07-4714-427f-84e7-9aca6d7a8aa8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}

#s-877ded07-4714-427f-84e7-9aca6d7a8aa8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3c134c95-7f5b-4912-89e2-b38d215468cb {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-ac88024b-284c-4d4c-b0e1-318db05720d6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 28px;
padding-left: 5%;
padding-bottom: 28px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ac88024b-284c-4d4c-b0e1-318db05720d6 {
  display: none;
}
#s-ac88024b-284c-4d4c-b0e1-318db05720d6, #wrap-s-ac88024b-284c-4d4c-b0e1-318db05720d6 { display:none !important; }}@media (max-width: 767px){#s-ac88024b-284c-4d4c-b0e1-318db05720d6 {
  display: none;
}
#s-ac88024b-284c-4d4c-b0e1-318db05720d6, #wrap-s-ac88024b-284c-4d4c-b0e1-318db05720d6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ac88024b-284c-4d4c-b0e1-318db05720d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ac88024b-284c-4d4c-b0e1-318db05720d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ac88024b-284c-4d4c-b0e1-318db05720d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ac88024b-284c-4d4c-b0e1-318db05720d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ac88024b-284c-4d4c-b0e1-318db05720d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ac88024b-284c-4d4c-b0e1-318db05720d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ac88024b-284c-4d4c-b0e1-318db05720d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

#s-d4686e6c-cd84-4653-96f7-d7256fc82d1d {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d4686e6c-cd84-4653-96f7-d7256fc82d1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4686e6c-cd84-4653-96f7-d7256fc82d1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b87536f0-747a-4d26-b10b-4113edad4ed2 {
  margin-left: 2%;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 225, 232, 1);
border-style: solid;
}

#s-b87536f0-747a-4d26-b10b-4113edad4ed2 {
  display: none;
}
#s-968671bd-f5b2-4e7e-bd83-3d2215db3622 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (min-width: 1200px){#s-968671bd-f5b2-4e7e-bd83-3d2215db3622 {
  max-width: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-968671bd-f5b2-4e7e-bd83-3d2215db3622 {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-968671bd-f5b2-4e7e-bd83-3d2215db3622 {
  max-width: 300px;
}
}






  #s-968671bd-f5b2-4e7e-bd83-3d2215db3622 img.shogun-image {
    

    
    
    
  }


#s-968671bd-f5b2-4e7e-bd83-3d2215db3622 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c14c0e2-deeb-4c2c-b976-29052522968b {
  margin-top: 10px;
}

#s-704d52ec-fb88-4719-a661-becccfb5c377 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-704d52ec-fb88-4719-a661-becccfb5c377 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-eae52003-1a61-4d1a-8a77-4bdcf82fcee0 {
  margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-977bed9e-83e6-40d1-93f7-52bf114dc3b0 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-e7368ab1-e215-42e9-b976-e3bddd94bfcd {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7368ab1-e215-42e9-b976-e3bddd94bfcd {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-e7368ab1-e215-42e9-b976-e3bddd94bfcd {
  margin-left: 20px;
margin-right: 18px;
}
}
#s-9179a7b6-b8a5-484d-b78c-fbb27d7e1929 {
  margin-left: 10%;
margin-right: 10%;
}

#s-9179a7b6-b8a5-484d-b78c-fbb27d7e1929 hr {
  border-top: 2px solid rgba(250, 250, 250, 1);
}

#s-5e4337ed-a586-46a4-9144-c41e27410d43 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78 {
  margin-top: 15px;
margin-bottom: 5px;
padding-top: 15px;
padding-left: 60px;
padding-bottom: 15px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(241, 88, 76, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78 {
  display: none;
}
#s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78, #wrap-s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78 {
  display: none;
}
#s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78, #wrap-s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78 {
  display: none;
}
#s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78, #wrap-s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78 { display:none !important; }}@media (max-width: 767px){#s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78 {
  display: none;
}
#s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78, #wrap-s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78 { display:none !important; }}


#s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-e8f0d099-4cf9-4b42-bc67-5fc8dd529d78.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8ec5ff95-48a3-4c1c-ac2d-31062ceb4638 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 80px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8ec5ff95-48a3-4c1c-ac2d-31062ceb4638:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ec5ff95-48a3-4c1c-ac2d-31062ceb4638:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ec5ff95-48a3-4c1c-ac2d-31062ceb4638-root {
    text-align: center;
  }


#s-8ec5ff95-48a3-4c1c-ac2d-31062ceb4638.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8ec5ff95-48a3-4c1c-ac2d-31062ceb4638-root {
    text-align: center;
  }


#s-8ec5ff95-48a3-4c1c-ac2d-31062ceb4638.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ec5ff95-48a3-4c1c-ac2d-31062ceb4638-root {
    text-align: center;
  }


#s-8ec5ff95-48a3-4c1c-ac2d-31062ceb4638.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ec5ff95-48a3-4c1c-ac2d-31062ceb4638-root {
    text-align: center;
  }


#s-8ec5ff95-48a3-4c1c-ac2d-31062ceb4638.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8ec5ff95-48a3-4c1c-ac2d-31062ceb4638-root {
    text-align: center;
  }


#s-8ec5ff95-48a3-4c1c-ac2d-31062ceb4638.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-89dc05b7-9a51-4059-8359-e82049354f98 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 18px;
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}@media (min-width: 768px) and (max-width: 991px){#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}@media (max-width: 767px){#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 17px;
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-61852932-20fd-4e5e-ada4-e7531098f0a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}
#s-f94f2382-29c8-4740-9180-5aad5b969b63 hr {
  border-top: 1px solid #ddd;
}

#s-5d5816ef-9ab9-409e-9cc4-aee053afa67a hr {
  border-top: 1px solid #ddd;
}

#s-3cee4514-d01f-444e-90f7-4a9e0de3a535 hr {
  border-top: 1px solid #ddd;
}

#s-d636cdee-fd73-48c5-a7e7-af7044fbf074 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-434a18a8-cbd5-493d-bf5b-298b7205277e {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-a910bacc-6ffe-4719-a17e-87dd4021035c {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-01acf6d8-aa06-4949-b226-f1a646cd1e96 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: left;
}

#s-9991656a-4c41-42a0-9892-7325f5852c86 {
  margin-left: 2%;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 225, 232, 1);
border-style: solid;
}

#s-9991656a-4c41-42a0-9892-7325f5852c86 {
  display: none;
}
#s-23524e84-cda6-4607-a974-4f8c55a193b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 225, 232, 1);
}

#s-23524e84-cda6-4607-a974-4f8c55a193b2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4fe1d9d3-a3e4-4c57-91a1-6de1e71f381e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (min-width: 1200px){#s-4fe1d9d3-a3e4-4c57-91a1-6de1e71f381e {
  max-width: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4fe1d9d3-a3e4-4c57-91a1-6de1e71f381e {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fe1d9d3-a3e4-4c57-91a1-6de1e71f381e {
  max-width: 300px;
}
}






  #s-4fe1d9d3-a3e4-4c57-91a1-6de1e71f381e img.shogun-image {
    

    
    
    
  }


#s-4fe1d9d3-a3e4-4c57-91a1-6de1e71f381e .shogun-image-content {
  
    align-items: center;
  
}

#s-4be71b54-994c-4f1a-bc3e-9b3f929908dd {
  margin-top: 10px;
}

#s-76c4b2cf-82b0-40c9-b960-b4b36cd3b693 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76c4b2cf-82b0-40c9-b960-b4b36cd3b693 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-00b31d70-a22f-48bc-8676-19f0f2c05458 {
  margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-71538888-abae-45eb-8352-8f06f88f42ba {
  margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-444ba9e1-ddd2-4d86-8684-c7d0136be37b {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-444ba9e1-ddd2-4d86-8684-c7d0136be37b {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-444ba9e1-ddd2-4d86-8684-c7d0136be37b {
  margin-left: 20px;
margin-right: 18px;
}
}
#s-453299b2-6827-4f63-85e2-a78589b6b7a3 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 15px;
padding-left: 60px;
padding-bottom: 15px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 80px;
background-color: rgba(241, 88, 76, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-453299b2-6827-4f63-85e2-a78589b6b7a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-453299b2-6827-4f63-85e2-a78589b6b7a3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-453299b2-6827-4f63-85e2-a78589b6b7a3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-453299b2-6827-4f63-85e2-a78589b6b7a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-453299b2-6827-4f63-85e2-a78589b6b7a3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}

#s-453299b2-6827-4f63-85e2-a78589b6b7a3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-96a8f1cf-f331-4b9f-a162-4a67f7dab2d8 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-5f211676-6363-46a2-b914-eef160de1aab {
  margin-top: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5f211676-6363-46a2-b914-eef160de1aab {
  display: none;
}
#s-5f211676-6363-46a2-b914-eef160de1aab, #wrap-s-5f211676-6363-46a2-b914-eef160de1aab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f211676-6363-46a2-b914-eef160de1aab {
  display: none;
}
#s-5f211676-6363-46a2-b914-eef160de1aab, #wrap-s-5f211676-6363-46a2-b914-eef160de1aab { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5f211676-6363-46a2-b914-eef160de1aab {
  margin-top: 30px;
display: none;
}
#s-5f211676-6363-46a2-b914-eef160de1aab, #wrap-s-5f211676-6363-46a2-b914-eef160de1aab { display:none !important; }}@media (max-width: 767px){#s-5f211676-6363-46a2-b914-eef160de1aab {
  margin-top: 0px;
display: none;
}
#s-5f211676-6363-46a2-b914-eef160de1aab, #wrap-s-5f211676-6363-46a2-b914-eef160de1aab { display:none !important; }}
#s-5f211676-6363-46a2-b914-eef160de1aab {
  background-image: url();
}








#s-5f211676-6363-46a2-b914-eef160de1aab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f211676-6363-46a2-b914-eef160de1aab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2b84388-e68a-4481-8cde-d63c28f82bdd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c2b84388-e68a-4481-8cde-d63c28f82bdd {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2b84388-e68a-4481-8cde-d63c28f82bdd {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2b84388-e68a-4481-8cde-d63c28f82bdd {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-c2b84388-e68a-4481-8cde-d63c28f82bdd {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-c2b84388-e68a-4481-8cde-d63c28f82bdd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-1b974413-0f7d-45b3-9ead-a651225633b2 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 28px;
padding-left: 5%;
padding-bottom: 28px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1b974413-0f7d-45b3-9ead-a651225633b2 {
  display: none;
}
#s-1b974413-0f7d-45b3-9ead-a651225633b2, #wrap-s-1b974413-0f7d-45b3-9ead-a651225633b2 { display:none !important; }}@media (max-width: 767px){#s-1b974413-0f7d-45b3-9ead-a651225633b2 {
  display: none;
}
#s-1b974413-0f7d-45b3-9ead-a651225633b2, #wrap-s-1b974413-0f7d-45b3-9ead-a651225633b2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1b974413-0f7d-45b3-9ead-a651225633b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b974413-0f7d-45b3-9ead-a651225633b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-1b974413-0f7d-45b3-9ead-a651225633b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-1b974413-0f7d-45b3-9ead-a651225633b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-13731b59-cdca-4f74-8b1e-e3c209f5fc64 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 225, 232, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-13731b59-cdca-4f74-8b1e-e3c209f5fc64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13731b59-cdca-4f74-8b1e-e3c209f5fc64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b282a6b-d592-429d-995a-c05417412bef {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (min-width: 1200px){#s-6b282a6b-d592-429d-995a-c05417412bef {
  max-width: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b282a6b-d592-429d-995a-c05417412bef {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b282a6b-d592-429d-995a-c05417412bef {
  max-width: 300px;
}
}






  #s-6b282a6b-d592-429d-995a-c05417412bef img.shogun-image {
    

    
    
    
  }


#s-6b282a6b-d592-429d-995a-c05417412bef .shogun-image-content {
  
    align-items: center;
  
}

#s-7b571d7d-0833-4bd8-a458-c9159ee1a383 {
  margin-top: 10px;
}

#s-daab029b-0218-44c9-a570-116a25fb1624 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-5fca16f1-de89-421c-bcca-d0ec6fdaf1d7 {
  margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-2e6ca10f-278e-4ee7-a21c-b8411fd9f82a {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-ad4b0098-7456-4681-9173-b5ea1e296603 {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad4b0098-7456-4681-9173-b5ea1e296603 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-ad4b0098-7456-4681-9173-b5ea1e296603 {
  margin-left: 20px;
margin-right: 18px;
}
}
#s-c0b4ec24-8cc5-4622-bd03-1fe1769d87d2 {
  margin-left: 10%;
margin-right: 10%;
}

#s-c0b4ec24-8cc5-4622-bd03-1fe1769d87d2 hr {
  border-top: 2px solid rgba(250, 250, 250, 1);
}

#s-2888b53a-7c82-4d26-8d16-1cdaef25db28 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-38522912-1d08-4a36-a63f-6fff93d596a7 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 80px;
background-color: rgba(99, 221, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-38522912-1d08-4a36-a63f-6fff93d596a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-38522912-1d08-4a36-a63f-6fff93d596a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-38522912-1d08-4a36-a63f-6fff93d596a7-root {
    text-align: center;
  }


#s-38522912-1d08-4a36-a63f-6fff93d596a7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-38522912-1d08-4a36-a63f-6fff93d596a7-root {
    text-align: center;
  }


#s-38522912-1d08-4a36-a63f-6fff93d596a7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38522912-1d08-4a36-a63f-6fff93d596a7-root {
    text-align: center;
  }


#s-38522912-1d08-4a36-a63f-6fff93d596a7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38522912-1d08-4a36-a63f-6fff93d596a7-root {
    text-align: center;
  }


#s-38522912-1d08-4a36-a63f-6fff93d596a7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-38522912-1d08-4a36-a63f-6fff93d596a7-root {
    text-align: center;
  }


#s-38522912-1d08-4a36-a63f-6fff93d596a7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-882a69b2-cd1c-48a8-b05a-5053c2cd011d {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}

#s-c9998a2e-f8fd-474d-99ec-f06223a0c9cf {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-c9998a2e-f8fd-474d-99ec-f06223a0c9cf img.shogun-image {
    

    
    
    
  }


#s-c9998a2e-f8fd-474d-99ec-f06223a0c9cf .shogun-image-content {
  
    align-items: center;
  
}

#s-92ae9d1c-81ba-4f08-855e-7645c24592e0 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 225, 232, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-92ae9d1c-81ba-4f08-855e-7645c24592e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92ae9d1c-81ba-4f08-855e-7645c24592e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3abc09af-8884-41f8-9eb0-62fdbda7a2bc {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (min-width: 1200px){#s-3abc09af-8884-41f8-9eb0-62fdbda7a2bc {
  max-width: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3abc09af-8884-41f8-9eb0-62fdbda7a2bc {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3abc09af-8884-41f8-9eb0-62fdbda7a2bc {
  max-width: 300px;
}
}






  #s-3abc09af-8884-41f8-9eb0-62fdbda7a2bc img.shogun-image {
    

    
    
    
  }


#s-3abc09af-8884-41f8-9eb0-62fdbda7a2bc .shogun-image-content {
  
    align-items: center;
  
}

#s-12cb3055-fd88-4f3b-9f50-49c30fb73c47 {
  margin-top: 10px;
}

#s-6de26bac-a83c-4345-8c00-29281d8d9f38 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-bf52f360-8d02-4a69-b39a-aa0d2336f127 {
  margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-c7340d6e-998c-48f5-a7b7-6fb756123986 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-c7458ee5-479c-4196-ad22-e002c090de4c {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c7458ee5-479c-4196-ad22-e002c090de4c {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-c7458ee5-479c-4196-ad22-e002c090de4c {
  margin-left: 20px;
margin-right: 18px;
}
}
#s-8047d96f-80c5-481d-9427-8fde44a91e89 {
  margin-left: 10%;
margin-right: 10%;
}

#s-8047d96f-80c5-481d-9427-8fde44a91e89 hr {
  border-top: 2px solid rgba(250, 250, 250, 1);
}

#s-888026b5-613a-4cee-a5f4-73619ecd7ec3 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-e88e4b95-e0b6-4756-b1ac-393f30809a18 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 80px;
background-color: rgba(99, 221, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e88e4b95-e0b6-4756-b1ac-393f30809a18:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e88e4b95-e0b6-4756-b1ac-393f30809a18:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e88e4b95-e0b6-4756-b1ac-393f30809a18-root {
    text-align: center;
  }


#s-e88e4b95-e0b6-4756-b1ac-393f30809a18.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e88e4b95-e0b6-4756-b1ac-393f30809a18-root {
    text-align: center;
  }


#s-e88e4b95-e0b6-4756-b1ac-393f30809a18.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e88e4b95-e0b6-4756-b1ac-393f30809a18-root {
    text-align: center;
  }


#s-e88e4b95-e0b6-4756-b1ac-393f30809a18.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e88e4b95-e0b6-4756-b1ac-393f30809a18-root {
    text-align: center;
  }


#s-e88e4b95-e0b6-4756-b1ac-393f30809a18.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e88e4b95-e0b6-4756-b1ac-393f30809a18-root {
    text-align: center;
  }


#s-e88e4b95-e0b6-4756-b1ac-393f30809a18.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-25a0a1fe-ce71-48a1-bb91-be6368c3942f {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}

#s-95230560-f55a-4538-b113-7f8fe523ddf3 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-95230560-f55a-4538-b113-7f8fe523ddf3 img.shogun-image {
    

    
    
    
  }


#s-95230560-f55a-4538-b113-7f8fe523ddf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e11d31c6-9b49-4b70-82ee-07534d1268f9 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 225, 232, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e11d31c6-9b49-4b70-82ee-07534d1268f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e11d31c6-9b49-4b70-82ee-07534d1268f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f5119b5-fe67-41db-a5ad-bc2fd8bedb05 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (min-width: 1200px){#s-9f5119b5-fe67-41db-a5ad-bc2fd8bedb05 {
  max-width: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f5119b5-fe67-41db-a5ad-bc2fd8bedb05 {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f5119b5-fe67-41db-a5ad-bc2fd8bedb05 {
  max-width: 300px;
}
}






  #s-9f5119b5-fe67-41db-a5ad-bc2fd8bedb05 img.shogun-image {
    

    
    
    
  }


#s-9f5119b5-fe67-41db-a5ad-bc2fd8bedb05 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c02e7ca-0194-4a77-adaf-fa1da1374979 {
  margin-top: 10px;
}

#s-abab3b48-1f07-48a0-bad6-33d2b6599fed {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-a496b81b-b3a6-4c9c-9ce1-cc83314d3503 {
  margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-eaaecc37-7585-4ada-8eb0-899d352364b9 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-6919c4eb-aeb1-4df8-b31a-b9123cbb9d81 {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6919c4eb-aeb1-4df8-b31a-b9123cbb9d81 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-6919c4eb-aeb1-4df8-b31a-b9123cbb9d81 {
  margin-left: 20px;
margin-right: 18px;
}
}
#s-94a8358c-a9ba-4470-8628-fbaaabdec074 {
  margin-left: 10%;
margin-right: 10%;
}

#s-94a8358c-a9ba-4470-8628-fbaaabdec074 hr {
  border-top: 2px solid rgba(250, 250, 250, 1);
}

#s-a1b7dea9-361b-4dfb-842e-7c6623f9788e {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-ee0da7ca-e034-414e-93f4-75cf9254c817 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 80px;
background-color: rgba(99, 221, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ee0da7ca-e034-414e-93f4-75cf9254c817:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee0da7ca-e034-414e-93f4-75cf9254c817:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ee0da7ca-e034-414e-93f4-75cf9254c817-root {
    text-align: center;
  }


#s-ee0da7ca-e034-414e-93f4-75cf9254c817.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ee0da7ca-e034-414e-93f4-75cf9254c817-root {
    text-align: center;
  }


#s-ee0da7ca-e034-414e-93f4-75cf9254c817.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee0da7ca-e034-414e-93f4-75cf9254c817-root {
    text-align: center;
  }


#s-ee0da7ca-e034-414e-93f4-75cf9254c817.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee0da7ca-e034-414e-93f4-75cf9254c817-root {
    text-align: center;
  }


#s-ee0da7ca-e034-414e-93f4-75cf9254c817.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ee0da7ca-e034-414e-93f4-75cf9254c817-root {
    text-align: center;
  }


#s-ee0da7ca-e034-414e-93f4-75cf9254c817.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-556e5cc0-a6ab-43e2-9ea1-6b09e1d4fb28 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}

#s-61cb5fb5-fb5a-4ac5-b543-da22842cbf40 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-61cb5fb5-fb5a-4ac5-b543-da22842cbf40 img.shogun-image {
    

    
    
    
  }


#s-61cb5fb5-fb5a-4ac5-b543-da22842cbf40 .shogun-image-content {
  
    align-items: center;
  
}

#s-c65041f2-96ef-47e8-ba95-16c20527131e {
  min-height: 50px;
}








#s-c65041f2-96ef-47e8-ba95-16c20527131e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c65041f2-96ef-47e8-ba95-16c20527131e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38536123-c4b9-4f57-b2ca-cbca4d35652d {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 28px;
padding-left: 5%;
padding-bottom: 28px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-38536123-c4b9-4f57-b2ca-cbca4d35652d {
  display: none;
}
#s-38536123-c4b9-4f57-b2ca-cbca4d35652d, #wrap-s-38536123-c4b9-4f57-b2ca-cbca4d35652d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38536123-c4b9-4f57-b2ca-cbca4d35652d {
  display: none;
}
#s-38536123-c4b9-4f57-b2ca-cbca4d35652d, #wrap-s-38536123-c4b9-4f57-b2ca-cbca4d35652d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38536123-c4b9-4f57-b2ca-cbca4d35652d {
  
}
}@media (max-width: 767px){#s-38536123-c4b9-4f57-b2ca-cbca4d35652d {
  
}
}
@media (min-width: 0px) {
[id="s-38536123-c4b9-4f57-b2ca-cbca4d35652d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38536123-c4b9-4f57-b2ca-cbca4d35652d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-38536123-c4b9-4f57-b2ca-cbca4d35652d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-38536123-c4b9-4f57-b2ca-cbca4d35652d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-fe80916a-9a3e-46a5-8eb1-857465b17950 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 225, 232, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fe80916a-9a3e-46a5-8eb1-857465b17950 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe80916a-9a3e-46a5-8eb1-857465b17950.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c049743-55aa-4034-b666-47a9e34b7bb4 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-8c049743-55aa-4034-b666-47a9e34b7bb4 img.shogun-image {
    

    
    
    
  }


#s-8c049743-55aa-4034-b666-47a9e34b7bb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-61d2e037-4c4f-4b91-bf92-06e1f2472e0f {
  margin-top: 10px;
}

#s-b7231175-729a-4679-9c3d-f1505a94d62c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-7c70aabc-d749-4bd8-9597-51aca0cb95f9 {
  margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-9d6d33c6-7ebe-4e53-8bb5-c1b9f65c7e44 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-ad9591d8-f431-4249-8cb8-2e5c08cf76df {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad9591d8-f431-4249-8cb8-2e5c08cf76df {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-ad9591d8-f431-4249-8cb8-2e5c08cf76df {
  margin-left: 20px;
margin-right: 18px;
}
}
#s-dab0a1af-a4fa-4123-9e22-61f244353a0f {
  margin-left: 10%;
margin-right: 10%;
}

#s-dab0a1af-a4fa-4123-9e22-61f244353a0f hr {
  border-top: 2px solid rgba(250, 250, 250, 1);
}

#s-8c09ca2f-f3c9-4a71-b741-c322aafa3e1d {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-ff9d39c3-5d1f-4eab-b522-5b208d43b7b3 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 80px;
background-color: rgba(99, 221, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ff9d39c3-5d1f-4eab-b522-5b208d43b7b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff9d39c3-5d1f-4eab-b522-5b208d43b7b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ff9d39c3-5d1f-4eab-b522-5b208d43b7b3-root {
    text-align: center;
  }


#s-ff9d39c3-5d1f-4eab-b522-5b208d43b7b3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ff9d39c3-5d1f-4eab-b522-5b208d43b7b3-root {
    text-align: center;
  }


#s-ff9d39c3-5d1f-4eab-b522-5b208d43b7b3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff9d39c3-5d1f-4eab-b522-5b208d43b7b3-root {
    text-align: center;
  }


#s-ff9d39c3-5d1f-4eab-b522-5b208d43b7b3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff9d39c3-5d1f-4eab-b522-5b208d43b7b3-root {
    text-align: center;
  }


#s-ff9d39c3-5d1f-4eab-b522-5b208d43b7b3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ff9d39c3-5d1f-4eab-b522-5b208d43b7b3-root {
    text-align: center;
  }


#s-ff9d39c3-5d1f-4eab-b522-5b208d43b7b3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-ffe7f89b-4219-4e28-bd90-8b6344d63299 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}

#s-d6ae5495-e354-4d3f-8c46-01c60bb273f1 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-d6ae5495-e354-4d3f-8c46-01c60bb273f1 img.shogun-image {
    

    
    
    
  }


#s-d6ae5495-e354-4d3f-8c46-01c60bb273f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-15aae3f6-17c5-4f81-9788-3f2bfff27bde {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 225, 232, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-15aae3f6-17c5-4f81-9788-3f2bfff27bde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15aae3f6-17c5-4f81-9788-3f2bfff27bde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77acfb7a-e7d1-45f1-8e49-26c2347b616b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
background-color: rgba(255, 225, 232, 1);
}

#s-18b3486f-6cd6-4ade-9888-269a794f465d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-18b3486f-6cd6-4ade-9888-269a794f465d img.shogun-image {
    

    
    
    
  }


#s-18b3486f-6cd6-4ade-9888-269a794f465d .shogun-image-content {
  
    align-items: center;
  
}

#s-94ee8b59-a4e9-44c9-a49d-8fa5d1fb710b {
  margin-top: 10px;
}

#s-da333b31-2dda-40e2-9a29-4267cf0ad890 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-f3ac065c-6ddd-4e48-94dd-8f4507c98adf {
  margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-1fade0eb-53d8-408a-a598-ae43bd9c768e {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-fe9348fd-900a-4b99-86d5-e944aabc1bad {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe9348fd-900a-4b99-86d5-e944aabc1bad {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-fe9348fd-900a-4b99-86d5-e944aabc1bad {
  margin-left: 20px;
margin-right: 18px;
}
}
#s-3bc6b136-2855-4515-a694-993d57599958 {
  margin-left: 10%;
margin-right: 10%;
}

#s-3bc6b136-2855-4515-a694-993d57599958 hr {
  border-top: 2px solid rgba(250, 250, 250, 1);
}

#s-0ef56406-02ff-4593-975d-50b88076989d {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-a5f64d55-ae5d-483c-a4f3-4163c92013b9 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 80px;
background-color: rgba(99, 221, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a5f64d55-ae5d-483c-a4f3-4163c92013b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5f64d55-ae5d-483c-a4f3-4163c92013b9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5f64d55-ae5d-483c-a4f3-4163c92013b9-root {
    text-align: center;
  }


#s-a5f64d55-ae5d-483c-a4f3-4163c92013b9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a5f64d55-ae5d-483c-a4f3-4163c92013b9-root {
    text-align: center;
  }


#s-a5f64d55-ae5d-483c-a4f3-4163c92013b9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5f64d55-ae5d-483c-a4f3-4163c92013b9-root {
    text-align: center;
  }


#s-a5f64d55-ae5d-483c-a4f3-4163c92013b9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5f64d55-ae5d-483c-a4f3-4163c92013b9-root {
    text-align: center;
  }


#s-a5f64d55-ae5d-483c-a4f3-4163c92013b9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a5f64d55-ae5d-483c-a4f3-4163c92013b9-root {
    text-align: center;
  }


#s-a5f64d55-ae5d-483c-a4f3-4163c92013b9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-937df023-42bd-4c9a-9ae9-ca54a83462fb {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}

#s-1fb464a8-15bd-4e1c-821e-9f889d1e2b53 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-1fb464a8-15bd-4e1c-821e-9f889d1e2b53 img.shogun-image {
    

    
    
    
  }


#s-1fb464a8-15bd-4e1c-821e-9f889d1e2b53 .shogun-image-content {
  
    align-items: center;
  
}

#s-102ae6ea-4c69-4956-8159-89881861c5a6 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 225, 232, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-102ae6ea-4c69-4956-8159-89881861c5a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-102ae6ea-4c69-4956-8159-89881861c5a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62612f4a-4217-4815-ab94-e2e93c450069 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
background-color: rgba(255, 225, 232, 1);
}

#s-22dc8adc-2ed9-417d-a319-0d0395d96018 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-22dc8adc-2ed9-417d-a319-0d0395d96018 img.shogun-image {
    

    
    
    
  }


#s-22dc8adc-2ed9-417d-a319-0d0395d96018 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3627083-ee0d-47b7-aba5-0cdb4c2aa2d9 {
  margin-top: 10px;
}

#s-676d588a-9536-474b-a0e7-0464bde5f50a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-01bca3e2-9eff-4d2a-acb0-4214b7d9fc81 {
  margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-5d53a498-add7-468f-9f21-4c842723fad2 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-d7fb0b66-39c1-48e7-bbe5-b97352da2691 {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7fb0b66-39c1-48e7-bbe5-b97352da2691 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-d7fb0b66-39c1-48e7-bbe5-b97352da2691 {
  margin-left: 20px;
margin-right: 18px;
}
}
#s-933d0c5a-17c1-4842-b607-8622118d1a3f {
  margin-left: 10%;
margin-right: 10%;
}

#s-933d0c5a-17c1-4842-b607-8622118d1a3f hr {
  border-top: 2px solid rgba(250, 250, 250, 1);
}

#s-5281e996-f137-40ec-ac95-ca6962ae1b2e {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-0469e98b-ee75-489d-ad7c-febfcf279127 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 80px;
background-color: rgba(99, 221, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0469e98b-ee75-489d-ad7c-febfcf279127:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0469e98b-ee75-489d-ad7c-febfcf279127:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0469e98b-ee75-489d-ad7c-febfcf279127-root {
    text-align: center;
  }


#s-0469e98b-ee75-489d-ad7c-febfcf279127.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0469e98b-ee75-489d-ad7c-febfcf279127-root {
    text-align: center;
  }


#s-0469e98b-ee75-489d-ad7c-febfcf279127.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0469e98b-ee75-489d-ad7c-febfcf279127-root {
    text-align: center;
  }


#s-0469e98b-ee75-489d-ad7c-febfcf279127.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0469e98b-ee75-489d-ad7c-febfcf279127-root {
    text-align: center;
  }


#s-0469e98b-ee75-489d-ad7c-febfcf279127.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0469e98b-ee75-489d-ad7c-febfcf279127-root {
    text-align: center;
  }


#s-0469e98b-ee75-489d-ad7c-febfcf279127.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-0e88be6a-09bb-40e1-93b0-ecc77f4546b1 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}

#s-2e5f9d7d-2ec7-409c-bf10-04e7e6288b3c {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-2e5f9d7d-2ec7-409c-bf10-04e7e6288b3c img.shogun-image {
    

    
    
    
  }


#s-2e5f9d7d-2ec7-409c-bf10-04e7e6288b3c .shogun-image-content {
  
    align-items: center;
  
}

#s-7d346699-37b3-455b-a32b-e9eeb9b6e973 {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7d346699-37b3-455b-a32b-e9eeb9b6e973 {
  margin-top: 40px;
margin-bottom: 20px;
}
}
#s-7d346699-37b3-455b-a32b-e9eeb9b6e973 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-3caceb3e-781f-41f9-8c86-4a6dd02e10a2 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-3caceb3e-781f-41f9-8c86-4a6dd02e10a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3caceb3e-781f-41f9-8c86-4a6dd02e10a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3caceb3e-781f-41f9-8c86-4a6dd02e10a2 {
  
}
}@media (max-width: 767px){#s-3caceb3e-781f-41f9-8c86-4a6dd02e10a2 {
  
}
}
#s-653825ce-b49d-41fb-a612-d68a13898dc8 {
  margin-top: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-653825ce-b49d-41fb-a612-d68a13898dc8 {
  display: none;
}
#s-653825ce-b49d-41fb-a612-d68a13898dc8, #wrap-s-653825ce-b49d-41fb-a612-d68a13898dc8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-653825ce-b49d-41fb-a612-d68a13898dc8 {
  display: none;
}
#s-653825ce-b49d-41fb-a612-d68a13898dc8, #wrap-s-653825ce-b49d-41fb-a612-d68a13898dc8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-653825ce-b49d-41fb-a612-d68a13898dc8 {
  margin-top: 30px;
display: none;
}
#s-653825ce-b49d-41fb-a612-d68a13898dc8, #wrap-s-653825ce-b49d-41fb-a612-d68a13898dc8 { display:none !important; }}@media (max-width: 767px){#s-653825ce-b49d-41fb-a612-d68a13898dc8 {
  margin-top: 0px;
display: none;
}
#s-653825ce-b49d-41fb-a612-d68a13898dc8, #wrap-s-653825ce-b49d-41fb-a612-d68a13898dc8 { display:none !important; }}
#s-653825ce-b49d-41fb-a612-d68a13898dc8 {
  background-image: url();
}








#s-653825ce-b49d-41fb-a612-d68a13898dc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-653825ce-b49d-41fb-a612-d68a13898dc8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3cf9aa9d-d4c3-401a-9f7b-e4e17f2a5634 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3cf9aa9d-d4c3-401a-9f7b-e4e17f2a5634 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3cf9aa9d-d4c3-401a-9f7b-e4e17f2a5634 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3cf9aa9d-d4c3-401a-9f7b-e4e17f2a5634 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-3cf9aa9d-d4c3-401a-9f7b-e4e17f2a5634 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-3cf9aa9d-d4c3-401a-9f7b-e4e17f2a5634 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-6eded071-cab8-47bc-8cc7-ccec95d0fc81 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 28px;
padding-left: 5%;
padding-bottom: 28px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6eded071-cab8-47bc-8cc7-ccec95d0fc81 {
  display: none;
}
#s-6eded071-cab8-47bc-8cc7-ccec95d0fc81, #wrap-s-6eded071-cab8-47bc-8cc7-ccec95d0fc81 { display:none !important; }}@media (max-width: 767px){#s-6eded071-cab8-47bc-8cc7-ccec95d0fc81 {
  display: none;
}
#s-6eded071-cab8-47bc-8cc7-ccec95d0fc81, #wrap-s-6eded071-cab8-47bc-8cc7-ccec95d0fc81 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6eded071-cab8-47bc-8cc7-ccec95d0fc81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6eded071-cab8-47bc-8cc7-ccec95d0fc81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6eded071-cab8-47bc-8cc7-ccec95d0fc81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6eded071-cab8-47bc-8cc7-ccec95d0fc81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-fd2895aa-7bc1-413a-84d0-daddecd1abc1 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 225, 232, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fd2895aa-7bc1-413a-84d0-daddecd1abc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd2895aa-7bc1-413a-84d0-daddecd1abc1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d230ba2d-23fd-4980-9353-483683baff3e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
background-color: rgba(255, 225, 232, 1);
}

#s-3969d3ef-dbbe-4db7-b3bf-644d4da9cd62 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (min-width: 1200px){#s-3969d3ef-dbbe-4db7-b3bf-644d4da9cd62 {
  max-width: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3969d3ef-dbbe-4db7-b3bf-644d4da9cd62 {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3969d3ef-dbbe-4db7-b3bf-644d4da9cd62 {
  max-width: 300px;
}
}






  #s-3969d3ef-dbbe-4db7-b3bf-644d4da9cd62 img.shogun-image {
    

    
    
    
  }


#s-3969d3ef-dbbe-4db7-b3bf-644d4da9cd62 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f0e3fab-1eb6-40c8-8d31-4755aa4535b9 {
  margin-top: 10px;
}

#s-f1855847-9ec4-4b13-8a43-5bbd0024ce06 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-69a71daf-6399-4830-bf34-5770d6740468 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-77e7c41f-45d9-40b3-9050-28343e45c639 {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-77e7c41f-45d9-40b3-9050-28343e45c639 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-77e7c41f-45d9-40b3-9050-28343e45c639 {
  margin-left: 20px;
margin-right: 18px;
}
}
#s-475cf635-a863-40b7-983c-ffb990913846 {
  margin-left: 10%;
margin-right: 10%;
}

#s-475cf635-a863-40b7-983c-ffb990913846 hr {
  border-top: 2px solid rgba(250, 250, 250, 1);
}

#s-f46100a9-cd2c-4bdd-918d-c4b6f99738b0 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-9295b979-b54b-4969-b17c-8f3360d4f6bb {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 80px;
background-color: rgba(99, 221, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9295b979-b54b-4969-b17c-8f3360d4f6bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9295b979-b54b-4969-b17c-8f3360d4f6bb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9295b979-b54b-4969-b17c-8f3360d4f6bb-root {
    text-align: center;
  }


#s-9295b979-b54b-4969-b17c-8f3360d4f6bb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9295b979-b54b-4969-b17c-8f3360d4f6bb-root {
    text-align: center;
  }


#s-9295b979-b54b-4969-b17c-8f3360d4f6bb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9295b979-b54b-4969-b17c-8f3360d4f6bb-root {
    text-align: center;
  }


#s-9295b979-b54b-4969-b17c-8f3360d4f6bb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9295b979-b54b-4969-b17c-8f3360d4f6bb-root {
    text-align: center;
  }


#s-9295b979-b54b-4969-b17c-8f3360d4f6bb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9295b979-b54b-4969-b17c-8f3360d4f6bb-root {
    text-align: center;
  }


#s-9295b979-b54b-4969-b17c-8f3360d4f6bb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-e50a6488-78f5-4d55-b58f-1d315a6821fc {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}

#s-8740591c-340f-449b-bc2b-cb06d94c75d7 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-8740591c-340f-449b-bc2b-cb06d94c75d7 img.shogun-image {
    

    
    
    
  }


#s-8740591c-340f-449b-bc2b-cb06d94c75d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-23c16b73-569d-4e3d-aad7-1313ce3ceda0 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 225, 232, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-23c16b73-569d-4e3d-aad7-1313ce3ceda0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23c16b73-569d-4e3d-aad7-1313ce3ceda0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5856990e-29dc-4ba4-882d-0e8889e884ba {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
background-color: rgba(255, 225, 232, 1);
}

#s-f96381a7-5a65-4ec6-8995-7d865523e3db {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (min-width: 1200px){#s-f96381a7-5a65-4ec6-8995-7d865523e3db {
  max-width: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f96381a7-5a65-4ec6-8995-7d865523e3db {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f96381a7-5a65-4ec6-8995-7d865523e3db {
  max-width: 300px;
}
}






  #s-f96381a7-5a65-4ec6-8995-7d865523e3db img.shogun-image {
    

    
    
    
  }


#s-f96381a7-5a65-4ec6-8995-7d865523e3db .shogun-image-content {
  
    align-items: center;
  
}

#s-ed59fbd1-b6a5-471c-ad9b-eb5049c5d587 {
  margin-top: 10px;
}

#s-5358c869-6b90-4201-8e78-7c99d24b1c52 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-3fdba509-b3c1-495a-800e-f12113766439 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-86fc0811-8238-4119-ab00-66fe0eb25bfe {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-86fc0811-8238-4119-ab00-66fe0eb25bfe {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-86fc0811-8238-4119-ab00-66fe0eb25bfe {
  margin-left: 20px;
margin-right: 18px;
}
}
#s-e23a7739-396c-4847-88c7-d562eb41d936 {
  margin-left: 10%;
margin-right: 10%;
}

#s-e23a7739-396c-4847-88c7-d562eb41d936 hr {
  border-top: 2px solid rgba(250, 250, 250, 1);
}

#s-694dee07-d45c-4ca6-867d-af58050efc4f {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-7bb138e4-c3ef-496e-82d1-70f12989a579 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 80px;
background-color: rgba(99, 221, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7bb138e4-c3ef-496e-82d1-70f12989a579:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7bb138e4-c3ef-496e-82d1-70f12989a579:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7bb138e4-c3ef-496e-82d1-70f12989a579-root {
    text-align: center;
  }


#s-7bb138e4-c3ef-496e-82d1-70f12989a579.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7bb138e4-c3ef-496e-82d1-70f12989a579-root {
    text-align: center;
  }


#s-7bb138e4-c3ef-496e-82d1-70f12989a579.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7bb138e4-c3ef-496e-82d1-70f12989a579-root {
    text-align: center;
  }


#s-7bb138e4-c3ef-496e-82d1-70f12989a579.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7bb138e4-c3ef-496e-82d1-70f12989a579-root {
    text-align: center;
  }


#s-7bb138e4-c3ef-496e-82d1-70f12989a579.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7bb138e4-c3ef-496e-82d1-70f12989a579-root {
    text-align: center;
  }


#s-7bb138e4-c3ef-496e-82d1-70f12989a579.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-c901f0f5-674d-42e6-92aa-4b13cc73b622 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}

#s-b54769ed-65e7-4ec7-8443-23fbe511b812 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-b54769ed-65e7-4ec7-8443-23fbe511b812 img.shogun-image {
    

    
    
    
  }


#s-b54769ed-65e7-4ec7-8443-23fbe511b812 .shogun-image-content {
  
    align-items: center;
  
}

#s-4421cf93-b404-4791-8ff4-8ff253fcbffc {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 225, 232, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4421cf93-b404-4791-8ff4-8ff253fcbffc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4421cf93-b404-4791-8ff4-8ff253fcbffc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f7ec4553-11e1-4f66-b94a-c42b7c00590e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
background-color: rgba(255, 225, 232, 1);
}

#s-9910f21f-6722-4a49-9df9-06d33c3836d5 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (min-width: 1200px){#s-9910f21f-6722-4a49-9df9-06d33c3836d5 {
  max-width: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9910f21f-6722-4a49-9df9-06d33c3836d5 {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9910f21f-6722-4a49-9df9-06d33c3836d5 {
  max-width: 300px;
}
}






  #s-9910f21f-6722-4a49-9df9-06d33c3836d5 img.shogun-image {
    

    
    
    
  }


#s-9910f21f-6722-4a49-9df9-06d33c3836d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad7cbc15-073b-4304-bac2-420b364daac3 {
  margin-top: 10px;
}

#s-40981bf0-c3a9-4226-8ce9-e8bbcf3003a4 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-7895c22a-ab5e-4210-bf45-e66cb48a43e8 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-9a5d3360-5df2-4bfd-be21-1fa3a671642e {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9a5d3360-5df2-4bfd-be21-1fa3a671642e {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-9a5d3360-5df2-4bfd-be21-1fa3a671642e {
  margin-left: 20px;
margin-right: 18px;
}
}
#s-8baa78a0-371b-4def-8bed-53306be4a505 {
  margin-left: 10%;
margin-right: 10%;
}

#s-8baa78a0-371b-4def-8bed-53306be4a505 hr {
  border-top: 2px solid rgba(250, 250, 250, 1);
}

#s-fdf08983-6382-40e1-90c6-c267afbebad7 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-92e7bc9a-d4eb-4aac-9c49-dc90989ee526 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 80px;
background-color: rgba(99, 221, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-92e7bc9a-d4eb-4aac-9c49-dc90989ee526:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92e7bc9a-d4eb-4aac-9c49-dc90989ee526:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-92e7bc9a-d4eb-4aac-9c49-dc90989ee526-root {
    text-align: center;
  }


#s-92e7bc9a-d4eb-4aac-9c49-dc90989ee526.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-92e7bc9a-d4eb-4aac-9c49-dc90989ee526-root {
    text-align: center;
  }


#s-92e7bc9a-d4eb-4aac-9c49-dc90989ee526.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92e7bc9a-d4eb-4aac-9c49-dc90989ee526-root {
    text-align: center;
  }


#s-92e7bc9a-d4eb-4aac-9c49-dc90989ee526.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92e7bc9a-d4eb-4aac-9c49-dc90989ee526-root {
    text-align: center;
  }


#s-92e7bc9a-d4eb-4aac-9c49-dc90989ee526.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-92e7bc9a-d4eb-4aac-9c49-dc90989ee526-root {
    text-align: center;
  }


#s-92e7bc9a-d4eb-4aac-9c49-dc90989ee526.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-aa39c339-8d91-4cf4-ac0e-e3d2a41d5f46 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}

#s-c0df1a5a-e18c-429d-831a-b0578f5078d3 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-c0df1a5a-e18c-429d-831a-b0578f5078d3 img.shogun-image {
    

    
    
    
  }


#s-c0df1a5a-e18c-429d-831a-b0578f5078d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b52a0b8-ea69-4144-8608-d1dc2b020b52 {
  min-height: 50px;
}








#s-1b52a0b8-ea69-4144-8608-d1dc2b020b52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b52a0b8-ea69-4144-8608-d1dc2b020b52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83ba1f14-d86f-4c1a-acd0-95babd68ad77 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 28px;
padding-left: 5%;
padding-bottom: 28px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-83ba1f14-d86f-4c1a-acd0-95babd68ad77 {
  display: none;
}
#s-83ba1f14-d86f-4c1a-acd0-95babd68ad77, #wrap-s-83ba1f14-d86f-4c1a-acd0-95babd68ad77 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83ba1f14-d86f-4c1a-acd0-95babd68ad77 {
  display: none;
}
#s-83ba1f14-d86f-4c1a-acd0-95babd68ad77, #wrap-s-83ba1f14-d86f-4c1a-acd0-95babd68ad77 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-83ba1f14-d86f-4c1a-acd0-95babd68ad77 {
  
}
}@media (max-width: 767px){#s-83ba1f14-d86f-4c1a-acd0-95babd68ad77 {
  
}
}
@media (min-width: 0px) {
[id="s-83ba1f14-d86f-4c1a-acd0-95babd68ad77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83ba1f14-d86f-4c1a-acd0-95babd68ad77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-83ba1f14-d86f-4c1a-acd0-95babd68ad77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-83ba1f14-d86f-4c1a-acd0-95babd68ad77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-73a37507-b3df-4963-8d2a-1f1c09f72fec {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 225, 232, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-73a37507-b3df-4963-8d2a-1f1c09f72fec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73a37507-b3df-4963-8d2a-1f1c09f72fec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d9cbbde-2be6-44c1-a6c5-95d277fbafd2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
background-color: rgba(255, 225, 232, 1);
}

#s-970ff8da-4d06-4f76-944b-d187cfe36947 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-970ff8da-4d06-4f76-944b-d187cfe36947 img.shogun-image {
    

    
    
    
  }


#s-970ff8da-4d06-4f76-944b-d187cfe36947 .shogun-image-content {
  
    align-items: center;
  
}

#s-967efc45-e2b6-4aad-9563-dd6b523e24ea {
  margin-top: 10px;
}

#s-9688a23d-0f95-40d2-9eec-f5449aeaf441 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-4a7a244c-2c19-4421-9a53-eaf18645e034 {
  margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-2aa6895a-3e2f-4aa1-bafc-9e1f744600d0 {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2aa6895a-3e2f-4aa1-bafc-9e1f744600d0 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-2aa6895a-3e2f-4aa1-bafc-9e1f744600d0 {
  margin-left: 20px;
margin-right: 18px;
}
}
#s-8b4bcd4c-e868-4cbc-9ae3-0fcb256a8ecf {
  margin-left: 10%;
margin-right: 10%;
}

#s-8b4bcd4c-e868-4cbc-9ae3-0fcb256a8ecf hr {
  border-top: 2px solid rgba(250, 250, 250, 1);
}

#s-0c6f8500-509d-4e13-a437-b6f8add3e7ef {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-76ecd24e-7273-44ba-9fc9-49faacfa6cfd {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 80px;
background-color: rgba(99, 221, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-76ecd24e-7273-44ba-9fc9-49faacfa6cfd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-76ecd24e-7273-44ba-9fc9-49faacfa6cfd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-76ecd24e-7273-44ba-9fc9-49faacfa6cfd-root {
    text-align: center;
  }


#s-76ecd24e-7273-44ba-9fc9-49faacfa6cfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-76ecd24e-7273-44ba-9fc9-49faacfa6cfd-root {
    text-align: center;
  }


#s-76ecd24e-7273-44ba-9fc9-49faacfa6cfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76ecd24e-7273-44ba-9fc9-49faacfa6cfd-root {
    text-align: center;
  }


#s-76ecd24e-7273-44ba-9fc9-49faacfa6cfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76ecd24e-7273-44ba-9fc9-49faacfa6cfd-root {
    text-align: center;
  }


#s-76ecd24e-7273-44ba-9fc9-49faacfa6cfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-76ecd24e-7273-44ba-9fc9-49faacfa6cfd-root {
    text-align: center;
  }


#s-76ecd24e-7273-44ba-9fc9-49faacfa6cfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-e387caa0-88f0-4160-9492-eb41e6f7809d {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}

#s-0896c7ce-2032-4b69-a3a6-8b313acca9f3 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-0896c7ce-2032-4b69-a3a6-8b313acca9f3 img.shogun-image {
    

    
    
    
  }


#s-0896c7ce-2032-4b69-a3a6-8b313acca9f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d25e4ff-61fd-4206-88c4-d2eff466dbcc {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 225, 232, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2d25e4ff-61fd-4206-88c4-d2eff466dbcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d25e4ff-61fd-4206-88c4-d2eff466dbcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f1b39d8-77fc-4531-b67c-6732e9b59a39 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
background-color: rgba(255, 225, 232, 1);
}

#s-f423896e-8347-4ebc-a055-9f7ca1a929d7 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-f423896e-8347-4ebc-a055-9f7ca1a929d7 img.shogun-image {
    

    
    
    
  }


#s-f423896e-8347-4ebc-a055-9f7ca1a929d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-30e839ef-2da0-4c76-96b3-2dbcd91f1367 {
  margin-top: 10px;
}

#s-4da722f9-21ba-42c2-b982-82a3e0a485cd {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-595b16b7-f07a-4c12-b205-ecf7ba8980a2 {
  margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-3ea75ceb-e281-4dff-895b-5bf75d0c2f93 {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ea75ceb-e281-4dff-895b-5bf75d0c2f93 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-3ea75ceb-e281-4dff-895b-5bf75d0c2f93 {
  margin-left: 20px;
margin-right: 18px;
}
}
#s-26038efb-6f1b-445b-a851-78eeede08df0 {
  margin-left: 10%;
margin-right: 10%;
}

#s-26038efb-6f1b-445b-a851-78eeede08df0 hr {
  border-top: 2px solid rgba(250, 250, 250, 1);
}

#s-5faa8f9e-8286-4f44-a241-e77b23586d44 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-981ddbcb-03d4-448b-8c70-42746e630410 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 80px;
background-color: rgba(99, 221, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-981ddbcb-03d4-448b-8c70-42746e630410:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-981ddbcb-03d4-448b-8c70-42746e630410:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-981ddbcb-03d4-448b-8c70-42746e630410-root {
    text-align: center;
  }


#s-981ddbcb-03d4-448b-8c70-42746e630410.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-981ddbcb-03d4-448b-8c70-42746e630410-root {
    text-align: center;
  }


#s-981ddbcb-03d4-448b-8c70-42746e630410.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-981ddbcb-03d4-448b-8c70-42746e630410-root {
    text-align: center;
  }


#s-981ddbcb-03d4-448b-8c70-42746e630410.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-981ddbcb-03d4-448b-8c70-42746e630410-root {
    text-align: center;
  }


#s-981ddbcb-03d4-448b-8c70-42746e630410.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-981ddbcb-03d4-448b-8c70-42746e630410-root {
    text-align: center;
  }


#s-981ddbcb-03d4-448b-8c70-42746e630410.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-2b71caa0-b0a8-4b55-9fc2-b2338c41c451 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}

#s-f0d764ad-1047-453c-a842-81d3592cffd0 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-f0d764ad-1047-453c-a842-81d3592cffd0 img.shogun-image {
    

    
    
    
  }


#s-f0d764ad-1047-453c-a842-81d3592cffd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdf58949-dda9-4300-86d5-af126b7d3922 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 225, 232, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bdf58949-dda9-4300-86d5-af126b7d3922 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdf58949-dda9-4300-86d5-af126b7d3922.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de7cda41-fa0b-4c5e-94a7-b704c04fe98d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
background-color: rgba(255, 225, 232, 1);
}

#s-3ba95ac2-3ca3-4211-ab82-8cbf6bd553c0 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-3ba95ac2-3ca3-4211-ab82-8cbf6bd553c0 img.shogun-image {
    

    
    
    
  }


#s-3ba95ac2-3ca3-4211-ab82-8cbf6bd553c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-09895fad-dde4-463c-a973-dfe4593733b3 {
  margin-top: 10px;
}

#s-300c4004-7343-4eb1-80dd-acf1ee2dfe32 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-9814433d-f635-4fe3-bc4b-7cdf56a66009 {
  margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-fee02524-7919-482a-94a4-8031df095725 {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fee02524-7919-482a-94a4-8031df095725 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-fee02524-7919-482a-94a4-8031df095725 {
  margin-left: 20px;
margin-right: 18px;
}
}
#s-42a64eb0-4438-4d98-84aa-e407e1948408 {
  margin-left: 10%;
margin-right: 10%;
}

#s-42a64eb0-4438-4d98-84aa-e407e1948408 hr {
  border-top: 2px solid rgba(250, 250, 250, 1);
}

#s-473c5a56-3599-44c6-b970-562f216a864c {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-bdc08dca-6b63-4635-aae6-853af2016e7d {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 80px;
background-color: rgba(99, 221, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bdc08dca-6b63-4635-aae6-853af2016e7d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bdc08dca-6b63-4635-aae6-853af2016e7d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bdc08dca-6b63-4635-aae6-853af2016e7d-root {
    text-align: center;
  }


#s-bdc08dca-6b63-4635-aae6-853af2016e7d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bdc08dca-6b63-4635-aae6-853af2016e7d-root {
    text-align: center;
  }


#s-bdc08dca-6b63-4635-aae6-853af2016e7d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bdc08dca-6b63-4635-aae6-853af2016e7d-root {
    text-align: center;
  }


#s-bdc08dca-6b63-4635-aae6-853af2016e7d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bdc08dca-6b63-4635-aae6-853af2016e7d-root {
    text-align: center;
  }


#s-bdc08dca-6b63-4635-aae6-853af2016e7d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bdc08dca-6b63-4635-aae6-853af2016e7d-root {
    text-align: center;
  }


#s-bdc08dca-6b63-4635-aae6-853af2016e7d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-c81f310a-b3ff-477d-8682-d6bd8ea4106f {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}

#s-df5fea32-fb5c-44a8-bb01-32e707cd8d5c {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-df5fea32-fb5c-44a8-bb01-32e707cd8d5c img.shogun-image {
    

    
    
    
  }


#s-df5fea32-fb5c-44a8-bb01-32e707cd8d5c .shogun-image-content {
  
    align-items: center;
  
}

#s-871a9dbb-4ddf-4da0-8d62-d74a6f07633d {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-871a9dbb-4ddf-4da0-8d62-d74a6f07633d {
  margin-top: 40px;
margin-bottom: 20px;
}
}
#s-871a9dbb-4ddf-4da0-8d62-d74a6f07633d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-51cf5a1d-30f0-4236-a2b6-2ce12ebc0828 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-51cf5a1d-30f0-4236-a2b6-2ce12ebc0828 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51cf5a1d-30f0-4236-a2b6-2ce12ebc0828 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51cf5a1d-30f0-4236-a2b6-2ce12ebc0828 {
  
}
}@media (max-width: 767px){#s-51cf5a1d-30f0-4236-a2b6-2ce12ebc0828 {
  
}
}
#s-a2589938-4239-42bc-824f-eb9f61ac7999 {
  text-align: left;
}

#s-cb4834ed-1f71-4dca-bc18-134e4ef2dd61 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cb4834ed-1f71-4dca-bc18-134e4ef2dd61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb4834ed-1f71-4dca-bc18-134e4ef2dd61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac4d7362-b0f8-4d20-98df-5576e7f1f5fb {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 28px;
padding-left: 5%;
padding-bottom: 28px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ac4d7362-b0f8-4d20-98df-5576e7f1f5fb {
  
}
}@media (max-width: 767px){#s-ac4d7362-b0f8-4d20-98df-5576e7f1f5fb {
  margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-ac4d7362-b0f8-4d20-98df-5576e7f1f5fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac4d7362-b0f8-4d20-98df-5576e7f1f5fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ac4d7362-b0f8-4d20-98df-5576e7f1f5fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac4d7362-b0f8-4d20-98df-5576e7f1f5fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-629ebf94-e183-4b93-93b5-9d3dfc299b6a {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(142, 174, 189, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-629ebf94-e183-4b93-93b5-9d3dfc299b6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-629ebf94-e183-4b93-93b5-9d3dfc299b6a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a7447b4d-d002-4c6d-947b-5f1bf294fe80 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-afccc9fc-18b7-406c-9e5b-89a327b32ef9 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-06a0e642-de19-4782-b620-8fc9857af492 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}







  #s-06a0e642-de19-4782-b620-8fc9857af492 img.shogun-image {
    

    
    
    
  }


#s-06a0e642-de19-4782-b620-8fc9857af492 .shogun-image-content {
  
    align-items: center;
  
}

#s-056fa1b2-22dd-453d-9a08-773f7a176b7b {
  margin-top: 10px;
}

#s-873bd3c6-c14d-4b27-b14b-c6690df7f855 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-2e922359-e1e5-4f2d-9152-b34a1a81b8b3 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-6a00bb1e-a162-4b79-a64a-785968a4fd82 {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a00bb1e-a162-4b79-a64a-785968a4fd82 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-6a00bb1e-a162-4b79-a64a-785968a4fd82 {
  margin-left: 20px;
margin-right: 18px;
}
}
#s-b042595a-36dd-461d-a350-35b54557ec59 {
  margin-left: 5%;
margin-right: 5%;
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: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(109, 89, 122, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b042595a-36dd-461d-a350-35b54557ec59:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b042595a-36dd-461d-a350-35b54557ec59:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b042595a-36dd-461d-a350-35b54557ec59-root {
    text-align: center;
  }


#s-b042595a-36dd-461d-a350-35b54557ec59.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b042595a-36dd-461d-a350-35b54557ec59-root {
    text-align: center;
  }


#s-b042595a-36dd-461d-a350-35b54557ec59.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b042595a-36dd-461d-a350-35b54557ec59-root {
    text-align: center;
  }


#s-b042595a-36dd-461d-a350-35b54557ec59.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b042595a-36dd-461d-a350-35b54557ec59-root {
    text-align: center;
  }


#s-b042595a-36dd-461d-a350-35b54557ec59.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b042595a-36dd-461d-a350-35b54557ec59-root {
    text-align: center;
  }


#s-b042595a-36dd-461d-a350-35b54557ec59.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-8ae80fe6-a916-4cc9-80cc-bec172775539 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}

#s-aa8ad8bf-c5bf-4912-b4ab-d31a812e0d98 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-aa8ad8bf-c5bf-4912-b4ab-d31a812e0d98 img.shogun-image {
    

    
    
    
  }


#s-aa8ad8bf-c5bf-4912-b4ab-d31a812e0d98 .shogun-image-content {
  
    align-items: center;
  
}

#s-669c4d47-b9fd-42d0-aab2-b059464bf59c {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(142, 174, 189, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-669c4d47-b9fd-42d0-aab2-b059464bf59c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-669c4d47-b9fd-42d0-aab2-b059464bf59c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a0af74c6-2a5c-4e18-a0fd-b068571c5822 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-33b126d9-3fbe-4ae6-a42b-336016ffea2e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-33b126d9-3fbe-4ae6-a42b-336016ffea2e {
  margin-top: 0px;
margin-bottom: 0px;
}
}






  #s-33b126d9-3fbe-4ae6-a42b-336016ffea2e img.shogun-image {
    

    
    
    
  }


#s-33b126d9-3fbe-4ae6-a42b-336016ffea2e .shogun-image-content {
  
    align-items: center;
  
}

#s-7448ed12-1c05-47bd-b110-c99490b4d434 {
  margin-top: 10px;
}

#s-699d49e5-7bf8-4ddf-9a95-08b2869260a6 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-719a872c-3bae-4779-be58-193eb314d1ee {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-6661c531-d1c3-4b0f-8877-df6f5b5ced25 {
  margin-top: 2px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6661c531-d1c3-4b0f-8877-df6f5b5ced25 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-6661c531-d1c3-4b0f-8877-df6f5b5ced25 {
  margin-left: 20px;
margin-right: 18px;
}
}
#s-88c89e04-8cb7-484d-b1b9-0128b041ac34 {
  margin-left: 5%;
margin-right: 5%;
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: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(109, 89, 122, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-88c89e04-8cb7-484d-b1b9-0128b041ac34:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88c89e04-8cb7-484d-b1b9-0128b041ac34:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-88c89e04-8cb7-484d-b1b9-0128b041ac34-root {
    text-align: center;
  }


#s-88c89e04-8cb7-484d-b1b9-0128b041ac34.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-88c89e04-8cb7-484d-b1b9-0128b041ac34-root {
    text-align: center;
  }


#s-88c89e04-8cb7-484d-b1b9-0128b041ac34.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-88c89e04-8cb7-484d-b1b9-0128b041ac34-root {
    text-align: center;
  }


#s-88c89e04-8cb7-484d-b1b9-0128b041ac34.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-88c89e04-8cb7-484d-b1b9-0128b041ac34-root {
    text-align: center;
  }


#s-88c89e04-8cb7-484d-b1b9-0128b041ac34.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-88c89e04-8cb7-484d-b1b9-0128b041ac34-root {
    text-align: center;
  }


#s-88c89e04-8cb7-484d-b1b9-0128b041ac34.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-6392d2f3-c1ce-4790-a01f-5374e6186c35 {
  margin-top: 5px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}

#s-28540950-f98b-433a-bb00-c166faaf52bd {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-28540950-f98b-433a-bb00-c166faaf52bd img.shogun-image {
    

    
    
    
  }


#s-28540950-f98b-433a-bb00-c166faaf52bd .shogun-image-content {
  
    align-items: center;
  
}

#s-57774bec-dea8-48db-b44a-e14d8aac8a36 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-57774bec-dea8-48db-b44a-e14d8aac8a36 {
  padding-left: 10px;
padding-right: 10px;
}
}
#s-57774bec-dea8-48db-b44a-e14d8aac8a36 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-57774bec-dea8-48db-b44a-e14d8aac8a36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-57774bec-dea8-48db-b44a-e14d8aac8a36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-57774bec-dea8-48db-b44a-e14d8aac8a36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-57774bec-dea8-48db-b44a-e14d8aac8a36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-57774bec-dea8-48db-b44a-e14d8aac8a36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-470b5692-73d7-4f67-8431-5855b3049c6c {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-61a2b0c3-e1eb-4936-9969-6745326d16a7 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-46c29392-90f7-466c-ab68-bfc7fe0d0150 {
  text-align: left;
}

#s-7f96bbf2-50d7-488e-acb0-e5f23fcfa7e2 {
  margin-top: 100px;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
background-color: rgba(244, 244, 241, 1);
}

@media (min-width: 0px) {
[id="s-7f96bbf2-50d7-488e-acb0-e5f23fcfa7e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7f96bbf2-50d7-488e-acb0-e5f23fcfa7e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f96bbf2-50d7-488e-acb0-e5f23fcfa7e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f96bbf2-50d7-488e-acb0-e5f23fcfa7e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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