.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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  background-size: cover;
min-height: 50px;
background-color: rgba(243, 243, 235, 0);
background-attachment: scroll;
background-position: center center;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  display: none;
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143, #wrap-s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  display: none;
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143, #wrap-s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  display: none;
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143, #wrap-s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 { display: none !important; }}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







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

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 10px;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-image: url(https://i.shgcdn.com/7429de56-188d-4cbc-85d3-e3f8c77b197e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.1;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.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-501b586d-14b8-410a-8456-cae7f12020dd {
  text-align: center;
}
@media (min-width: 1200px){#s-501b586d-14b8-410a-8456-cae7f12020dd {
  display: none;
}
#s-501b586d-14b8-410a-8456-cae7f12020dd, #wrap-s-501b586d-14b8-410a-8456-cae7f12020dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-501b586d-14b8-410a-8456-cae7f12020dd {
  display: none;
}
#s-501b586d-14b8-410a-8456-cae7f12020dd, #wrap-s-501b586d-14b8-410a-8456-cae7f12020dd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-501b586d-14b8-410a-8456-cae7f12020dd {
  display: none;
}
#s-501b586d-14b8-410a-8456-cae7f12020dd, #wrap-s-501b586d-14b8-410a-8456-cae7f12020dd { display: none !important; }}






  #s-501b586d-14b8-410a-8456-cae7f12020dd img.shogun-image {
    

    
    
    
  }


#s-501b586d-14b8-410a-8456-cae7f12020dd .shogun-image-content {
  
    align-items: center;
  
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-875c620f-6558-4f79-890a-8cfda5a363ed hr {
  border-top: 2px solid rgba(221, 221, 221, 0.02);
}

.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-33f9ba69-6fdd-4395-93ce-4c9f685e0e6a {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-33f9ba69-6fdd-4395-93ce-4c9f685e0e6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33f9ba69-6fdd-4395-93ce-4c9f685e0e6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-33f9ba69-6fdd-4395-93ce-4c9f685e0e6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-33f9ba69-6fdd-4395-93ce-4c9f685e0e6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-423174e8-f566-47d7-bf06-a90c0518f483 {
  min-height: 50px;
}








#s-423174e8-f566-47d7-bf06-a90c0518f483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-423174e8-f566-47d7-bf06-a90c0518f483.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-ba65b6d5-b457-4e02-8457-cb1df66df845 {
  border-style: solid;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0.06);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ba65b6d5-b457-4e02-8457-cb1df66df845:hover {background-color: rgba(66, 66, 66, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ba65b6d5-b457-4e02-8457-cb1df66df845:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ba65b6d5-b457-4e02-8457-cb1df66df845-root {
    text-align: center;
  }


#s-ba65b6d5-b457-4e02-8457-cb1df66df845.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba65b6d5-b457-4e02-8457-cb1df66df845-root {
    text-align: center;
  }


#s-ba65b6d5-b457-4e02-8457-cb1df66df845.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba65b6d5-b457-4e02-8457-cb1df66df845-root {
    text-align: center;
  }


#s-ba65b6d5-b457-4e02-8457-cb1df66df845.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba65b6d5-b457-4e02-8457-cb1df66df845-root {
    text-align: center;
  }


#s-ba65b6d5-b457-4e02-8457-cb1df66df845.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba65b6d5-b457-4e02-8457-cb1df66df845-root {
    text-align: center;
  }


#s-ba65b6d5-b457-4e02-8457-cb1df66df845.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}
#s-e278deaf-0537-480d-b66c-1af53884262e {
  min-height: 50px;
}








#s-e278deaf-0537-480d-b66c-1af53884262e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e278deaf-0537-480d-b66c-1af53884262e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d86c887-cacd-4f4d-a267-94c3f78ab61b {
  border-style: solid;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0.06);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2d86c887-cacd-4f4d-a267-94c3f78ab61b:hover {background-color: rgba(66, 66, 66, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2d86c887-cacd-4f4d-a267-94c3f78ab61b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2d86c887-cacd-4f4d-a267-94c3f78ab61b-root {
    text-align: center;
  }


#s-2d86c887-cacd-4f4d-a267-94c3f78ab61b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d86c887-cacd-4f4d-a267-94c3f78ab61b-root {
    text-align: center;
  }


#s-2d86c887-cacd-4f4d-a267-94c3f78ab61b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d86c887-cacd-4f4d-a267-94c3f78ab61b-root {
    text-align: center;
  }


#s-2d86c887-cacd-4f4d-a267-94c3f78ab61b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d86c887-cacd-4f4d-a267-94c3f78ab61b-root {
    text-align: center;
  }


#s-2d86c887-cacd-4f4d-a267-94c3f78ab61b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d86c887-cacd-4f4d-a267-94c3f78ab61b-root {
    text-align: center;
  }


#s-2d86c887-cacd-4f4d-a267-94c3f78ab61b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}
#s-5af6b6aa-8789-4a3d-b00a-d8c8d9162ff0 {
  min-height: 50px;
}








#s-5af6b6aa-8789-4a3d-b00a-d8c8d9162ff0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5af6b6aa-8789-4a3d-b00a-d8c8d9162ff0.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-ff72482e-9e6d-4a85-88d6-d564e020ccb8 {
  border-style: solid;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0.06);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ff72482e-9e6d-4a85-88d6-d564e020ccb8:hover {background-color: rgba(66, 66, 66, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ff72482e-9e6d-4a85-88d6-d564e020ccb8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ff72482e-9e6d-4a85-88d6-d564e020ccb8-root {
    text-align: center;
  }


#s-ff72482e-9e6d-4a85-88d6-d564e020ccb8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff72482e-9e6d-4a85-88d6-d564e020ccb8-root {
    text-align: center;
  }


#s-ff72482e-9e6d-4a85-88d6-d564e020ccb8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff72482e-9e6d-4a85-88d6-d564e020ccb8-root {
    text-align: center;
  }


#s-ff72482e-9e6d-4a85-88d6-d564e020ccb8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff72482e-9e6d-4a85-88d6-d564e020ccb8-root {
    text-align: center;
  }


#s-ff72482e-9e6d-4a85-88d6-d564e020ccb8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff72482e-9e6d-4a85-88d6-d564e020ccb8-root {
    text-align: center;
  }


#s-ff72482e-9e6d-4a85-88d6-d564e020ccb8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}
#s-1c6a3988-37a4-4b8a-be37-31db9c39432d hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-2de551c7-094b-4ee1-8e8e-374afecb4f03 {
  min-height: 50px;
}








#s-2de551c7-094b-4ee1-8e8e-374afecb4f03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2de551c7-094b-4ee1-8e8e-374afecb4f03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64769f02-c7f4-4d54-b013-fb54f956c772 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-64769f02-c7f4-4d54-b013-fb54f956c772"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-64769f02-c7f4-4d54-b013-fb54f956c772"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-64769f02-c7f4-4d54-b013-fb54f956c772"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-64769f02-c7f4-4d54-b013-fb54f956c772"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-0b0d2688-96e6-407f-a2a2-73525fd1c5cd {
  text-align: center;
}







  #s-0b0d2688-96e6-407f-a2a2-73525fd1c5cd img.shogun-image {
    

    
    
    
  }


#s-0b0d2688-96e6-407f-a2a2-73525fd1c5cd .shogun-image-content {
  
    align-items: center;
  
}

#s-8668e20e-4bc9-433c-8bbe-7bcc402dcfc3 {
  text-align: center;
}







  #s-8668e20e-4bc9-433c-8bbe-7bcc402dcfc3 img.shogun-image {
    

    
    
    
  }


#s-8668e20e-4bc9-433c-8bbe-7bcc402dcfc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-2dfc937c-e721-469f-b287-341e33c345a5 {
  text-align: center;
}







  #s-2dfc937c-e721-469f-b287-341e33c345a5 img.shogun-image {
    

    
    
    
  }


#s-2dfc937c-e721-469f-b287-341e33c345a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-11fe206d-b08f-471a-802a-8eb559a3275c {
  text-align: center;
}







  #s-11fe206d-b08f-471a-802a-8eb559a3275c img.shogun-image {
    

    
    
    
  }


#s-11fe206d-b08f-471a-802a-8eb559a3275c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-be23c617-beda-4a9f-b401-628803fcb8ea {
  display: none;
}
#s-be23c617-beda-4a9f-b401-628803fcb8ea, #wrap-s-be23c617-beda-4a9f-b401-628803fcb8ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be23c617-beda-4a9f-b401-628803fcb8ea {
  display: none;
}
#s-be23c617-beda-4a9f-b401-628803fcb8ea, #wrap-s-be23c617-beda-4a9f-b401-628803fcb8ea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be23c617-beda-4a9f-b401-628803fcb8ea {
  display: none;
}
#s-be23c617-beda-4a9f-b401-628803fcb8ea, #wrap-s-be23c617-beda-4a9f-b401-628803fcb8ea { display: none !important; }}@media (max-width: 767px){#s-be23c617-beda-4a9f-b401-628803fcb8ea {
  display: none;
}
#s-be23c617-beda-4a9f-b401-628803fcb8ea, #wrap-s-be23c617-beda-4a9f-b401-628803fcb8ea { display: none !important; }}
#s-be23c617-beda-4a9f-b401-628803fcb8ea hr {
  border-top: 2px solid #ddd;
}

#s-4dd2ff42-0016-4a30-9dcf-b2bf12c80627 {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(139, 26, 26, 0);
}








#s-4dd2ff42-0016-4a30-9dcf-b2bf12c80627 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dd2ff42-0016-4a30-9dcf-b2bf12c80627.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a28623b-2d17-48cf-9fea-2d5d1aded074 hr {
  border-top: 2px solid #ddd;
}

.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-ba720bbb-600f-4af1-b6a3-0654190e3c32 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba720bbb-600f-4af1-b6a3-0654190e3c32 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-331f8180-44e8-400f-83b6-aa1848d62d8b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-331f8180-44e8-400f-83b6-aa1848d62d8b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-e9da9e2f-5f15-4e21-a82e-bfa9e20bf870 hr {
  border-top: 2px solid #ddd;
}

.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-f660c37c-d57c-4eb5-b18f-a76cb7e98a8c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f660c37c-d57c-4eb5-b18f-a76cb7e98a8c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f660c37c-d57c-4eb5-b18f-a76cb7e98a8c .shg-sld-nav-button.shg-sld-left,
#s-f660c37c-d57c-4eb5-b18f-a76cb7e98a8c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-67d3f4b0-19d6-41af-984f-0ababb7e783c {
  min-height: 50px;
}








#s-67d3f4b0-19d6-41af-984f-0ababb7e783c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67d3f4b0-19d6-41af-984f-0ababb7e783c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eadaf05a-e1d1-40bd-bd95-7b045127ff47 .shogun-icon-wrapper {
  text-align: center;
}


#s-eadaf05a-e1d1-40bd-bd95-7b045127ff47 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(0, 0, 0, 1);
}

#s-5c32eed9-8c9c-4556-bd51-140729c76468 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c32eed9-8c9c-4556-bd51-140729c76468 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-35b3cd25-6b93-44f1-81a5-fa7ba26002bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35b3cd25-6b93-44f1-81a5-fa7ba26002bf .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e5086512-ab85-47c1-9645-f9cc5986fba7 {
  border-style: solid;
margin-left: 5%;
margin-right: 5%;
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(0, 0, 0, 1);
border-radius: 1px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e5086512-ab85-47c1-9645-f9cc5986fba7:hover {background-color: rgba(66, 66, 66, 0.19) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e5086512-ab85-47c1-9645-f9cc5986fba7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e5086512-ab85-47c1-9645-f9cc5986fba7-root {
    text-align: center;
  }


#s-e5086512-ab85-47c1-9645-f9cc5986fba7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e5086512-ab85-47c1-9645-f9cc5986fba7-root {
    text-align: center;
  }


#s-e5086512-ab85-47c1-9645-f9cc5986fba7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5086512-ab85-47c1-9645-f9cc5986fba7-root {
    text-align: center;
  }


#s-e5086512-ab85-47c1-9645-f9cc5986fba7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5086512-ab85-47c1-9645-f9cc5986fba7-root {
    text-align: center;
  }


#s-e5086512-ab85-47c1-9645-f9cc5986fba7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e5086512-ab85-47c1-9645-f9cc5986fba7-root {
    text-align: center;
  }


#s-e5086512-ab85-47c1-9645-f9cc5986fba7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-13edaf60-c795-4b11-8211-a7a4f2cff8da {
  min-height: 50px;
}








#s-13edaf60-c795-4b11-8211-a7a4f2cff8da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13edaf60-c795-4b11-8211-a7a4f2cff8da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f5119da-2ace-4afa-9ac5-40bf1d5b806a .shogun-icon-wrapper {
  text-align: center;
}


#s-1f5119da-2ace-4afa-9ac5-40bf1d5b806a .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(0, 0, 0, 1);
}

#s-8e1e6916-f5c1-475b-bc80-21a638b54b5e {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e1e6916-f5c1-475b-bc80-21a638b54b5e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e8c2cef4-dd9d-451c-8d19-890fc184422c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8c2cef4-dd9d-451c-8d19-890fc184422c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5e65d9ec-319e-476c-a1b0-ee29fecc721e {
  border-style: solid;
margin-left: 5%;
margin-right: 5%;
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(0, 0, 0, 1);
border-radius: 1px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5e65d9ec-319e-476c-a1b0-ee29fecc721e:hover {background-color: rgba(66, 66, 66, 0.19) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5e65d9ec-319e-476c-a1b0-ee29fecc721e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e65d9ec-319e-476c-a1b0-ee29fecc721e-root {
    text-align: center;
  }


#s-5e65d9ec-319e-476c-a1b0-ee29fecc721e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e65d9ec-319e-476c-a1b0-ee29fecc721e-root {
    text-align: center;
  }


#s-5e65d9ec-319e-476c-a1b0-ee29fecc721e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e65d9ec-319e-476c-a1b0-ee29fecc721e-root {
    text-align: center;
  }


#s-5e65d9ec-319e-476c-a1b0-ee29fecc721e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e65d9ec-319e-476c-a1b0-ee29fecc721e-root {
    text-align: center;
  }


#s-5e65d9ec-319e-476c-a1b0-ee29fecc721e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e65d9ec-319e-476c-a1b0-ee29fecc721e-root {
    text-align: center;
  }


#s-5e65d9ec-319e-476c-a1b0-ee29fecc721e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-c46fac77-e718-4574-99f6-f1512ab612e9 {
  min-height: 50px;
}








#s-c46fac77-e718-4574-99f6-f1512ab612e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c46fac77-e718-4574-99f6-f1512ab612e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8375f42-8274-4f8c-8448-2378147179f1 .shogun-icon-wrapper {
  text-align: center;
}


#s-c8375f42-8274-4f8c-8448-2378147179f1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(0, 0, 0, 1);
}

#s-57513655-e19c-48db-ac11-d1901cc78036 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57513655-e19c-48db-ac11-d1901cc78036 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a17d4ad9-94e5-47f8-ac12-59ecfde338b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a17d4ad9-94e5-47f8-ac12-59ecfde338b4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2954f561-e957-4a0b-8852-1b7bcc9eaf1d {
  border-style: solid;
margin-left: 5%;
margin-right: 5%;
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(0, 0, 0, 1);
border-radius: 1px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2954f561-e957-4a0b-8852-1b7bcc9eaf1d:hover {background-color: rgba(66, 66, 66, 0.19) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2954f561-e957-4a0b-8852-1b7bcc9eaf1d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2954f561-e957-4a0b-8852-1b7bcc9eaf1d-root {
    text-align: center;
  }


#s-2954f561-e957-4a0b-8852-1b7bcc9eaf1d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2954f561-e957-4a0b-8852-1b7bcc9eaf1d-root {
    text-align: center;
  }


#s-2954f561-e957-4a0b-8852-1b7bcc9eaf1d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2954f561-e957-4a0b-8852-1b7bcc9eaf1d-root {
    text-align: center;
  }


#s-2954f561-e957-4a0b-8852-1b7bcc9eaf1d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2954f561-e957-4a0b-8852-1b7bcc9eaf1d-root {
    text-align: center;
  }


#s-2954f561-e957-4a0b-8852-1b7bcc9eaf1d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2954f561-e957-4a0b-8852-1b7bcc9eaf1d-root {
    text-align: center;
  }


#s-2954f561-e957-4a0b-8852-1b7bcc9eaf1d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-314017cb-0c07-4789-8060-d28da79f38c3 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-010db618-952c-495d-88bd-06a7d1c9e46b {
  box-shadow:0px 0px 0px 0px rgba(7, 7, 7, 1);
margin-left: 5%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-010db618-952c-495d-88bd-06a7d1c9e46b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-010db618-952c-495d-88bd-06a7d1c9e46b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5f05be62-9f9d-46f0-8f25-4280002afd5e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5f05be62-9f9d-46f0-8f25-4280002afd5e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5f05be62-9f9d-46f0-8f25-4280002afd5e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5f05be62-9f9d-46f0-8f25-4280002afd5e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-aef2b649-20fd-4c4f-b74e-48373e8008ab {
  min-height: 50px;
}








#s-aef2b649-20fd-4c4f-b74e-48373e8008ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aef2b649-20fd-4c4f-b74e-48373e8008ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5ef0a7e-9d16-49b2-9e17-6cb34aed98db {
  margin-bottom: 10px;
text-align: center;
}







  #s-a5ef0a7e-9d16-49b2-9e17-6cb34aed98db img.shogun-image {
    

    
    
    
  }


#s-a5ef0a7e-9d16-49b2-9e17-6cb34aed98db .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a0d8ea04-73dc-478c-932e-c6e7bdc4f999 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-a0d8ea04-73dc-478c-932e-c6e7bdc4f999 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: right;
}



#s-aa845a2e-13d6-43d7-bcbc-107ae6f5408a {
  min-height: 50px;
}








#s-aa845a2e-13d6-43d7-bcbc-107ae6f5408a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa845a2e-13d6-43d7-bcbc-107ae6f5408a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77882f97-2bd0-4336-b081-da318e726f07 {
  text-align: center;
}







  #s-77882f97-2bd0-4336-b081-da318e726f07 img.shogun-image {
    

    
    
    
  }


#s-77882f97-2bd0-4336-b081-da318e726f07 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-bca9abcc-cc22-4d9a-abff-40afa6a04e92 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-bca9abcc-cc22-4d9a-abff-40afa6a04e92 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: right;
}



#s-351617a6-ee02-4c29-b75a-ab246a0b831d {
  min-height: 50px;
}








#s-351617a6-ee02-4c29-b75a-ab246a0b831d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-351617a6-ee02-4c29-b75a-ab246a0b831d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbee5557-f389-4b00-aea7-4c8d5336636a {
  text-align: center;
}







  #s-fbee5557-f389-4b00-aea7-4c8d5336636a img.shogun-image {
    

    
    
    
  }


#s-fbee5557-f389-4b00-aea7-4c8d5336636a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-1f97fd03-dc24-40c1-acd5-78dfebcd4216 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-1f97fd03-dc24-40c1-acd5-78dfebcd4216 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: right;
}



#s-e5dfb4b7-db17-49c3-b293-897a6aae9b8c {
  min-height: 50px;
}








#s-e5dfb4b7-db17-49c3-b293-897a6aae9b8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5dfb4b7-db17-49c3-b293-897a6aae9b8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18b391ed-3475-4e9a-9ff0-1c00683188a8 {
  text-align: center;
}







  #s-18b391ed-3475-4e9a-9ff0-1c00683188a8 img.shogun-image {
    

    
    
    
  }


#s-18b391ed-3475-4e9a-9ff0-1c00683188a8 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-93d167d7-8b70-4b44-8825-f38331a0a00b {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-93d167d7-8b70-4b44-8825-f38331a0a00b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: right;
}



#s-943abd22-ab53-4589-834e-9c04cf224c18 {
  min-height: 50px;
}








#s-943abd22-ab53-4589-834e-9c04cf224c18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-943abd22-ab53-4589-834e-9c04cf224c18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-024c9588-565b-4724-be4b-10a014cd472a {
  margin-top: 15px;
margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-024c9588-565b-4724-be4b-10a014cd472a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-024c9588-565b-4724-be4b-10a014cd472a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d628527-2dd1-4a90-acfb-9bf7a2e487c4 hr {
  border-top: 2px solid #ddd;
}

#s-f2b314ff-4660-4331-b2e7-4bb2cbb17ba6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2b314ff-4660-4331-b2e7-4bb2cbb17ba6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-59adc729-5e3d-4f0c-ad38-6dbe44024a5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59adc729-5e3d-4f0c-ad38-6dbe44024a5a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0cba8ded-c1c3-401e-b00b-70ac669f6167 {
  min-height: 50px;
}








#s-0cba8ded-c1c3-401e-b00b-70ac669f6167 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cba8ded-c1c3-401e-b00b-70ac669f6167.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce530575-8278-47a9-8a93-598c14f5fb9a {
  text-align: left;
}







  #s-ce530575-8278-47a9-8a93-598c14f5fb9a img.shogun-image {
    

    
    
    
  }


#s-ce530575-8278-47a9-8a93-598c14f5fb9a .shogun-image-content {
  
    align-items: center;
  
}

#s-b354ad42-2fdc-45f1-a925-350e214f01a3 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b354ad42-2fdc-45f1-a925-350e214f01a3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-751eafb1-6b10-4408-9b6b-3cea2f58b7f3 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-751eafb1-6b10-4408-9b6b-3cea2f58b7f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-751eafb1-6b10-4408-9b6b-3cea2f58b7f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0991279a-3c4a-4494-869c-ce349b223af1 hr {
  border-top: 2px solid #ddd;
}

#s-c9402641-d2d6-4577-843f-55980636127d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c9402641-d2d6-4577-843f-55980636127d .shg-sld-dot {
  background-color: rgba(219, 217, 217, 1);
}

#s-c9402641-d2d6-4577-843f-55980636127d .shg-sld-nav-button.shg-sld-left,
#s-c9402641-d2d6-4577-843f-55980636127d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(219, 217, 217, 1);
}

#s-c180e080-d501-4b43-8f15-c99870cba91f {
  min-height: 50px;
}








#s-c180e080-d501-4b43-8f15-c99870cba91f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c180e080-d501-4b43-8f15-c99870cba91f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-982ca6a4-3998-4f42-91a4-98cf919c8165 {
  text-align: center;
}







  #s-982ca6a4-3998-4f42-91a4-98cf919c8165 img.shogun-image {
    

    
    
    
  }


#s-982ca6a4-3998-4f42-91a4-98cf919c8165 .shogun-image-content {
  
    align-items: center;
  
}

#s-eff0d809-0c25-49e5-9580-fe9cf3cee8a7 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eff0d809-0c25-49e5-9580-fe9cf3cee8a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-f4bd482b-9e85-4e30-9ffb-7d938c5e1e36 {
  min-height: 50px;
}








#s-f4bd482b-9e85-4e30-9ffb-7d938c5e1e36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4bd482b-9e85-4e30-9ffb-7d938c5e1e36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c398a78a-2aeb-4b67-b211-5f6c8d092100 {
  text-align: center;
}







  #s-c398a78a-2aeb-4b67-b211-5f6c8d092100 img.shogun-image {
    

    
    
    
  }


#s-c398a78a-2aeb-4b67-b211-5f6c8d092100 .shogun-image-content {
  
    align-items: center;
  
}

#s-42704d43-024e-45e3-b729-5b1a926a2754 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42704d43-024e-45e3-b729-5b1a926a2754 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-79f2bc49-22d7-4477-89e9-da3e85ea461a {
  min-height: 50px;
}








#s-79f2bc49-22d7-4477-89e9-da3e85ea461a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79f2bc49-22d7-4477-89e9-da3e85ea461a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33db8b87-20eb-4e3b-a512-121d211028c7 {
  text-align: center;
}







  #s-33db8b87-20eb-4e3b-a512-121d211028c7 img.shogun-image {
    

    
    
    
  }


#s-33db8b87-20eb-4e3b-a512-121d211028c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2433ea2-7374-42c0-b6b2-4231e9170198 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2433ea2-7374-42c0-b6b2-4231e9170198 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-0e7fd193-0ecf-49fb-b864-440ccf12990f hr {
  border-top: 2px solid #ddd;
}

#s-5d83b594-c54b-4507-8127-7d9f66522386 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d83b594-c54b-4507-8127-7d9f66522386 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-aa256f62-631e-4f08-a84e-9c0189346234 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa256f62-631e-4f08-a84e-9c0189346234 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-85562d98-7f8d-4104-a23c-d47604d47011 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-85562d98-7f8d-4104-a23c-d47604d47011 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85562d98-7f8d-4104-a23c-d47604d47011.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cb27639-254c-490b-820c-653a00951a31 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}







  #s-7cb27639-254c-490b-820c-653a00951a31 img.shogun-image {
    

    
    
    
  }


#s-7cb27639-254c-490b-820c-653a00951a31 .shogun-image-content {
  
    align-items: center;
  
}

#s-9207ef1b-30bd-4a77-9490-96f8999fc522 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9207ef1b-30bd-4a77-9490-96f8999fc522 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-3e80d8c4-3656-4a0d-b920-7ca3a5fb2185 hr {
  border-top: 2px solid #ddd;
}

#s-d5a16aba-4a92-48f3-aa9f-690d69b53cdf {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-d5a16aba-4a92-48f3-aa9f-690d69b53cdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5a16aba-4a92-48f3-aa9f-690d69b53cdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb6842dd-863f-4d44-af7a-eb11128d017d {
  min-height: 50px;
}








#s-cb6842dd-863f-4d44-af7a-eb11128d017d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb6842dd-863f-4d44-af7a-eb11128d017d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9b42fb9-f169-4c0e-8c05-9c242a5f23f8 {
  text-align: center;
}







  #s-f9b42fb9-f169-4c0e-8c05-9c242a5f23f8 img.shogun-image {
    

    
    
    
  }


#s-f9b42fb9-f169-4c0e-8c05-9c242a5f23f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f78814f1-8537-4a73-95ec-f208a15a1c53 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f78814f1-8537-4a73-95ec-f208a15a1c53 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-d36dcb98-b494-403e-99f2-02b852464a05 hr {
  border-top: 2px solid #ddd;
}

#s-b8b489e8-a06f-4964-9019-6a22f6b6665e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8b489e8-a06f-4964-9019-6a22f6b6665e .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a7ad8c73-8a78-41df-96ab-423a46c44421 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7ad8c73-8a78-41df-96ab-423a46c44421 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5d0d16ee-eefa-4104-a756-2e0bd485a425 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-5d0d16ee-eefa-4104-a756-2e0bd485a425 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d0d16ee-eefa-4104-a756-2e0bd485a425.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6b16055-af1e-427c-b95a-9adfcd483e7e {
  text-align: left;
}







  #s-c6b16055-af1e-427c-b95a-9adfcd483e7e img.shogun-image {
    

    
    
    
  }


#s-c6b16055-af1e-427c-b95a-9adfcd483e7e .shogun-image-content {
  
    align-items: center;
  
}

#s-becc4dfa-2490-47f8-a5da-e77ddf8bb0e4 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-becc4dfa-2490-47f8-a5da-e77ddf8bb0e4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-a6544a47-82b1-47a5-9f42-208b156d920d hr {
  border-top: 2px solid #ddd;
}

#s-b2981461-af64-46b3-aedd-e002eb84e9d1 {
  min-height: 50px;
}








#s-b2981461-af64-46b3-aedd-e002eb84e9d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2981461-af64-46b3-aedd-e002eb84e9d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dfd5a0a-0f43-4d89-b226-e864bcf8c64a {
  text-align: center;
}







  #s-7dfd5a0a-0f43-4d89-b226-e864bcf8c64a img.shogun-image {
    

    
    
    
  }


#s-7dfd5a0a-0f43-4d89-b226-e864bcf8c64a .shogun-image-content {
  
    align-items: center;
  
}

#s-54436d9a-8e47-4cd2-8c38-dffc0723dc72 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54436d9a-8e47-4cd2-8c38-dffc0723dc72 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-18acd293-ffca-4315-8687-7e6c22f8fb72 hr {
  border-top: 2px solid #ddd;
}

#s-286d2ff6-f5e5-43f2-b4c5-dc1f6252bde9 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-286d2ff6-f5e5-43f2-b4c5-dc1f6252bde9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-286d2ff6-f5e5-43f2-b4c5-dc1f6252bde9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d21733f4-01d9-4d65-a9f3-23950e231323"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d21733f4-01d9-4d65-a9f3-23950e231323"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d21733f4-01d9-4d65-a9f3-23950e231323"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d21733f4-01d9-4d65-a9f3-23950e231323"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-252a1f33-934a-4e97-89f2-925434cb0f1a {
  min-height: 50px;
}








#s-252a1f33-934a-4e97-89f2-925434cb0f1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-252a1f33-934a-4e97-89f2-925434cb0f1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04395075-8655-49d2-9e26-917c7a897c31 {
  text-align: center;
}







  #s-04395075-8655-49d2-9e26-917c7a897c31 img.shogun-image {
    

    
    
    
  }


#s-04395075-8655-49d2-9e26-917c7a897c31 .shogun-image-content {
  
    align-items: center;
  
}

#s-bfd07fbe-8a0e-4b2c-b4ef-8e3fdf403a4c {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfd07fbe-8a0e-4b2c-b4ef-8e3fdf403a4c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-a0fa626d-2911-46b1-8746-e0983824a3e1 {
  min-height: 50px;
}








#s-a0fa626d-2911-46b1-8746-e0983824a3e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0fa626d-2911-46b1-8746-e0983824a3e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcbaee28-a419-4444-8d57-387b6878f443 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcbaee28-a419-4444-8d57-387b6878f443 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-cd247ad6-3ad0-4d20-86fa-e8815819a84b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cd247ad6-3ad0-4d20-86fa-e8815819a84b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-90a755d0-f0c7-4bee-9ee5-35d44587c275 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-90a755d0-f0c7-4bee-9ee5-35d44587c275:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90a755d0-f0c7-4bee-9ee5-35d44587c275:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90a755d0-f0c7-4bee-9ee5-35d44587c275-root {
    text-align: center;
  }


#s-90a755d0-f0c7-4bee-9ee5-35d44587c275.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-90a755d0-f0c7-4bee-9ee5-35d44587c275-root {
    text-align: center;
  }


#s-90a755d0-f0c7-4bee-9ee5-35d44587c275.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90a755d0-f0c7-4bee-9ee5-35d44587c275-root {
    text-align: center;
  }


#s-90a755d0-f0c7-4bee-9ee5-35d44587c275.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90a755d0-f0c7-4bee-9ee5-35d44587c275-root {
    text-align: center;
  }


#s-90a755d0-f0c7-4bee-9ee5-35d44587c275.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-90a755d0-f0c7-4bee-9ee5-35d44587c275-root {
    text-align: center;
  }


#s-90a755d0-f0c7-4bee-9ee5-35d44587c275.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c20ba0b0-984c-4d94-8d11-a88239cbc18f hr {
  border-top: 2px solid #ddd;
}

#s-3015031d-74f9-46b5-a1d1-94e98354e7c2 {
  min-height: 50px;
}








#s-3015031d-74f9-46b5-a1d1-94e98354e7c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3015031d-74f9-46b5-a1d1-94e98354e7c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6392c693-d589-429a-be60-da764b747063 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-6392c693-d589-429a-be60-da764b747063 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6392c693-d589-429a-be60-da764b747063.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23cf5273-e763-4dc6-8e58-52bf19c572b3 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-23cf5273-e763-4dc6-8e58-52bf19c572b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23cf5273-e763-4dc6-8e58-52bf19c572b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23cf5273-e763-4dc6-8e58-52bf19c572b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23cf5273-e763-4dc6-8e58-52bf19c572b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-469794b6-c1e7-4d84-8267-ec16d8f804d1 {
  min-height: 50px;
}








#s-469794b6-c1e7-4d84-8267-ec16d8f804d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-469794b6-c1e7-4d84-8267-ec16d8f804d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a2e6e25-2d85-4dbe-9f10-e614a349c520 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(243, 243, 235, 0);
}

#s-8a2e6e25-2d85-4dbe-9f10-e614a349c520 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


#s-8a2e6e25-2d85-4dbe-9f10-e614a349c520 .shogun-heading-component h1 a {
  color: #000;
}


#s-6db73c35-1ad5-4e97-bd29-b9df6c12b025 {
  min-height: 50px;
}








#s-6db73c35-1ad5-4e97-bd29-b9df6c12b025 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6db73c35-1ad5-4e97-bd29-b9df6c12b025.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

@media (min-width: 768px) {
  [id="s-c3d244a0-f01a-4a2a-a69d-017d25fefd57"] .shg-ig-posts-container > .shg-ig-posts {
    width: 100.0%;
    padding-right: 30px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 30px) !important;
  }
}

#s-31898353-26fb-42db-a5a8-e96cd009b6b9 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-31898353-26fb-42db-a5a8-e96cd009b6b9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31898353-26fb-42db-a5a8-e96cd009b6b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31898353-26fb-42db-a5a8-e96cd009b6b9 {
  
}
}







#s-31898353-26fb-42db-a5a8-e96cd009b6b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31898353-26fb-42db-a5a8-e96cd009b6b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36acfc73-f9b6-4e4d-b8ef-ef5c6806e27c {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-36acfc73-f9b6-4e4d-b8ef-ef5c6806e27c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36acfc73-f9b6-4e4d-b8ef-ef5c6806e27c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36acfc73-f9b6-4e4d-b8ef-ef5c6806e27c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36acfc73-f9b6-4e4d-b8ef-ef5c6806e27c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6f0f735b-adcc-46d3-b455-521820aac817 {
  min-height: 50px;
}








#s-6f0f735b-adcc-46d3-b455-521820aac817 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f0f735b-adcc-46d3-b455-521820aac817.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7396a6c-2add-487f-b18c-918c66225425 {
  margin-bottom: 20px;
text-align: left;
}

#s-e7396a6c-2add-487f-b18c-918c66225425 .shogun-heading-component h1 {
  color: rgba(3, 3, 3, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-57f8a534-0eb3-4d34-989f-29900ce920a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-57f8a534-0eb3-4d34-989f-29900ce920a5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



.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-ab42659e-ad31-40bf-89bf-b9e71a3e5599 {
  min-height: 50px;
}








#s-ab42659e-ad31-40bf-89bf-b9e71a3e5599 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab42659e-ad31-40bf-89bf-b9e71a3e5599.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b44de7f0-0d33-4930-994d-1924fdb65897 {
  margin-left: -2%;
margin-right: -2%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-b44de7f0-0d33-4930-994d-1924fdb65897 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  
  
  
  
}

#s-b44de7f0-0d33-4930-994d-1924fdb65897 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  font-style: ;
  color: rgba(34, 188, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  
  
  justify-content: center;
}

#s-b44de7f0-0d33-4930-994d-1924fdb65897 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(34, 188, 34, 1);
}

#s-b44de7f0-0d33-4930-994d-1924fdb65897 .shogun-form-error-msg-container, #s-b44de7f0-0d33-4930-994d-1924fdb65897 .shogun-form-field-error-msg-container {
  display: none;
}

#s-b44de7f0-0d33-4930-994d-1924fdb65897 .shogun-form-error-msg {
  
  font-style: ;
  color: rgba(224, 0, 0, 1);
  font-family: Spartan;
  font-weight: 500;
  
  
  
}

#s-b44de7f0-0d33-4930-994d-1924fdb65897 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(224, 0, 0, 1);
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-08fd4c57-bafa-40dd-995c-1494cd015785 {
  margin-bottom: 10px;
}

#s-08fd4c57-bafa-40dd-995c-1494cd015785  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(245, 245, 245, 0);
  
  font-size: 16px;
  font-style: ;
  color: #000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 2em;
  
}

#s-08fd4c57-bafa-40dd-995c-1494cd015785  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: ;
  color: rgba(34, 34, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  
  
}


#s-08fd4c57-bafa-40dd-995c-1494cd015785 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(241, 241, 241, 0);
  color: #000;
}



#s-08fd4c57-bafa-40dd-995c-1494cd015785 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(34, 25, 77, 0);
  color: #000;
}


#s-9b3f79b7-6746-4123-b65d-19eadf8791df {
  margin-bottom: 10px;
}

#s-9b3f79b7-6746-4123-b65d-19eadf8791df  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(245, 245, 245, 0);
  
  font-size: 16px;
  font-style: ;
  color: #000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 2em;
  
}

#s-9b3f79b7-6746-4123-b65d-19eadf8791df  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: ;
  color: rgba(34, 34, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  
  
}


#s-9b3f79b7-6746-4123-b65d-19eadf8791df .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(241, 241, 241, 0);
  color: #000;
}



#s-9b3f79b7-6746-4123-b65d-19eadf8791df .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(34, 25, 77, 0);
  color: #000;
}


#s-284fc058-6423-49dc-9037-980e40694966 {
  margin-bottom: 5px;
}

#s-284fc058-6423-49dc-9037-980e40694966  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(245, 245, 245, 0);
  
  font-size: 16px;
  font-style: ;
  color: #000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 2em;
  
}

#s-284fc058-6423-49dc-9037-980e40694966  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: ;
  color: rgba(34, 34, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  line-height: 2em;
  
}


#s-284fc058-6423-49dc-9037-980e40694966 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(241, 241, 241, 0);
  color: #000;
}



#s-284fc058-6423-49dc-9037-980e40694966 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(34, 25, 77, 0);
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-9a462fea-28d0-4f6d-81c0-706388f38b9a {
  border-style: solid;
margin-top: 14px;
margin-bottom: 14px;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
color: rgba(0, 0, 0, 1);
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
font-family: Work Sans;
font-size: 16px;
font-weight: 300;
background-image: none;
hover-type: color;
}
#s-9a462fea-28d0-4f6d-81c0-706388f38b9a:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(34, 34, 34, 0.22) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9a462fea-28d0-4f6d-81c0-706388f38b9a:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(68, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}
#s-9a462fea-28d0-4f6d-81c0-706388f38b9a[disabled],
#s-9a462fea-28d0-4f6d-81c0-706388f38b9a[disabled]:hover,
#s-9a462fea-28d0-4f6d-81c0-706388f38b9a[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-9a462fea-28d0-4f6d-81c0-706388f38b9a {
  display:  inline-block ;
  width:  auto ;
}

@media (max-width: 767px){#s-9a462fea-28d0-4f6d-81c0-706388f38b9a[disabled],
#s-9a462fea-28d0-4f6d-81c0-706388f38b9a[disabled]:hover,
#s-9a462fea-28d0-4f6d-81c0-706388f38b9a[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-9a462fea-28d0-4f6d-81c0-706388f38b9a {
  display:  block ;
  width:  100% ;
}

}
#s-2d2f95b4-8de1-4a45-bde8-78ca0a33ec45 hr {
  border-top: 2px solid rgba(19, 16, 16, 0);
}

#s-5cbecdeb-fc45-4da5-958c-bb09ccb1bb61 {
  background-size: cover;
min-height: 50px;
background-color: rgba(243, 243, 235, 0);
background-attachment: scroll;
background-position: center center;
}
@media (min-width: 1200px){#s-5cbecdeb-fc45-4da5-958c-bb09ccb1bb61 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5cbecdeb-fc45-4da5-958c-bb09ccb1bb61 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5cbecdeb-fc45-4da5-958c-bb09ccb1bb61 {
  
}
}@media (max-width: 767px){#s-5cbecdeb-fc45-4da5-958c-bb09ccb1bb61 {
  display: none;
}
#s-5cbecdeb-fc45-4da5-958c-bb09ccb1bb61, #wrap-s-5cbecdeb-fc45-4da5-958c-bb09ccb1bb61 { display: none !important; }}







#s-5cbecdeb-fc45-4da5-958c-bb09ccb1bb61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cbecdeb-fc45-4da5-958c-bb09ccb1bb61.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2f46333e-7693-4bb3-a6eb-3c1a2e12ad4b {
  background-size: cover;
margin-top: 0px;
margin-bottom: 10px;
min-height: 600px;
background-position: center center;
background-color: rgba(249, 249, 244, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-2f46333e-7693-4bb3-a6eb-3c1a2e12ad4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f46333e-7693-4bb3-a6eb-3c1a2e12ad4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f46333e-7693-4bb3-a6eb-3c1a2e12ad4b {
  
}
}@media (max-width: 767px){#s-2f46333e-7693-4bb3-a6eb-3c1a2e12ad4b {
  
}
}







#s-2f46333e-7693-4bb3-a6eb-3c1a2e12ad4b > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.1;
}#s-2f46333e-7693-4bb3-a6eb-3c1a2e12ad4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cf8d970-29a0-4b43-8746-0fa2dd325cf9 {
  text-align: center;
}
@media (min-width: 1200px){#s-0cf8d970-29a0-4b43-8746-0fa2dd325cf9 {
  display: none;
}
#s-0cf8d970-29a0-4b43-8746-0fa2dd325cf9, #wrap-s-0cf8d970-29a0-4b43-8746-0fa2dd325cf9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cf8d970-29a0-4b43-8746-0fa2dd325cf9 {
  display: none;
}
#s-0cf8d970-29a0-4b43-8746-0fa2dd325cf9, #wrap-s-0cf8d970-29a0-4b43-8746-0fa2dd325cf9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0cf8d970-29a0-4b43-8746-0fa2dd325cf9 {
  display: none;
}
#s-0cf8d970-29a0-4b43-8746-0fa2dd325cf9, #wrap-s-0cf8d970-29a0-4b43-8746-0fa2dd325cf9 { display: none !important; }}






  #s-0cf8d970-29a0-4b43-8746-0fa2dd325cf9 img.shogun-image {
    

    
    
    
  }


#s-0cf8d970-29a0-4b43-8746-0fa2dd325cf9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6652989-5975-4dfa-9e55-9a311f80d271 {
  min-height: 50px;
}








#s-b6652989-5975-4dfa-9e55-9a311f80d271 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6652989-5975-4dfa-9e55-9a311f80d271.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1e772e3-ee6a-4aee-904c-6ca603d25275 {
  text-align: center;
background-color: rgba(194, 106, 90, 0);
}







  #s-d1e772e3-ee6a-4aee-904c-6ca603d25275 img.shogun-image {
    

    
    
    
  }


#s-d1e772e3-ee6a-4aee-904c-6ca603d25275 .shogun-image-content {
  
    align-items: center;
  
}

#s-634f86e7-d85d-4cec-af81-717e0d15c252 {
  text-align: center;
}







  #s-634f86e7-d85d-4cec-af81-717e0d15c252 img.shogun-image {
    

    
    
    
  }


#s-634f86e7-d85d-4cec-af81-717e0d15c252 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d112e57-10c9-4ac7-8ccc-b24549eca149 hr {
  border-top: 2px solid rgba(221, 221, 221, 0.01);
}

#s-215b638c-1dbd-44a5-8490-2b0770a1467e {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-215b638c-1dbd-44a5-8490-2b0770a1467e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-215b638c-1dbd-44a5-8490-2b0770a1467e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-215b638c-1dbd-44a5-8490-2b0770a1467e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-215b638c-1dbd-44a5-8490-2b0770a1467e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2b7134f5-2f25-43d7-81ec-fdaa26a963ce {
  min-height: 50px;
}








#s-2b7134f5-2f25-43d7-81ec-fdaa26a963ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b7134f5-2f25-43d7-81ec-fdaa26a963ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a0fe4e6-a648-4cff-8aeb-2355f32fb4d4 {
  border-style: solid;
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(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0.06);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2a0fe4e6-a648-4cff-8aeb-2355f32fb4d4:hover {background-color: rgba(66, 66, 66, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2a0fe4e6-a648-4cff-8aeb-2355f32fb4d4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2a0fe4e6-a648-4cff-8aeb-2355f32fb4d4-root {
    text-align: center;
  }


#s-2a0fe4e6-a648-4cff-8aeb-2355f32fb4d4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2a0fe4e6-a648-4cff-8aeb-2355f32fb4d4-root {
    text-align: center;
  }


#s-2a0fe4e6-a648-4cff-8aeb-2355f32fb4d4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a0fe4e6-a648-4cff-8aeb-2355f32fb4d4-root {
    text-align: center;
  }


#s-2a0fe4e6-a648-4cff-8aeb-2355f32fb4d4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a0fe4e6-a648-4cff-8aeb-2355f32fb4d4-root {
    text-align: center;
  }


#s-2a0fe4e6-a648-4cff-8aeb-2355f32fb4d4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2a0fe4e6-a648-4cff-8aeb-2355f32fb4d4-root {
    text-align: center;
  }


#s-2a0fe4e6-a648-4cff-8aeb-2355f32fb4d4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}
#s-d4dad822-cd50-4103-8a53-f388759baf13 {
  min-height: 50px;
}








#s-d4dad822-cd50-4103-8a53-f388759baf13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4dad822-cd50-4103-8a53-f388759baf13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc04b22f-60ee-4df0-95d4-1a6df9fe431c {
  border-style: solid;
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(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0.06);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fc04b22f-60ee-4df0-95d4-1a6df9fe431c:hover {background-color: rgba(66, 66, 66, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fc04b22f-60ee-4df0-95d4-1a6df9fe431c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fc04b22f-60ee-4df0-95d4-1a6df9fe431c-root {
    text-align: center;
  }


#s-fc04b22f-60ee-4df0-95d4-1a6df9fe431c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc04b22f-60ee-4df0-95d4-1a6df9fe431c-root {
    text-align: center;
  }


#s-fc04b22f-60ee-4df0-95d4-1a6df9fe431c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc04b22f-60ee-4df0-95d4-1a6df9fe431c-root {
    text-align: center;
  }


#s-fc04b22f-60ee-4df0-95d4-1a6df9fe431c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc04b22f-60ee-4df0-95d4-1a6df9fe431c-root {
    text-align: center;
  }


#s-fc04b22f-60ee-4df0-95d4-1a6df9fe431c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc04b22f-60ee-4df0-95d4-1a6df9fe431c-root {
    text-align: center;
  }


#s-fc04b22f-60ee-4df0-95d4-1a6df9fe431c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}
#s-8122532e-9159-462f-8ed0-40e2cb99eef1 {
  min-height: 50px;
}








#s-8122532e-9159-462f-8ed0-40e2cb99eef1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8122532e-9159-462f-8ed0-40e2cb99eef1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b241b31-6f9e-4ee9-8415-1160a8e5c751 {
  border-style: solid;
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(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0.06);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5b241b31-6f9e-4ee9-8415-1160a8e5c751:hover {background-color: rgba(66, 66, 66, 0.3) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5b241b31-6f9e-4ee9-8415-1160a8e5c751:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b241b31-6f9e-4ee9-8415-1160a8e5c751-root {
    text-align: center;
  }


#s-5b241b31-6f9e-4ee9-8415-1160a8e5c751.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b241b31-6f9e-4ee9-8415-1160a8e5c751-root {
    text-align: center;
  }


#s-5b241b31-6f9e-4ee9-8415-1160a8e5c751.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b241b31-6f9e-4ee9-8415-1160a8e5c751-root {
    text-align: center;
  }


#s-5b241b31-6f9e-4ee9-8415-1160a8e5c751.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b241b31-6f9e-4ee9-8415-1160a8e5c751-root {
    text-align: center;
  }


#s-5b241b31-6f9e-4ee9-8415-1160a8e5c751.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b241b31-6f9e-4ee9-8415-1160a8e5c751-root {
    text-align: center;
  }


#s-5b241b31-6f9e-4ee9-8415-1160a8e5c751.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}
#s-5d3dc4b5-d745-4740-8ccc-e49403323546 hr {
  border-top: 2px solid rgba(221, 221, 221, 0.01);
}

#s-b5b3fbe0-4768-4a87-b99f-fe2ca559ad05 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-c2943d9a-7954-442b-927c-9bf0688eb535 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2943d9a-7954-442b-927c-9bf0688eb535 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-8d427abc-150f-4575-9ce3-6d4301924518 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8d427abc-150f-4575-9ce3-6d4301924518 {
  display: none;
}
#s-8d427abc-150f-4575-9ce3-6d4301924518, #wrap-s-8d427abc-150f-4575-9ce3-6d4301924518 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d427abc-150f-4575-9ce3-6d4301924518 {
  display: none;
}
#s-8d427abc-150f-4575-9ce3-6d4301924518, #wrap-s-8d427abc-150f-4575-9ce3-6d4301924518 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d427abc-150f-4575-9ce3-6d4301924518 {
  display: none;
}
#s-8d427abc-150f-4575-9ce3-6d4301924518, #wrap-s-8d427abc-150f-4575-9ce3-6d4301924518 { display: none !important; }}
#s-8d427abc-150f-4575-9ce3-6d4301924518 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 1200px){#s-79f6e6e2-f206-4707-95e1-3e5f8bbcbf28 {
  display: none;
}
#s-79f6e6e2-f206-4707-95e1-3e5f8bbcbf28, #wrap-s-79f6e6e2-f206-4707-95e1-3e5f8bbcbf28 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79f6e6e2-f206-4707-95e1-3e5f8bbcbf28 {
  display: none;
}
#s-79f6e6e2-f206-4707-95e1-3e5f8bbcbf28, #wrap-s-79f6e6e2-f206-4707-95e1-3e5f8bbcbf28 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79f6e6e2-f206-4707-95e1-3e5f8bbcbf28 {
  display: none;
}
#s-79f6e6e2-f206-4707-95e1-3e5f8bbcbf28, #wrap-s-79f6e6e2-f206-4707-95e1-3e5f8bbcbf28 { display: none !important; }}@media (max-width: 767px){#s-79f6e6e2-f206-4707-95e1-3e5f8bbcbf28 {
  display: none;
}
#s-79f6e6e2-f206-4707-95e1-3e5f8bbcbf28, #wrap-s-79f6e6e2-f206-4707-95e1-3e5f8bbcbf28 { display: none !important; }}
#s-79f6e6e2-f206-4707-95e1-3e5f8bbcbf28 hr {
  border-top: 2px solid #ddd;
}

#s-a8ce419e-c9b4-4a8b-a89d-ce5f3eade281 {
  box-shadow:0px 0px 0px 0px ;
margin-top: -10px;
margin-bottom: -10px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(136, 53, 53, 0);
}








#s-a8ce419e-c9b4-4a8b-a89d-ce5f3eade281 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8ce419e-c9b4-4a8b-a89d-ce5f3eade281.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0fdd3d0-e7b4-4c76-9c98-f10c855ae6be {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(139, 26, 26, 0);
}








#s-e0fdd3d0-e7b4-4c76-9c98-f10c855ae6be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0fdd3d0-e7b4-4c76-9c98-f10c855ae6be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcfd6557-53c1-4f5a-9de6-dfc54b889a07 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-e7131600-974e-4d0c-acb2-a44e7ba2f642 {
  min-height: 50px;
}








#s-e7131600-974e-4d0c-acb2-a44e7ba2f642 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7131600-974e-4d0c-acb2-a44e7ba2f642.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5d187353-ae75-465d-b6f4-e235542360d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d187353-ae75-465d-b6f4-e235542360d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-5d187353-ae75-465d-b6f4-e235542360d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d187353-ae75-465d-b6f4-e235542360d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-8586eba4-a7ea-46cd-b184-06fd83ff3266 {
  min-height: 50px;
}








#s-8586eba4-a7ea-46cd-b184-06fd83ff3266 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8586eba4-a7ea-46cd-b184-06fd83ff3266.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebb4b2ba-ef6e-4dbd-9a03-f65e854abcd2 .shogun-icon-wrapper {
  text-align: center;
}


#s-ebb4b2ba-ef6e-4dbd-9a03-f65e854abcd2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(0, 0, 0, 1);
}

#s-66e61de9-9ae4-47c7-994e-a57490a84ff3 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66e61de9-9ae4-47c7-994e-a57490a84ff3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c5e0a6ac-ce02-436c-9b05-1b05a91b7486 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5e0a6ac-ce02-436c-9b05-1b05a91b7486 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dbb5e5cc-47e9-4b38-8805-fbd499a62ad8 {
  border-style: solid;
margin-left: 5%;
margin-right: 5%;
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(0, 0, 0, 1);
border-radius: 1px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-dbb5e5cc-47e9-4b38-8805-fbd499a62ad8:hover {background-color: rgba(66, 66, 66, 0.19) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dbb5e5cc-47e9-4b38-8805-fbd499a62ad8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dbb5e5cc-47e9-4b38-8805-fbd499a62ad8-root {
    text-align: center;
  }


#s-dbb5e5cc-47e9-4b38-8805-fbd499a62ad8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dbb5e5cc-47e9-4b38-8805-fbd499a62ad8-root {
    text-align: center;
  }


#s-dbb5e5cc-47e9-4b38-8805-fbd499a62ad8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dbb5e5cc-47e9-4b38-8805-fbd499a62ad8-root {
    text-align: center;
  }


#s-dbb5e5cc-47e9-4b38-8805-fbd499a62ad8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dbb5e5cc-47e9-4b38-8805-fbd499a62ad8-root {
    text-align: center;
  }


#s-dbb5e5cc-47e9-4b38-8805-fbd499a62ad8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dbb5e5cc-47e9-4b38-8805-fbd499a62ad8-root {
    text-align: center;
  }


#s-dbb5e5cc-47e9-4b38-8805-fbd499a62ad8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-a38fa34d-6753-4b82-8fa6-4ff8eb316f78 {
  min-height: 50px;
}








#s-a38fa34d-6753-4b82-8fa6-4ff8eb316f78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a38fa34d-6753-4b82-8fa6-4ff8eb316f78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56d970c4-0a49-414b-9fb5-557ac0ae5c20 {
  min-height: 50px;
}








#s-56d970c4-0a49-414b-9fb5-557ac0ae5c20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56d970c4-0a49-414b-9fb5-557ac0ae5c20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3af9abd2-709b-4be6-9c0c-ee1f1435d367 .shogun-icon-wrapper {
  text-align: center;
}


#s-3af9abd2-709b-4be6-9c0c-ee1f1435d367 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(0, 0, 0, 1);
}

#s-da70797c-5c97-48ae-a54b-6c3bb76be2f8 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da70797c-5c97-48ae-a54b-6c3bb76be2f8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-275bce0d-b459-483b-9c73-753650054e6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-275bce0d-b459-483b-9c73-753650054e6d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d1d36ad0-8552-42e5-82a2-b9cf1820ec6d {
  border-style: solid;
margin-left: 5%;
margin-right: 5%;
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(0, 0, 0, 1);
border-radius: 1px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d1d36ad0-8552-42e5-82a2-b9cf1820ec6d:hover {background-color: rgba(66, 66, 66, 0.19) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d1d36ad0-8552-42e5-82a2-b9cf1820ec6d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d1d36ad0-8552-42e5-82a2-b9cf1820ec6d-root {
    text-align: center;
  }


#s-d1d36ad0-8552-42e5-82a2-b9cf1820ec6d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1d36ad0-8552-42e5-82a2-b9cf1820ec6d-root {
    text-align: center;
  }


#s-d1d36ad0-8552-42e5-82a2-b9cf1820ec6d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1d36ad0-8552-42e5-82a2-b9cf1820ec6d-root {
    text-align: center;
  }


#s-d1d36ad0-8552-42e5-82a2-b9cf1820ec6d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1d36ad0-8552-42e5-82a2-b9cf1820ec6d-root {
    text-align: center;
  }


#s-d1d36ad0-8552-42e5-82a2-b9cf1820ec6d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1d36ad0-8552-42e5-82a2-b9cf1820ec6d-root {
    text-align: center;
  }


#s-d1d36ad0-8552-42e5-82a2-b9cf1820ec6d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-ab144642-cfdc-4b45-ad53-3adf56168ba2 {
  min-height: 50px;
}








#s-ab144642-cfdc-4b45-ad53-3adf56168ba2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab144642-cfdc-4b45-ad53-3adf56168ba2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b1e851c-af56-4deb-8699-9085d772faac {
  min-height: 50px;
}








#s-0b1e851c-af56-4deb-8699-9085d772faac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b1e851c-af56-4deb-8699-9085d772faac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80f200a2-d36c-41c4-ba74-fc8a6b1164f2 .shogun-icon-wrapper {
  text-align: center;
}


#s-80f200a2-d36c-41c4-ba74-fc8a6b1164f2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(0, 0, 0, 1);
}

#s-17592a1a-1ee5-49b2-8656-3779fcedb806 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17592a1a-1ee5-49b2-8656-3779fcedb806 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4605be22-5777-4f2a-a661-ae080f2f8dc6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4605be22-5777-4f2a-a661-ae080f2f8dc6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f59e2ba0-1022-4725-8bb3-c7e0155663ae {
  border-style: solid;
margin-left: 5%;
margin-right: 5%;
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(0, 0, 0, 1);
border-radius: 1px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f59e2ba0-1022-4725-8bb3-c7e0155663ae:hover {background-color: rgba(66, 66, 66, 0.19) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f59e2ba0-1022-4725-8bb3-c7e0155663ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f59e2ba0-1022-4725-8bb3-c7e0155663ae-root {
    text-align: center;
  }


#s-f59e2ba0-1022-4725-8bb3-c7e0155663ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f59e2ba0-1022-4725-8bb3-c7e0155663ae-root {
    text-align: center;
  }


#s-f59e2ba0-1022-4725-8bb3-c7e0155663ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f59e2ba0-1022-4725-8bb3-c7e0155663ae-root {
    text-align: center;
  }


#s-f59e2ba0-1022-4725-8bb3-c7e0155663ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f59e2ba0-1022-4725-8bb3-c7e0155663ae-root {
    text-align: center;
  }


#s-f59e2ba0-1022-4725-8bb3-c7e0155663ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f59e2ba0-1022-4725-8bb3-c7e0155663ae-root {
    text-align: center;
  }


#s-f59e2ba0-1022-4725-8bb3-c7e0155663ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-8de76d6b-617b-485d-a241-27d92a7faee1 {
  margin-left: 16%;
margin-right: 16%;
}

#s-8de76d6b-617b-485d-a241-27d92a7faee1 hr {
  border-top: 2px solid rgba(255, 255, 255, 0);
}

#s-70a532e9-fcd6-409b-8067-f7cc4993a808 {
  min-height: 50px;
}








#s-70a532e9-fcd6-409b-8067-f7cc4993a808 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70a532e9-fcd6-409b-8067-f7cc4993a808.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e89889e4-dfd9-4d7c-a6fd-3dccb9614ce2 {
  margin-left: 40%;
margin-right: 40%;
}

#s-e89889e4-dfd9-4d7c-a6fd-3dccb9614ce2 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-945e9411-fe47-4670-8dd5-586c32d68146 {
  margin-left: 16%;
margin-right: 16%;
}

#s-945e9411-fe47-4670-8dd5-586c32d68146 hr {
  border-top: 2px solid rgba(255, 255, 255, 0);
}

#s-ce2956ed-63aa-4922-b081-be9c1c7e131b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce2956ed-63aa-4922-b081-be9c1c7e131b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-3914d740-06fe-446b-a2e8-6ace661f33aa {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-3914d740-06fe-446b-a2e8-6ace661f33aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3914d740-06fe-446b-a2e8-6ace661f33aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e0ec4f7c-042c-4bcf-81c2-36878cf23742"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0ec4f7c-042c-4bcf-81c2-36878cf23742"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e0ec4f7c-042c-4bcf-81c2-36878cf23742"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e0ec4f7c-042c-4bcf-81c2-36878cf23742"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

#s-d8ed68b1-d7c6-4b66-be10-00dbc0fe2f33 {
  min-height: 50px;
}








#s-d8ed68b1-d7c6-4b66-be10-00dbc0fe2f33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8ed68b1-d7c6-4b66-be10-00dbc0fe2f33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5a95259-0a68-434a-83ee-2ce544d9c43c {
  text-align: center;
}







  #s-e5a95259-0a68-434a-83ee-2ce544d9c43c img.shogun-image {
    

    
    
    
  }


#s-e5a95259-0a68-434a-83ee-2ce544d9c43c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3f14cc2e-90d2-4a44-97a4-05944eb06c19 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3f14cc2e-90d2-4a44-97a4-05944eb06c19 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-ae86ad3d-6deb-4334-8ed2-ec520c79ffc3 {
  min-height: 50px;
}








#s-ae86ad3d-6deb-4334-8ed2-ec520c79ffc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae86ad3d-6deb-4334-8ed2-ec520c79ffc3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f11d62d0-b574-4429-bb6d-c85457f3a868 {
  text-align: center;
}







  #s-f11d62d0-b574-4429-bb6d-c85457f3a868 img.shogun-image {
    

    
    
    
  }


#s-f11d62d0-b574-4429-bb6d-c85457f3a868 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6c906c87-0b05-4817-812a-2da8dc649e5e {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6c906c87-0b05-4817-812a-2da8dc649e5e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-dae11418-1849-4ed9-9f9c-d88935518ebd {
  min-height: 50px;
}








#s-dae11418-1849-4ed9-9f9c-d88935518ebd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dae11418-1849-4ed9-9f9c-d88935518ebd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2dc69b96-96de-481d-b7d8-13ba2d998b9b {
  text-align: center;
}







  #s-2dc69b96-96de-481d-b7d8-13ba2d998b9b img.shogun-image {
    

    
    
    
  }


#s-2dc69b96-96de-481d-b7d8-13ba2d998b9b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-76c3ec41-f307-4908-a958-aca0bdf267f1 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-76c3ec41-f307-4908-a958-aca0bdf267f1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-784fd766-0b1c-4578-b21d-ea7868e10a45 {
  margin-left: 16%;
margin-right: 16%;
}

#s-784fd766-0b1c-4578-b21d-ea7868e10a45 hr {
  border-top: 2px solid rgba(255, 255, 255, 0);
}

#s-7144703c-4f24-4a3f-921f-9720118ee4f4 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-7144703c-4f24-4a3f-921f-9720118ee4f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7144703c-4f24-4a3f-921f-9720118ee4f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5072561-ec46-42bf-9dc5-841a05d026fe {
  margin-left: 40%;
margin-right: 40%;
}

#s-e5072561-ec46-42bf-9dc5-841a05d026fe hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-f6bdc0b8-c43b-4dcc-baae-0d1cbfd8e2ab {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f6bdc0b8-c43b-4dcc-baae-0d1cbfd8e2ab .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f6bdc0b8-c43b-4dcc-baae-0d1cbfd8e2ab .shg-sld-nav-button.shg-sld-left,
#s-f6bdc0b8-c43b-4dcc-baae-0d1cbfd8e2ab .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8e00a36b-77dd-49e9-8936-e047e5253011 {
  min-height: 50px;
}








#s-8e00a36b-77dd-49e9-8936-e047e5253011 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e00a36b-77dd-49e9-8936-e047e5253011.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4966899d-e913-4cf8-aa41-62a1b0b0eb0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4966899d-e913-4cf8-aa41-62a1b0b0eb0f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-3e808d1e-3f51-4e0e-9548-626607cb651c {
  min-height: 50px;
}








#s-3e808d1e-3f51-4e0e-9548-626607cb651c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e808d1e-3f51-4e0e-9548-626607cb651c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c3c24e1-a506-48d1-8d89-56327c6ca157 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c3c24e1-a506-48d1-8d89-56327c6ca157 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-dea05223-436e-4024-86c9-d02f80002e4d {
  min-height: 50px;
}








#s-dea05223-436e-4024-86c9-d02f80002e4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dea05223-436e-4024-86c9-d02f80002e4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3de6a656-84af-4fb4-a877-8b05eaffa290 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3de6a656-84af-4fb4-a877-8b05eaffa290 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d22de5d0-f79d-49af-8910-e668793fdf27 {
  min-height: 50px;
}








#s-d22de5d0-f79d-49af-8910-e668793fdf27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d22de5d0-f79d-49af-8910-e668793fdf27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4798e47b-13d3-4354-8d2c-76915696ce90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4798e47b-13d3-4354-8d2c-76915696ce90 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-aa78daf9-a813-4e49-ac90-087e1b37bcad {
  margin-left: 40%;
margin-right: 40%;
}

#s-aa78daf9-a813-4e49-ac90-087e1b37bcad hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-43567a59-2d37-45f2-91de-d7265488c57a {
  margin-left: 16%;
margin-right: 16%;
}

#s-43567a59-2d37-45f2-91de-d7265488c57a hr {
  border-top: 2px solid rgba(255, 255, 255, 0);
}

#s-831752a6-d28a-4b37-bed0-a4a8af159fd5 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-831752a6-d28a-4b37-bed0-a4a8af159fd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-831752a6-d28a-4b37-bed0-a4a8af159fd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0325aba7-7e88-4a0b-852b-6078607680db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0325aba7-7e88-4a0b-852b-6078607680db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-0325aba7-7e88-4a0b-852b-6078607680db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-0325aba7-7e88-4a0b-852b-6078607680db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

#s-2098ade4-d847-4137-87b8-f3518a5ef2f1 {
  min-height: 50px;
}








#s-2098ade4-d847-4137-87b8-f3518a5ef2f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2098ade4-d847-4137-87b8-f3518a5ef2f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db7e7c67-ad7f-41aa-a798-98a0c66c1497 {
  text-align: center;
}







  #s-db7e7c67-ad7f-41aa-a798-98a0c66c1497 img.shogun-image {
    

    
    
    
  }


#s-db7e7c67-ad7f-41aa-a798-98a0c66c1497 .shogun-image-content {
  
    align-items: center;
  
}

#s-f588df9d-c2f1-42ed-97b6-19f248a05428 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.15);
}

#s-f588df9d-c2f1-42ed-97b6-19f248a05428 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-9fbd4dcc-4071-411f-b569-085fa412174c {
  min-height: 50px;
}








#s-9fbd4dcc-4071-411f-b569-085fa412174c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fbd4dcc-4071-411f-b569-085fa412174c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46ee43f1-f031-4a9b-855c-be91c446a2b5 {
  text-align: center;
}







  #s-46ee43f1-f031-4a9b-855c-be91c446a2b5 img.shogun-image {
    

    
    
    
  }


#s-46ee43f1-f031-4a9b-855c-be91c446a2b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-887254d6-a26a-4f4c-bc0b-3620c6b83151 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.15);
}

#s-887254d6-a26a-4f4c-bc0b-3620c6b83151 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-624f11bd-b0fb-4299-a12e-00a3477a0654 {
  padding-left: 3%;
padding-right: 3%;
}

#s-624f11bd-b0fb-4299-a12e-00a3477a0654 hr {
  border-top: 20px solid rgba(221, 221, 221, 0);
}

#s-6ee5f588-e35f-483f-9d7d-a8fb265a3039 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-6ee5f588-e35f-483f-9d7d-a8fb265a3039 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ee5f588-e35f-483f-9d7d-a8fb265a3039.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-47603fe2-fe40-4be4-b4d6-1758197e4173"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47603fe2-fe40-4be4-b4d6-1758197e4173"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-47603fe2-fe40-4be4-b4d6-1758197e4173"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-47603fe2-fe40-4be4-b4d6-1758197e4173"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

#s-50396d4c-ac12-478f-828b-9df5db7f33f5 {
  min-height: 50px;
}








#s-50396d4c-ac12-478f-828b-9df5db7f33f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50396d4c-ac12-478f-828b-9df5db7f33f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f805abf-debc-45dc-97a7-48811a666461 {
  text-align: center;
}







  #s-8f805abf-debc-45dc-97a7-48811a666461 img.shogun-image {
    

    
    
    
  }


#s-8f805abf-debc-45dc-97a7-48811a666461 .shogun-image-content {
  
    align-items: center;
  
}

#s-4678c60b-eb50-4f71-8e3b-46202eb7b2e0 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.15);
}

#s-4678c60b-eb50-4f71-8e3b-46202eb7b2e0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-90545952-9843-406e-8240-ada85e3fdb6d {
  min-height: 50px;
}








#s-90545952-9843-406e-8240-ada85e3fdb6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90545952-9843-406e-8240-ada85e3fdb6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ef76806-e2fc-4149-b919-90e0df931eda {
  text-align: center;
}







  #s-4ef76806-e2fc-4149-b919-90e0df931eda img.shogun-image {
    

    
    
    
  }


#s-4ef76806-e2fc-4149-b919-90e0df931eda .shogun-image-content {
  
    align-items: center;
  
}

#s-02edb85c-11c2-4f26-9c97-fa0532f9954b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.15);
}

#s-02edb85c-11c2-4f26-9c97-fa0532f9954b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-432c1c20-876b-40e3-afc7-6292d3339a9e {
  min-height: 50px;
}








#s-432c1c20-876b-40e3-afc7-6292d3339a9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-432c1c20-876b-40e3-afc7-6292d3339a9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04a32397-df28-4b3c-86ba-07aa7acd59db {
  text-align: center;
}







  #s-04a32397-df28-4b3c-86ba-07aa7acd59db img.shogun-image {
    

    
    
    
  }


#s-04a32397-df28-4b3c-86ba-07aa7acd59db .shogun-image-content {
  
    align-items: center;
  
}

#s-b49e9019-e5c9-47dd-8729-cdf92c885350 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.15);
}

#s-b49e9019-e5c9-47dd-8729-cdf92c885350 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 0px;
  text-align: center;
}



#s-ff13070f-6275-4d93-ab19-0b50ebf543b2 {
  margin-left: 16%;
margin-right: 16%;
}

#s-ff13070f-6275-4d93-ab19-0b50ebf543b2 hr {
  border-top: 2px solid rgba(255, 255, 255, 0);
}

#s-e7913af4-34bd-44e8-9b8a-0c3e554acc20 {
  margin-left: 40%;
margin-right: 40%;
}

#s-e7913af4-34bd-44e8-9b8a-0c3e554acc20 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-fcad85fd-b4f1-403d-9bf6-66e50c95cdf3 {
  margin-left: 16%;
margin-right: 16%;
}

#s-fcad85fd-b4f1-403d-9bf6-66e50c95cdf3 hr {
  border-top: 2px solid rgba(255, 255, 255, 0);
}

#s-48679379-89ed-4ca5-a773-ee3155758da7 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-48679379-89ed-4ca5-a773-ee3155758da7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48679379-89ed-4ca5-a773-ee3155758da7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b61f8535-2cc2-4dc6-950c-d45c1645aa10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b61f8535-2cc2-4dc6-950c-d45c1645aa10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b61f8535-2cc2-4dc6-950c-d45c1645aa10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b61f8535-2cc2-4dc6-950c-d45c1645aa10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-71ccb6e8-bec6-42ec-924b-a1000c5c99ae {
  min-height: 50px;
}








#s-71ccb6e8-bec6-42ec-924b-a1000c5c99ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71ccb6e8-bec6-42ec-924b-a1000c5c99ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-896576cb-7073-46ed-bf23-ead01fd7f448 {
  text-align: center;
}







  #s-896576cb-7073-46ed-bf23-ead01fd7f448 img.shogun-image {
    

    
    
    
  }


#s-896576cb-7073-46ed-bf23-ead01fd7f448 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6844f7d2-f34d-4441-be15-d3c65f7251a9 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-6844f7d2-f34d-4441-be15-d3c65f7251a9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: right;
}



#s-92529d0b-5193-497b-9176-065009001d10 {
  min-height: 50px;
}








#s-92529d0b-5193-497b-9176-065009001d10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92529d0b-5193-497b-9176-065009001d10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-242279b7-3504-4fa4-a714-db778689140a {
  min-height: 50px;
}








#s-242279b7-3504-4fa4-a714-db778689140a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-242279b7-3504-4fa4-a714-db778689140a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45d67a18-8698-404d-a9fb-5128d4cbdbd3 {
  text-align: center;
}







  #s-45d67a18-8698-404d-a9fb-5128d4cbdbd3 img.shogun-image {
    

    
    
    
  }


#s-45d67a18-8698-404d-a9fb-5128d4cbdbd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a4e8d03-3192-4372-bb5c-407304ed78fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a4e8d03-3192-4372-bb5c-407304ed78fc .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-9f12b3e2-6dcc-4f3e-9fe9-a3f506164897 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9f12b3e2-6dcc-4f3e-9fe9-a3f506164897 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-28cd0697-c6f0-460c-8de1-4167915de7e0 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-28cd0697-c6f0-460c-8de1-4167915de7e0:hover {background-color: rgba(66, 66, 66, 0.48) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-28cd0697-c6f0-460c-8de1-4167915de7e0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-28cd0697-c6f0-460c-8de1-4167915de7e0-root {
    text-align: center;
  }


#s-28cd0697-c6f0-460c-8de1-4167915de7e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-28cd0697-c6f0-460c-8de1-4167915de7e0-root {
    text-align: center;
  }


#s-28cd0697-c6f0-460c-8de1-4167915de7e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28cd0697-c6f0-460c-8de1-4167915de7e0-root {
    text-align: center;
  }


#s-28cd0697-c6f0-460c-8de1-4167915de7e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28cd0697-c6f0-460c-8de1-4167915de7e0-root {
    text-align: center;
  }


#s-28cd0697-c6f0-460c-8de1-4167915de7e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-28cd0697-c6f0-460c-8de1-4167915de7e0-root {
    text-align: center;
  }


#s-28cd0697-c6f0-460c-8de1-4167915de7e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f2a05439-097b-41a6-9ded-0749f1fb4c7c hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-d707676b-194c-4db1-ab40-40455499b039 {
  min-height: 50px;
}








#s-d707676b-194c-4db1-ab40-40455499b039 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d707676b-194c-4db1-ab40-40455499b039.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b3464fc-0bab-4cd1-bc23-45a7d79a2089 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-3b3464fc-0bab-4cd1-bc23-45a7d79a2089 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b3464fc-0bab-4cd1-bc23-45a7d79a2089.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-219c233f-e78b-4935-a7f1-1fa088a1594c {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-219c233f-e78b-4935-a7f1-1fa088a1594c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-219c233f-e78b-4935-a7f1-1fa088a1594c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bc20f1b-4b0f-4aed-ab4a-1baa3a1034a2 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(243, 243, 235, 0);
}

#s-5bc20f1b-4b0f-4aed-ab4a-1baa3a1034a2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


#s-5bc20f1b-4b0f-4aed-ab4a-1baa3a1034a2 .shogun-heading-component h1 a {
  color: #000;
}


#s-bda087cd-ae82-4bb6-bcbd-aec48572f29b {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 768px) {
  [id="s-bda087cd-ae82-4bb6-bcbd-aec48572f29b"] .shg-ig-posts-container > .shg-ig-posts {
    width: 33.333333333333336%;
    padding-right: 30px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 30px) !important;
  }
}

#s-54fa61ce-736d-4687-b061-68dcba1d40b9 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
}








#s-54fa61ce-736d-4687-b061-68dcba1d40b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54fa61ce-736d-4687-b061-68dcba1d40b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee0a3810-380b-4470-9a38-58dd40f2bd7c hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-a7b6492f-ceae-4bed-86b0-33d590c451ee {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-a7b6492f-ceae-4bed-86b0-33d590c451ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7b6492f-ceae-4bed-86b0-33d590c451ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7b6492f-ceae-4bed-86b0-33d590c451ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7b6492f-ceae-4bed-86b0-33d590c451ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4d16f4a0-0e20-4f3f-b022-ab1544706068 {
  min-height: 50px;
}








#s-4d16f4a0-0e20-4f3f-b022-ab1544706068 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d16f4a0-0e20-4f3f-b022-ab1544706068.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-843af1e8-a1a4-4a20-8459-b8994d38aa53 {
  margin-bottom: 20px;
text-align: left;
}

#s-843af1e8-a1a4-4a20-8459-b8994d38aa53 .shogun-heading-component h1 {
  color: rgba(3, 3, 3, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-0088ccf8-cca8-41bd-bd4a-6a91909f1e9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0088ccf8-cca8-41bd-bd4a-6a91909f1e9f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-ed6fb800-462c-4696-ae25-980d87476c0b {
  min-height: 50px;
}








#s-ed6fb800-462c-4696-ae25-980d87476c0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed6fb800-462c-4696-ae25-980d87476c0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e74087e-9be4-40ea-8d13-323c1ffa2179 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-4e74087e-9be4-40ea-8d13-323c1ffa2179 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  
  
  
  
}

#s-4e74087e-9be4-40ea-8d13-323c1ffa2179 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  font-style: ;
  color: rgba(34, 188, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  
  
  justify-content: center;
}

#s-4e74087e-9be4-40ea-8d13-323c1ffa2179 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(34, 188, 34, 1);
}

#s-4e74087e-9be4-40ea-8d13-323c1ffa2179 .shogun-form-error-msg-container, #s-4e74087e-9be4-40ea-8d13-323c1ffa2179 .shogun-form-field-error-msg-container {
  display: none;
}

#s-4e74087e-9be4-40ea-8d13-323c1ffa2179 .shogun-form-error-msg {
  
  font-style: ;
  color: rgba(224, 0, 0, 1);
  font-family: Spartan;
  font-weight: 500;
  
  
  
}

#s-4e74087e-9be4-40ea-8d13-323c1ffa2179 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(224, 0, 0, 1);
}

#s-f622810b-d186-4909-8809-ddd2c2eb6002 {
  margin-bottom: 10px;
}

#s-f622810b-d186-4909-8809-ddd2c2eb6002  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(245, 245, 245, 0);
  
  font-size: 16px;
  font-style: ;
  color: #000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 2em;
  
}

#s-f622810b-d186-4909-8809-ddd2c2eb6002  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: ;
  color: rgba(34, 34, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  
  
}


#s-f622810b-d186-4909-8809-ddd2c2eb6002 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(241, 241, 241, 0);
  color: #000;
}



#s-f622810b-d186-4909-8809-ddd2c2eb6002 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(34, 25, 77, 0);
  color: #000;
}


#s-8b97904d-80d4-43b1-addd-92a040c32228 {
  margin-bottom: 10px;
}

#s-8b97904d-80d4-43b1-addd-92a040c32228  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(245, 245, 245, 0);
  
  font-size: 16px;
  font-style: ;
  color: #000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 2em;
  
}

#s-8b97904d-80d4-43b1-addd-92a040c32228  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: ;
  color: rgba(34, 34, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  
  
}


#s-8b97904d-80d4-43b1-addd-92a040c32228 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(241, 241, 241, 0);
  color: #000;
}



#s-8b97904d-80d4-43b1-addd-92a040c32228 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(34, 25, 77, 0);
  color: #000;
}


#s-4d26f1b4-d2f1-4964-8840-44756409b77a {
  margin-bottom: 5px;
}

#s-4d26f1b4-d2f1-4964-8840-44756409b77a  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(245, 245, 245, 0);
  
  font-size: 16px;
  font-style: ;
  color: #000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 2em;
  
}

#s-4d26f1b4-d2f1-4964-8840-44756409b77a  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: ;
  color: rgba(34, 34, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  line-height: 2em;
  
}


#s-4d26f1b4-d2f1-4964-8840-44756409b77a .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(241, 241, 241, 0);
  color: #000;
}



#s-4d26f1b4-d2f1-4964-8840-44756409b77a .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(34, 25, 77, 0);
  color: #000;
}


#s-71789dcb-2edc-4324-b4b8-a56b57a06ae1 {
  border-style: solid;
margin-top: 14px;
margin-bottom: 14px;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
color: rgba(0, 0, 0, 1);
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
font-family: Work Sans;
font-size: 16px;
font-weight: 300;
background-image: none;
hover-type: color;
}
#s-71789dcb-2edc-4324-b4b8-a56b57a06ae1:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(34, 34, 34, 0.22) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-71789dcb-2edc-4324-b4b8-a56b57a06ae1:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(68, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}
#s-71789dcb-2edc-4324-b4b8-a56b57a06ae1[disabled],
#s-71789dcb-2edc-4324-b4b8-a56b57a06ae1[disabled]:hover,
#s-71789dcb-2edc-4324-b4b8-a56b57a06ae1[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-71789dcb-2edc-4324-b4b8-a56b57a06ae1 {
  display:  inline-block ;
  width:  auto ;
}

@media (max-width: 767px){#s-71789dcb-2edc-4324-b4b8-a56b57a06ae1[disabled],
#s-71789dcb-2edc-4324-b4b8-a56b57a06ae1[disabled]:hover,
#s-71789dcb-2edc-4324-b4b8-a56b57a06ae1[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-71789dcb-2edc-4324-b4b8-a56b57a06ae1 {
  display:  block ;
  width:  100% ;
}

}
#s-fe4a5e61-bb48-457b-9fb8-22c760b91910 hr {
  border-top: 2px solid rgba(19, 16, 16, 0);
}

#s-d848862e-b44b-4933-99ff-f89cefed5213 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-d848862e-b44b-4933-99ff-f89cefed5213"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d848862e-b44b-4933-99ff-f89cefed5213"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-d848862e-b44b-4933-99ff-f89cefed5213"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-d848862e-b44b-4933-99ff-f89cefed5213"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px){#s-0badeffc-689d-429d-81c0-e2edc148f942 {
  display: none;
}
#s-0badeffc-689d-429d-81c0-e2edc148f942, #wrap-s-0badeffc-689d-429d-81c0-e2edc148f942 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0badeffc-689d-429d-81c0-e2edc148f942 {
  display: none;
}
#s-0badeffc-689d-429d-81c0-e2edc148f942, #wrap-s-0badeffc-689d-429d-81c0-e2edc148f942 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0badeffc-689d-429d-81c0-e2edc148f942 {
  display: none;
}
#s-0badeffc-689d-429d-81c0-e2edc148f942, #wrap-s-0badeffc-689d-429d-81c0-e2edc148f942 { display: none !important; }}
#s-0badeffc-689d-429d-81c0-e2edc148f942 hr {
  border-top: 2px solid #ddd;
}

#s-f2f2d09b-fe05-4b2b-b20e-e2f838832dd8 {
  text-align: center;
}







  #s-f2f2d09b-fe05-4b2b-b20e-e2f838832dd8 img.shogun-image {
    

    
    
    
  }


#s-f2f2d09b-fe05-4b2b-b20e-e2f838832dd8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-95ea9696-bd9a-456c-aaac-81a91ce7d473 {
  display: none;
}
#s-95ea9696-bd9a-456c-aaac-81a91ce7d473, #wrap-s-95ea9696-bd9a-456c-aaac-81a91ce7d473 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95ea9696-bd9a-456c-aaac-81a91ce7d473 {
  display: none;
}
#s-95ea9696-bd9a-456c-aaac-81a91ce7d473, #wrap-s-95ea9696-bd9a-456c-aaac-81a91ce7d473 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95ea9696-bd9a-456c-aaac-81a91ce7d473 {
  display: none;
}
#s-95ea9696-bd9a-456c-aaac-81a91ce7d473, #wrap-s-95ea9696-bd9a-456c-aaac-81a91ce7d473 { display: none !important; }}
#s-95ea9696-bd9a-456c-aaac-81a91ce7d473 hr {
  border-top: 2px solid #ddd;
}

#s-79c20879-4981-492b-b881-5425b53f254c {
  text-align: center;
}







  #s-79c20879-4981-492b-b881-5425b53f254c img.shogun-image {
    

    
    
    
  }


#s-79c20879-4981-492b-b881-5425b53f254c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-a39e8fa8-5aff-43d0-9868-bc168b1c7d22 {
  display: none;
}
#s-a39e8fa8-5aff-43d0-9868-bc168b1c7d22, #wrap-s-a39e8fa8-5aff-43d0-9868-bc168b1c7d22 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a39e8fa8-5aff-43d0-9868-bc168b1c7d22 {
  display: none;
}
#s-a39e8fa8-5aff-43d0-9868-bc168b1c7d22, #wrap-s-a39e8fa8-5aff-43d0-9868-bc168b1c7d22 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a39e8fa8-5aff-43d0-9868-bc168b1c7d22 {
  display: none;
}
#s-a39e8fa8-5aff-43d0-9868-bc168b1c7d22, #wrap-s-a39e8fa8-5aff-43d0-9868-bc168b1c7d22 { display: none !important; }}
#s-a39e8fa8-5aff-43d0-9868-bc168b1c7d22 hr {
  border-top: 2px solid #ddd;
}

#s-7e094c91-c804-4a76-85aa-737aa11d33b4 {
  text-align: center;
}







  #s-7e094c91-c804-4a76-85aa-737aa11d33b4 img.shogun-image {
    

    
    
    
  }


#s-7e094c91-c804-4a76-85aa-737aa11d33b4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-0a7293c3-862b-4888-9e1c-a92e82c79b01 {
  display: none;
}
#s-0a7293c3-862b-4888-9e1c-a92e82c79b01, #wrap-s-0a7293c3-862b-4888-9e1c-a92e82c79b01 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a7293c3-862b-4888-9e1c-a92e82c79b01 {
  display: none;
}
#s-0a7293c3-862b-4888-9e1c-a92e82c79b01, #wrap-s-0a7293c3-862b-4888-9e1c-a92e82c79b01 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a7293c3-862b-4888-9e1c-a92e82c79b01 {
  display: none;
}
#s-0a7293c3-862b-4888-9e1c-a92e82c79b01, #wrap-s-0a7293c3-862b-4888-9e1c-a92e82c79b01 { display: none !important; }}
#s-0a7293c3-862b-4888-9e1c-a92e82c79b01 hr {
  border-top: 2px solid #ddd;
}

#s-73eb9a7e-3ea1-4ca5-ab9c-d48453e90d5d {
  text-align: center;
}







  #s-73eb9a7e-3ea1-4ca5-ab9c-d48453e90d5d img.shogun-image {
    

    
    
    
  }


#s-73eb9a7e-3ea1-4ca5-ab9c-d48453e90d5d .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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