.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: ;
}

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

@media (min-width: 1200px){#s-7e357e1a-2fa5-4744-b029-a40418162171 {
  display: none;
}
#s-7e357e1a-2fa5-4744-b029-a40418162171, #wrap-s-7e357e1a-2fa5-4744-b029-a40418162171 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e357e1a-2fa5-4744-b029-a40418162171 {
  display: none;
}
#s-7e357e1a-2fa5-4744-b029-a40418162171, #wrap-s-7e357e1a-2fa5-4744-b029-a40418162171 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7e357e1a-2fa5-4744-b029-a40418162171"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7e357e1a-2fa5-4744-b029-a40418162171"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e357e1a-2fa5-4744-b029-a40418162171"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e357e1a-2fa5-4744-b029-a40418162171"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-60203396-c2ce-4190-b441-6aa0f68339dc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}







  #s-60203396-c2ce-4190-b441-6aa0f68339dc img.shogun-image {
    

    
    
    
  }


#s-60203396-c2ce-4190-b441-6aa0f68339dc .shogun-image-content {
  
    align-items: center;
  
}

#s-6c701f4e-1e0e-4526-b3bc-3a2f48320990 {
  padding-left: 5px;
padding-right: 5px;
}

#s-be3ea4fc-096a-4ebf-a022-3f2f41891892 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: center;
}







  #s-be3ea4fc-096a-4ebf-a022-3f2f41891892 img.shogun-image {
    

    
    
    
  }


#s-be3ea4fc-096a-4ebf-a022-3f2f41891892 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c0f5646-97a9-4e46-8f11-8e25e3face87 {
  padding-left: 5px;
padding-right: 5px;
}

.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-473824b5-9ce8-4f08-accb-c4852d586912 {
  min-height: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-473824b5-9ce8-4f08-accb-c4852d586912 {
  display: none;
}
#s-473824b5-9ce8-4f08-accb-c4852d586912, #wrap-s-473824b5-9ce8-4f08-accb-c4852d586912 { display: none !important; }}@media (max-width: 767px){#s-473824b5-9ce8-4f08-accb-c4852d586912 {
  display: none;
}
#s-473824b5-9ce8-4f08-accb-c4852d586912, #wrap-s-473824b5-9ce8-4f08-accb-c4852d586912 { display: none !important; }}







#s-473824b5-9ce8-4f08-accb-c4852d586912 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-473824b5-9ce8-4f08-accb-c4852d586912.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-861836e4-b784-4c20-89f1-1d8ef7b32cdc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-861836e4-b784-4c20-89f1-1d8ef7b32cdc {
  display: none;
}
#s-861836e4-b784-4c20-89f1-1d8ef7b32cdc, #wrap-s-861836e4-b784-4c20-89f1-1d8ef7b32cdc { display: none !important; }}@media (max-width: 767px){#s-861836e4-b784-4c20-89f1-1d8ef7b32cdc {
  display: none;
}
#s-861836e4-b784-4c20-89f1-1d8ef7b32cdc, #wrap-s-861836e4-b784-4c20-89f1-1d8ef7b32cdc { display: none !important; }}






  #s-861836e4-b784-4c20-89f1-1d8ef7b32cdc img.shogun-image {
    

    
    
    
  }


#s-861836e4-b784-4c20-89f1-1d8ef7b32cdc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-d86ac9c4-fcdd-4d91-ae15-8f3bd563beb3 {
  display: none;
}
#s-d86ac9c4-fcdd-4d91-ae15-8f3bd563beb3, #wrap-s-d86ac9c4-fcdd-4d91-ae15-8f3bd563beb3 { display: none !important; }}@media (max-width: 767px){#s-d86ac9c4-fcdd-4d91-ae15-8f3bd563beb3 {
  display: none;
}
#s-d86ac9c4-fcdd-4d91-ae15-8f3bd563beb3, #wrap-s-d86ac9c4-fcdd-4d91-ae15-8f3bd563beb3 { display: none !important; }}
#s-2288b085-4462-492f-8b4d-0c8be04b4d3d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-2288b085-4462-492f-8b4d-0c8be04b4d3d {
  display: none;
}
#s-2288b085-4462-492f-8b4d-0c8be04b4d3d, #wrap-s-2288b085-4462-492f-8b4d-0c8be04b4d3d { display: none !important; }}@media (max-width: 767px){#s-2288b085-4462-492f-8b4d-0c8be04b4d3d {
  display: none;
}
#s-2288b085-4462-492f-8b4d-0c8be04b4d3d, #wrap-s-2288b085-4462-492f-8b4d-0c8be04b4d3d { display: none !important; }}






  #s-2288b085-4462-492f-8b4d-0c8be04b4d3d img.shogun-image {
    

    
    
    
  }


#s-2288b085-4462-492f-8b4d-0c8be04b4d3d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-140f6243-d970-4dd4-87c9-0d73057c115e {
  display: none;
}
#s-140f6243-d970-4dd4-87c9-0d73057c115e, #wrap-s-140f6243-d970-4dd4-87c9-0d73057c115e { display: none !important; }}@media (max-width: 767px){#s-140f6243-d970-4dd4-87c9-0d73057c115e {
  display: none;
}
#s-140f6243-d970-4dd4-87c9-0d73057c115e, #wrap-s-140f6243-d970-4dd4-87c9-0d73057c115e { display: none !important; }}
#s-8ab90afe-7e2f-48e5-9eaf-60d31be59a9d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-8ab90afe-7e2f-48e5-9eaf-60d31be59a9d {
  display: none;
}
#s-8ab90afe-7e2f-48e5-9eaf-60d31be59a9d, #wrap-s-8ab90afe-7e2f-48e5-9eaf-60d31be59a9d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ab90afe-7e2f-48e5-9eaf-60d31be59a9d {
  display: none;
}
#s-8ab90afe-7e2f-48e5-9eaf-60d31be59a9d, #wrap-s-8ab90afe-7e2f-48e5-9eaf-60d31be59a9d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ab90afe-7e2f-48e5-9eaf-60d31be59a9d {
  
}
}@media (max-width: 767px){#s-8ab90afe-7e2f-48e5-9eaf-60d31be59a9d {
  
}
}
@media (min-width: 0px) {
[id="s-8ab90afe-7e2f-48e5-9eaf-60d31be59a9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ab90afe-7e2f-48e5-9eaf-60d31be59a9d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ab90afe-7e2f-48e5-9eaf-60d31be59a9d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ab90afe-7e2f-48e5-9eaf-60d31be59a9d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ab90afe-7e2f-48e5-9eaf-60d31be59a9d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ab90afe-7e2f-48e5-9eaf-60d31be59a9d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ab90afe-7e2f-48e5-9eaf-60d31be59a9d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-1045ea0b-0f13-4a7c-aa87-d2ca9e444a5e {
  border-style: solid;
margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-1045ea0b-0f13-4a7c-aa87-d2ca9e444a5e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1045ea0b-0f13-4a7c-aa87-d2ca9e444a5e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1045ea0b-0f13-4a7c-aa87-d2ca9e444a5e {
  
}
}@media (max-width: 767px){#s-1045ea0b-0f13-4a7c-aa87-d2ca9e444a5e {
  
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-5211057e-bd5c-4290-8369-145761e85b86 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-e916814b-b3e7-47ae-9a29-a055516ef5d6 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-e916814b-b3e7-47ae-9a29-a055516ef5d6 {
  display: none;
}
#s-e916814b-b3e7-47ae-9a29-a055516ef5d6, #wrap-s-e916814b-b3e7-47ae-9a29-a055516ef5d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e916814b-b3e7-47ae-9a29-a055516ef5d6 {
  display: none;
}
#s-e916814b-b3e7-47ae-9a29-a055516ef5d6, #wrap-s-e916814b-b3e7-47ae-9a29-a055516ef5d6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e916814b-b3e7-47ae-9a29-a055516ef5d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e916814b-b3e7-47ae-9a29-a055516ef5d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e916814b-b3e7-47ae-9a29-a055516ef5d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e916814b-b3e7-47ae-9a29-a055516ef5d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-260bd6f8-dfbd-4d3b-a318-b91d05e03dc9 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-260bd6f8-dfbd-4d3b-a318-b91d05e03dc9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-260bd6f8-dfbd-4d3b-a318-b91d05e03dc9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-260bd6f8-dfbd-4d3b-a318-b91d05e03dc9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-260bd6f8-dfbd-4d3b-a318-b91d05e03dc9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-260bd6f8-dfbd-4d3b-a318-b91d05e03dc9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-260bd6f8-dfbd-4d3b-a318-b91d05e03dc9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (min-width: 0px) {
[id="s-496c652b-e731-4183-8b7d-7bcbf85c4534"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-496c652b-e731-4183-8b7d-7bcbf85c4534"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-496c652b-e731-4183-8b7d-7bcbf85c4534"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-496c652b-e731-4183-8b7d-7bcbf85c4534"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f5809030-218f-403c-b9e1-af7ac2204db3 {
  margin-left: 15px;
margin-right: 15px;
}

#s-903abfb3-aa9e-4ad5-87a6-60c86889775b {
  margin-left: 15px;
margin-right: 15px;
}

#s-0a06b7d9-0682-4b27-b397-4485f05a6a97 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-0a06b7d9-0682-4b27-b397-4485f05a6a97 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-0a06b7d9-0682-4b27-b397-4485f05a6a97 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0a06b7d9-0682-4b27-b397-4485f05a6a97 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0a06b7d9-0682-4b27-b397-4485f05a6a97 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-0a06b7d9-0682-4b27-b397-4485f05a6a97 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-22a5d8d0-9bc1-437f-9473-a5e8ff3e0ac7 {
  margin-left: 15px;
margin-right: 15px;
}

#s-35be6d75-eb32-4926-9849-9c0ef8f06f81 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-35be6d75-eb32-4926-9849-9c0ef8f06f81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-35be6d75-eb32-4926-9849-9c0ef8f06f81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-35be6d75-eb32-4926-9849-9c0ef8f06f81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-35be6d75-eb32-4926-9849-9c0ef8f06f81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-35be6d75-eb32-4926-9849-9c0ef8f06f81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-6b9134c2-5d90-4c8f-b9cf-14e66696769b {
  margin-left: 15px;
margin-right: 15px;
}

#s-812fc5ae-d4a3-4b0d-8adb-40956362813d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-812fc5ae-d4a3-4b0d-8adb-40956362813d {
  display: none;
}
#s-812fc5ae-d4a3-4b0d-8adb-40956362813d, #wrap-s-812fc5ae-d4a3-4b0d-8adb-40956362813d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-812fc5ae-d4a3-4b0d-8adb-40956362813d {
  display: none;
}
#s-812fc5ae-d4a3-4b0d-8adb-40956362813d, #wrap-s-812fc5ae-d4a3-4b0d-8adb-40956362813d { display: none !important; }}







#s-812fc5ae-d4a3-4b0d-8adb-40956362813d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-812fc5ae-d4a3-4b0d-8adb-40956362813d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37ad689d-a362-426e-a416-cd5fb6493c75 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-a5adc683-b389-42e5-b0c0-85d71f6394c9 {
  margin-left: 100px;
margin-right: 100px;
text-align: center;
}







  #s-a5adc683-b389-42e5-b0c0-85d71f6394c9 img.shogun-image {
    

    
    
    
  }


#s-a5adc683-b389-42e5-b0c0-85d71f6394c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9710d844-7401-46a5-b12f-9e8f9b556c4b {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 1200px){#s-9710d844-7401-46a5-b12f-9e8f9b556c4b {
  display: none;
}
#s-9710d844-7401-46a5-b12f-9e8f9b556c4b, #wrap-s-9710d844-7401-46a5-b12f-9e8f9b556c4b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9710d844-7401-46a5-b12f-9e8f9b556c4b {
  display: none;
}
#s-9710d844-7401-46a5-b12f-9e8f9b556c4b, #wrap-s-9710d844-7401-46a5-b12f-9e8f9b556c4b { display: none !important; }}







#s-9710d844-7401-46a5-b12f-9e8f9b556c4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9710d844-7401-46a5-b12f-9e8f9b556c4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-618b6f68-1c43-4424-be04-67fa05bfcea1 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-618b6f68-1c43-4424-be04-67fa05bfcea1 {
  display: none;
}
#s-618b6f68-1c43-4424-be04-67fa05bfcea1, #wrap-s-618b6f68-1c43-4424-be04-67fa05bfcea1 { display: none !important; }}@media (max-width: 767px){#s-618b6f68-1c43-4424-be04-67fa05bfcea1 {
  display: none;
}
#s-618b6f68-1c43-4424-be04-67fa05bfcea1, #wrap-s-618b6f68-1c43-4424-be04-67fa05bfcea1 { display: none !important; }}







#s-618b6f68-1c43-4424-be04-67fa05bfcea1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1abfe67b-65ec-4b69-a66e-3e6449800bab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1abfe67b-65ec-4b69-a66e-3e6449800bab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-1abfe67b-65ec-4b69-a66e-3e6449800bab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-1abfe67b-65ec-4b69-a66e-3e6449800bab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-1abfe67b-65ec-4b69-a66e-3e6449800bab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-1abfe67b-65ec-4b69-a66e-3e6449800bab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-1abfe67b-65ec-4b69-a66e-3e6449800bab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-1abfe67b-65ec-4b69-a66e-3e6449800bab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-1abfe67b-65ec-4b69-a66e-3e6449800bab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-1abfe67b-65ec-4b69-a66e-3e6449800bab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-7afe47f3-b654-4119-a796-ab998e74068c {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-7afe47f3-b654-4119-a796-ab998e74068c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7afe47f3-b654-4119-a796-ab998e74068c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7afe47f3-b654-4119-a796-ab998e74068c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7afe47f3-b654-4119-a796-ab998e74068c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7afe47f3-b654-4119-a796-ab998e74068c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7afe47f3-b654-4119-a796-ab998e74068c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7afe47f3-b654-4119-a796-ab998e74068c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-3fe5406c-d418-4fae-aafd-a2c9ded6b153 {
  text-align: left;
}







  #s-3fe5406c-d418-4fae-aafd-a2c9ded6b153 img.shogun-image {
    

    
    
    
  }


#s-3fe5406c-d418-4fae-aafd-a2c9ded6b153 .shogun-image-content {
  
    align-items: center;
  
}

#s-358a564f-30e9-441e-9571-3c30bd65dfa5 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-358a564f-30e9-441e-9571-3c30bd65dfa5 {
  display: none;
}
#s-358a564f-30e9-441e-9571-3c30bd65dfa5, #wrap-s-358a564f-30e9-441e-9571-3c30bd65dfa5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-358a564f-30e9-441e-9571-3c30bd65dfa5 {
  display: none;
}
#s-358a564f-30e9-441e-9571-3c30bd65dfa5, #wrap-s-358a564f-30e9-441e-9571-3c30bd65dfa5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-358a564f-30e9-441e-9571-3c30bd65dfa5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-358a564f-30e9-441e-9571-3c30bd65dfa5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-358a564f-30e9-441e-9571-3c30bd65dfa5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-358a564f-30e9-441e-9571-3c30bd65dfa5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-2c262b7f-7ec6-4609-9a9a-2120c4f15a07 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2c262b7f-7ec6-4609-9a9a-2120c4f15a07"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-2c262b7f-7ec6-4609-9a9a-2120c4f15a07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-2c262b7f-7ec6-4609-9a9a-2120c4f15a07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c262b7f-7ec6-4609-9a9a-2120c4f15a07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-e3106e2d-653a-4fdd-ba8d-809dcc564bf6 {
  text-align: center;
}







  #s-e3106e2d-653a-4fdd-ba8d-809dcc564bf6 img.shogun-image {
    

    
    
    
  }


#s-e3106e2d-653a-4fdd-ba8d-809dcc564bf6 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-a02fb311-d242-4c94-8d7a-b4f263e6c76a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a02fb311-d242-4c94-8d7a-b4f263e6c76a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e0ac4a28-7d53-475e-b3bd-402b21f4bfc2 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e0ac4a28-7d53-475e-b3bd-402b21f4bfc2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-e0ac4a28-7d53-475e-b3bd-402b21f4bfc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-e0ac4a28-7d53-475e-b3bd-402b21f4bfc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0ac4a28-7d53-475e-b3bd-402b21f4bfc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-764093a4-a28a-4a2a-a25c-13d0b663be23 {
  text-align: center;
}







  #s-764093a4-a28a-4a2a-a25c-13d0b663be23 img.shogun-image {
    

    
    
    
  }


#s-764093a4-a28a-4a2a-a25c-13d0b663be23 .shogun-image-content {
  
    align-items: center;
  
}

#s-47fd2754-54a1-45ac-98ea-7fc6a14c3bb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47fd2754-54a1-45ac-98ea-7fc6a14c3bb5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-2e8c738f-6c88-4b5f-8513-6eab259a9192"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e8c738f-6c88-4b5f-8513-6eab259a9192"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2e8c738f-6c88-4b5f-8513-6eab259a9192"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2e8c738f-6c88-4b5f-8513-6eab259a9192"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2e8c738f-6c88-4b5f-8513-6eab259a9192"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e8c738f-6c88-4b5f-8513-6eab259a9192"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2e8c738f-6c88-4b5f-8513-6eab259a9192"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-ff3479f9-a793-47d4-831c-e309ecfc9751 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff3479f9-a793-47d4-831c-e309ecfc9751 {
  display: none;
}
#s-ff3479f9-a793-47d4-831c-e309ecfc9751, #wrap-s-ff3479f9-a793-47d4-831c-e309ecfc9751 { display: none !important; }}@media (max-width: 767px){#s-ff3479f9-a793-47d4-831c-e309ecfc9751 {
  display: none;
}
#s-ff3479f9-a793-47d4-831c-e309ecfc9751, #wrap-s-ff3479f9-a793-47d4-831c-e309ecfc9751 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ff3479f9-a793-47d4-831c-e309ecfc9751"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff3479f9-a793-47d4-831c-e309ecfc9751"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff3479f9-a793-47d4-831c-e309ecfc9751"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff3479f9-a793-47d4-831c-e309ecfc9751"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff3479f9-a793-47d4-831c-e309ecfc9751"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff3479f9-a793-47d4-831c-e309ecfc9751"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ff3479f9-a793-47d4-831c-e309ecfc9751"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-76032236-ad96-46a5-9c96-e9dae2fd2358 {
  border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-76032236-ad96-46a5-9c96-e9dae2fd2358 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76032236-ad96-46a5-9c96-e9dae2fd2358 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-76032236-ad96-46a5-9c96-e9dae2fd2358 {
  
}
}@media (max-width: 767px){#s-76032236-ad96-46a5-9c96-e9dae2fd2358 {
  
}
}
#s-ea291617-c6cd-4735-ab44-f0e3a2367d01 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-a69b1af6-a995-4faa-bfd3-75db91c813b7 {
  margin-top: 50px;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a69b1af6-a995-4faa-bfd3-75db91c813b7 {
  display: none;
}
#s-a69b1af6-a995-4faa-bfd3-75db91c813b7, #wrap-s-a69b1af6-a995-4faa-bfd3-75db91c813b7 { display: none !important; }}@media (max-width: 767px){#s-a69b1af6-a995-4faa-bfd3-75db91c813b7 {
  display: none;
}
#s-a69b1af6-a995-4faa-bfd3-75db91c813b7, #wrap-s-a69b1af6-a995-4faa-bfd3-75db91c813b7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a69b1af6-a995-4faa-bfd3-75db91c813b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a69b1af6-a995-4faa-bfd3-75db91c813b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a69b1af6-a995-4faa-bfd3-75db91c813b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a69b1af6-a995-4faa-bfd3-75db91c813b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

#s-73621fe8-d40a-4e35-a199-a366918aa925 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-d6a816e8-6611-4f39-8c64-f5be5cae1685"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6a816e8-6611-4f39-8c64-f5be5cae1685"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d6a816e8-6611-4f39-8c64-f5be5cae1685"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6a816e8-6611-4f39-8c64-f5be5cae1685"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e37f07f0-e158-4690-afaa-b1f0344d7ede hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-f5caeb12-0353-4e3f-8699-15870b6fb023 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-1fb7db66-991a-42bf-9e42-f03359ddf2c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fb7db66-991a-42bf-9e42-f03359ddf2c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1fb7db66-991a-42bf-9e42-f03359ddf2c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fb7db66-991a-42bf-9e42-f03359ddf2c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

.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-0085545c-b8af-4499-b070-bfcf6eb4c8b7 {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0085545c-b8af-4499-b070-bfcf6eb4c8b7:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(83, 83, 83, 1) !important;}#s-0085545c-b8af-4499-b070-bfcf6eb4c8b7:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-0085545c-b8af-4499-b070-bfcf6eb4c8b7-root {
    text-align: left;
  }


#s-0085545c-b8af-4499-b070-bfcf6eb4c8b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0085545c-b8af-4499-b070-bfcf6eb4c8b7-root {
    text-align: left;
  }


#s-0085545c-b8af-4499-b070-bfcf6eb4c8b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0085545c-b8af-4499-b070-bfcf6eb4c8b7-root {
    text-align: left;
  }


#s-0085545c-b8af-4499-b070-bfcf6eb4c8b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0085545c-b8af-4499-b070-bfcf6eb4c8b7-root {
    text-align: left;
  }


#s-0085545c-b8af-4499-b070-bfcf6eb4c8b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0085545c-b8af-4499-b070-bfcf6eb4c8b7-root {
    text-align: left;
  }


#s-0085545c-b8af-4499-b070-bfcf6eb4c8b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-666946ab-447a-464b-bb31-f1f931edba10 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-666946ab-447a-464b-bb31-f1f931edba10 {
  display: none;
}
#s-666946ab-447a-464b-bb31-f1f931edba10, #wrap-s-666946ab-447a-464b-bb31-f1f931edba10 { display: none !important; }}@media (max-width: 767px){#s-666946ab-447a-464b-bb31-f1f931edba10 {
  display: none;
}
#s-666946ab-447a-464b-bb31-f1f931edba10, #wrap-s-666946ab-447a-464b-bb31-f1f931edba10 { display: none !important; }}






  #s-666946ab-447a-464b-bb31-f1f931edba10 img.shogun-image {
    

    
    
    
  }


#s-666946ab-447a-464b-bb31-f1f931edba10 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2a69c350-88a2-4393-a943-50bf22ee2a6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a69c350-88a2-4393-a943-50bf22ee2a6c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-2a69c350-88a2-4393-a943-50bf22ee2a6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-2a69c350-88a2-4393-a943-50bf22ee2a6c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-2a69c350-88a2-4393-a943-50bf22ee2a6c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-2a69c350-88a2-4393-a943-50bf22ee2a6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-2a69c350-88a2-4393-a943-50bf22ee2a6c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-2a69c350-88a2-4393-a943-50bf22ee2a6c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-2a69c350-88a2-4393-a943-50bf22ee2a6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-2a69c350-88a2-4393-a943-50bf22ee2a6c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

}

#s-bea31a28-17d0-4320-a24a-96ba64a20432 {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-bea31a28-17d0-4320-a24a-96ba64a20432"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bea31a28-17d0-4320-a24a-96ba64a20432"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bea31a28-17d0-4320-a24a-96ba64a20432"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bea31a28-17d0-4320-a24a-96ba64a20432"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bea31a28-17d0-4320-a24a-96ba64a20432"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bea31a28-17d0-4320-a24a-96ba64a20432"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bea31a28-17d0-4320-a24a-96ba64a20432"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-1155bb39-5f8e-4ad0-9ac8-6e72ff733050 {
  text-align: left;
}







  #s-1155bb39-5f8e-4ad0-9ac8-6e72ff733050 img.shogun-image {
    

    
    
    
  }


#s-1155bb39-5f8e-4ad0-9ac8-6e72ff733050 .shogun-image-content {
  
    align-items: center;
  
}

#s-61c73123-b1e1-4b1f-b4b7-6d6ff4673831 {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-61c73123-b1e1-4b1f-b4b7-6d6ff4673831 {
  display: none;
}
#s-61c73123-b1e1-4b1f-b4b7-6d6ff4673831, #wrap-s-61c73123-b1e1-4b1f-b4b7-6d6ff4673831 { display: none !important; }}@media (max-width: 767px){#s-61c73123-b1e1-4b1f-b4b7-6d6ff4673831 {
  display: none;
}
#s-61c73123-b1e1-4b1f-b4b7-6d6ff4673831, #wrap-s-61c73123-b1e1-4b1f-b4b7-6d6ff4673831 { display: none !important; }}







#s-61c73123-b1e1-4b1f-b4b7-6d6ff4673831 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61c73123-b1e1-4b1f-b4b7-6d6ff4673831.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db7dfb58-2d39-4f10-85f7-7243321f5794 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-db7dfb58-2d39-4f10-85f7-7243321f5794"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db7dfb58-2d39-4f10-85f7-7243321f5794"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-db7dfb58-2d39-4f10-85f7-7243321f5794"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-db7dfb58-2d39-4f10-85f7-7243321f5794"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-db7dfb58-2d39-4f10-85f7-7243321f5794"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-db7dfb58-2d39-4f10-85f7-7243321f5794"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-db7dfb58-2d39-4f10-85f7-7243321f5794"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-37bbea15-5eb2-4e09-801f-eeae54606f85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37bbea15-5eb2-4e09-801f-eeae54606f85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-37bbea15-5eb2-4e09-801f-eeae54606f85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-37bbea15-5eb2-4e09-801f-eeae54606f85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-55f6486c-dfe5-4964-9483-6271eb368120 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-55f6486c-dfe5-4964-9483-6271eb368120"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-55f6486c-dfe5-4964-9483-6271eb368120"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-55f6486c-dfe5-4964-9483-6271eb368120"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-55f6486c-dfe5-4964-9483-6271eb368120"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-23bdc4c9-dd8c-4d8f-ab26-9d0493c15c4c {
  text-align: center;
}







  #s-23bdc4c9-dd8c-4d8f-ab26-9d0493c15c4c img.shogun-image {
    

    
    
    
  }


#s-23bdc4c9-dd8c-4d8f-ab26-9d0493c15c4c .shogun-image-content {
  
    align-items: center;
  
}

#s-029aa864-8114-45b7-8bdc-8dc97ae0b04d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-029aa864-8114-45b7-8bdc-8dc97ae0b04d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b0def7c0-c451-48c5-9739-0dd2155858af {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b0def7c0-c451-48c5-9739-0dd2155858af"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-b0def7c0-c451-48c5-9739-0dd2155858af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-b0def7c0-c451-48c5-9739-0dd2155858af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0def7c0-c451-48c5-9739-0dd2155858af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-201f2769-bafe-4aec-aa91-3ee13209b805 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-201f2769-bafe-4aec-aa91-3ee13209b805"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-201f2769-bafe-4aec-aa91-3ee13209b805"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-201f2769-bafe-4aec-aa91-3ee13209b805"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-201f2769-bafe-4aec-aa91-3ee13209b805"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-7e4fdacd-4ca2-4ae4-aa49-2542aeae8801 {
  text-align: center;
}







  #s-7e4fdacd-4ca2-4ae4-aa49-2542aeae8801 img.shogun-image {
    

    
    
    
  }


#s-7e4fdacd-4ca2-4ae4-aa49-2542aeae8801 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6b33cb9-8859-4d02-b6ae-93db934fcb15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6b33cb9-8859-4d02-b6ae-93db934fcb15 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-421e3b9d-259e-4c3e-b09d-e8f7e5237600 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-421e3b9d-259e-4c3e-b09d-e8f7e5237600"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-421e3b9d-259e-4c3e-b09d-e8f7e5237600"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-421e3b9d-259e-4c3e-b09d-e8f7e5237600"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-421e3b9d-259e-4c3e-b09d-e8f7e5237600"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-1e836a5e-6df5-4e94-8039-68613271b266 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
min-height: 500px;
}








#s-1e836a5e-6df5-4e94-8039-68613271b266 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e836a5e-6df5-4e94-8039-68613271b266.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-b740610a-4265-478f-aaab-758d1c7cdf3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b740610a-4265-478f-aaab-758d1c7cdf3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b740610a-4265-478f-aaab-758d1c7cdf3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b740610a-4265-478f-aaab-758d1c7cdf3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f14ad2ba-6b4d-47ec-976c-cd958905c911 {
  margin-top: 0px;
text-align: center;
}








#s-f14ad2ba-6b4d-47ec-976c-cd958905c911 .shogun-image-content {
  
    align-items: center;
  
}

#s-a36173bc-85bb-4aa7-be4c-af29cf46f4ee {
  min-height: 50px;
}
@media (max-width: 767px){#s-a36173bc-85bb-4aa7-be4c-af29cf46f4ee {
  
}
}







#s-a36173bc-85bb-4aa7-be4c-af29cf46f4ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a36173bc-85bb-4aa7-be4c-af29cf46f4ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02eb6035-5d69-497f-9cbb-d40d9dc58f1f {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-02eb6035-5d69-497f-9cbb-d40d9dc58f1f {
  
}
}
@media (min-width: 0px) {
[id="s-02eb6035-5d69-497f-9cbb-d40d9dc58f1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02eb6035-5d69-497f-9cbb-d40d9dc58f1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-02eb6035-5d69-497f-9cbb-d40d9dc58f1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-02eb6035-5d69-497f-9cbb-d40d9dc58f1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-02eb6035-5d69-497f-9cbb-d40d9dc58f1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-02eb6035-5d69-497f-9cbb-d40d9dc58f1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-02eb6035-5d69-497f-9cbb-d40d9dc58f1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-02eb6035-5d69-497f-9cbb-d40d9dc58f1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-02eb6035-5d69-497f-9cbb-d40d9dc58f1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-02eb6035-5d69-497f-9cbb-d40d9dc58f1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-56b6fa22-a5c8-4da5-b89d-89bac9fda7f6 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-bac22787-6b9c-48d5-96d3-16f9d71118a6 {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-bac22787-6b9c-48d5-96d3-16f9d71118a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bac22787-6b9c-48d5-96d3-16f9d71118a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bac22787-6b9c-48d5-96d3-16f9d71118a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bac22787-6b9c-48d5-96d3-16f9d71118a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-bac22787-6b9c-48d5-96d3-16f9d71118a6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9adee56d-ff5b-4335-aea6-603b82347430 {
  min-height: 50px;
}
@media (max-width: 767px){#s-9adee56d-ff5b-4335-aea6-603b82347430 {
  
}
}







#s-9adee56d-ff5b-4335-aea6-603b82347430 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9adee56d-ff5b-4335-aea6-603b82347430.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26a24f37-23bc-4c58-8253-26ddae6c5821 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-26a24f37-23bc-4c58-8253-26ddae6c5821 {
  
}
}
@media (min-width: 0px) {
[id="s-26a24f37-23bc-4c58-8253-26ddae6c5821"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26a24f37-23bc-4c58-8253-26ddae6c5821"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26a24f37-23bc-4c58-8253-26ddae6c5821"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26a24f37-23bc-4c58-8253-26ddae6c5821"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26a24f37-23bc-4c58-8253-26ddae6c5821"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26a24f37-23bc-4c58-8253-26ddae6c5821"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26a24f37-23bc-4c58-8253-26ddae6c5821"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26a24f37-23bc-4c58-8253-26ddae6c5821"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26a24f37-23bc-4c58-8253-26ddae6c5821"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26a24f37-23bc-4c58-8253-26ddae6c5821"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-a46113b5-0162-4422-8bb9-75fdfeef4e7a {
  margin-left: 15px;
margin-right: 15px;
}

#s-a2924d28-358f-4bd2-9e1c-ad99298f3113 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-a2924d28-358f-4bd2-9e1c-ad99298f3113 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ae64edf-ee6c-4a5d-9508-5aefc88c22f3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7ae64edf-ee6c-4a5d-9508-5aefc88c22f3 {
  display: none;
}
#s-7ae64edf-ee6c-4a5d-9508-5aefc88c22f3, #wrap-s-7ae64edf-ee6c-4a5d-9508-5aefc88c22f3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ae64edf-ee6c-4a5d-9508-5aefc88c22f3 {
  display: none;
}
#s-7ae64edf-ee6c-4a5d-9508-5aefc88c22f3, #wrap-s-7ae64edf-ee6c-4a5d-9508-5aefc88c22f3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ae64edf-ee6c-4a5d-9508-5aefc88c22f3 {
  display: none;
}
#s-7ae64edf-ee6c-4a5d-9508-5aefc88c22f3, #wrap-s-7ae64edf-ee6c-4a5d-9508-5aefc88c22f3 { display: none !important; }}







#s-7ae64edf-ee6c-4a5d-9508-5aefc88c22f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ae64edf-ee6c-4a5d-9508-5aefc88c22f3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-75d91ad6-4459-4eb7-b786-c90d764459ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75d91ad6-4459-4eb7-b786-c90d764459ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75d91ad6-4459-4eb7-b786-c90d764459ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75d91ad6-4459-4eb7-b786-c90d764459ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4a1a2101-eb43-4d72-ad5e-c0bf10b64a08 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}








#s-4a1a2101-eb43-4d72-ad5e-c0bf10b64a08 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d034128-5443-4f8d-95d9-154d5753fb78 {
  min-height: 50px;
}
@media (max-width: 767px){#s-3d034128-5443-4f8d-95d9-154d5753fb78 {
  
}
}







#s-3d034128-5443-4f8d-95d9-154d5753fb78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d034128-5443-4f8d-95d9-154d5753fb78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbfa0c76-a117-4881-b3c2-4d40f1479827 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-dbfa0c76-a117-4881-b3c2-4d40f1479827 {
  
}
}
@media (min-width: 0px) {
[id="s-dbfa0c76-a117-4881-b3c2-4d40f1479827"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbfa0c76-a117-4881-b3c2-4d40f1479827"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dbfa0c76-a117-4881-b3c2-4d40f1479827"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dbfa0c76-a117-4881-b3c2-4d40f1479827"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dbfa0c76-a117-4881-b3c2-4d40f1479827"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dbfa0c76-a117-4881-b3c2-4d40f1479827"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dbfa0c76-a117-4881-b3c2-4d40f1479827"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbfa0c76-a117-4881-b3c2-4d40f1479827"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dbfa0c76-a117-4881-b3c2-4d40f1479827"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dbfa0c76-a117-4881-b3c2-4d40f1479827"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-b3b4aecf-e9e3-4c04-8a0f-38ce93f1d519 {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-467de462-9878-41d9-b49c-9dabad1419bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-467de462-9878-41d9-b49c-9dabad1419bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-467de462-9878-41d9-b49c-9dabad1419bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-467de462-9878-41d9-b49c-9dabad1419bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-467de462-9878-41d9-b49c-9dabad1419bd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-324423ca-e40b-4d41-9eb5-6f40a91de96a {
  min-height: 50px;
}
@media (max-width: 767px){#s-324423ca-e40b-4d41-9eb5-6f40a91de96a {
  
}
}







#s-324423ca-e40b-4d41-9eb5-6f40a91de96a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-324423ca-e40b-4d41-9eb5-6f40a91de96a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abf6ea57-6a17-407b-883d-292ea0bf8584 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-abf6ea57-6a17-407b-883d-292ea0bf8584 {
  
}
}
@media (min-width: 0px) {
[id="s-abf6ea57-6a17-407b-883d-292ea0bf8584"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abf6ea57-6a17-407b-883d-292ea0bf8584"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-abf6ea57-6a17-407b-883d-292ea0bf8584"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-abf6ea57-6a17-407b-883d-292ea0bf8584"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-abf6ea57-6a17-407b-883d-292ea0bf8584"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-abf6ea57-6a17-407b-883d-292ea0bf8584"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-abf6ea57-6a17-407b-883d-292ea0bf8584"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-abf6ea57-6a17-407b-883d-292ea0bf8584"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-abf6ea57-6a17-407b-883d-292ea0bf8584"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-abf6ea57-6a17-407b-883d-292ea0bf8584"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-8639fa75-f75d-45e0-b3f4-3ebbb392286a {
  margin-left: 15px;
margin-right: 15px;
}

#s-aa4c526f-d527-4dcf-b90f-bd817ff30e0f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-aa4c526f-d527-4dcf-b90f-bd817ff30e0f .shogun-image-content {
  
    align-items: center;
  
}

#s-33abbedc-da08-4d0f-8ddd-0c314062035e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-33abbedc-da08-4d0f-8ddd-0c314062035e {
  display: none;
}
#s-33abbedc-da08-4d0f-8ddd-0c314062035e, #wrap-s-33abbedc-da08-4d0f-8ddd-0c314062035e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33abbedc-da08-4d0f-8ddd-0c314062035e {
  display: none;
}
#s-33abbedc-da08-4d0f-8ddd-0c314062035e, #wrap-s-33abbedc-da08-4d0f-8ddd-0c314062035e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33abbedc-da08-4d0f-8ddd-0c314062035e {
  display: none;
}
#s-33abbedc-da08-4d0f-8ddd-0c314062035e, #wrap-s-33abbedc-da08-4d0f-8ddd-0c314062035e { display: none !important; }}







#s-33abbedc-da08-4d0f-8ddd-0c314062035e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33abbedc-da08-4d0f-8ddd-0c314062035e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b4da604e-12fb-4ecc-9396-a17df429ec1b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-b4da604e-12fb-4ecc-9396-a17df429ec1b {
  display: none;
}
#s-b4da604e-12fb-4ecc-9396-a17df429ec1b, #wrap-s-b4da604e-12fb-4ecc-9396-a17df429ec1b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4da604e-12fb-4ecc-9396-a17df429ec1b {
  display: none;
}
#s-b4da604e-12fb-4ecc-9396-a17df429ec1b, #wrap-s-b4da604e-12fb-4ecc-9396-a17df429ec1b { display: none !important; }}







#s-b4da604e-12fb-4ecc-9396-a17df429ec1b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-b4da604e-12fb-4ecc-9396-a17df429ec1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fe2d2ee-e44b-4078-a23a-f3a1f5db0de9 {
  margin-left: 15px;
margin-right: 15px;
}

#s-c6e59cd7-3e9d-42ff-b6bf-ba4a798b8097 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 0px;
text-align: center;
}
#s-c6e59cd7-3e9d-42ff-b6bf-ba4a798b8097:hover {opacity: 1 !important;}






  #s-c6e59cd7-3e9d-42ff-b6bf-ba4a798b8097 img.shogun-image {
    

    
    
    
  }


#s-c6e59cd7-3e9d-42ff-b6bf-ba4a798b8097 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3ca49b0-cf8d-486f-9cec-1194c79a0ec3 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-b3ca49b0-cf8d-486f-9cec-1194c79a0ec3:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b3ca49b0-cf8d-486f-9cec-1194c79a0ec3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3ca49b0-cf8d-486f-9cec-1194c79a0ec3-root {
    text-align: center;
  }


#s-b3ca49b0-cf8d-486f-9cec-1194c79a0ec3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b3ca49b0-cf8d-486f-9cec-1194c79a0ec3-root {
    text-align: center;
  }


#s-b3ca49b0-cf8d-486f-9cec-1194c79a0ec3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3ca49b0-cf8d-486f-9cec-1194c79a0ec3-root {
    text-align: center;
  }


#s-b3ca49b0-cf8d-486f-9cec-1194c79a0ec3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3ca49b0-cf8d-486f-9cec-1194c79a0ec3-root {
    text-align: center;
  }


#s-b3ca49b0-cf8d-486f-9cec-1194c79a0ec3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b3ca49b0-cf8d-486f-9cec-1194c79a0ec3-root {
    text-align: center;
  }


#s-b3ca49b0-cf8d-486f-9cec-1194c79a0ec3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-94a65306-3880-4579-9ebd-639b07be0997 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-94a65306-3880-4579-9ebd-639b07be0997 {
  display: none;
}
#s-94a65306-3880-4579-9ebd-639b07be0997, #wrap-s-94a65306-3880-4579-9ebd-639b07be0997 { display: none !important; }}@media (max-width: 767px){#s-94a65306-3880-4579-9ebd-639b07be0997 {
  display: none;
}
#s-94a65306-3880-4579-9ebd-639b07be0997, #wrap-s-94a65306-3880-4579-9ebd-639b07be0997 { display: none !important; }}






  #s-94a65306-3880-4579-9ebd-639b07be0997 img.shogun-image {
    

    
    
    
  }


#s-94a65306-3880-4579-9ebd-639b07be0997 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-97bb93d4-35ce-4797-bc0a-441b1af6ff51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97bb93d4-35ce-4797-bc0a-441b1af6ff51"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97bb93d4-35ce-4797-bc0a-441b1af6ff51"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-97bb93d4-35ce-4797-bc0a-441b1af6ff51"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97bb93d4-35ce-4797-bc0a-441b1af6ff51"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-97bb93d4-35ce-4797-bc0a-441b1af6ff51"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97bb93d4-35ce-4797-bc0a-441b1af6ff51"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-f91cabbf-7dd2-48ec-8c1c-51a9088c1c24 {
  margin-top: 26px;
margin-bottom: 26px;
text-align: center;
}







  #s-f91cabbf-7dd2-48ec-8c1c-51a9088c1c24 img.shogun-image {
    

    
    
    
  }


#s-f91cabbf-7dd2-48ec-8c1c-51a9088c1c24 .shogun-image-content {
  
    align-items: center;
  
}

#s-66aa4d2f-214f-43d6-a5e2-5848a2343f36 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-66aa4d2f-214f-43d6-a5e2-5848a2343f36:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66aa4d2f-214f-43d6-a5e2-5848a2343f36:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66aa4d2f-214f-43d6-a5e2-5848a2343f36-root {
    text-align: center;
  }


#s-66aa4d2f-214f-43d6-a5e2-5848a2343f36.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66aa4d2f-214f-43d6-a5e2-5848a2343f36-root {
    text-align: center;
  }


#s-66aa4d2f-214f-43d6-a5e2-5848a2343f36.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66aa4d2f-214f-43d6-a5e2-5848a2343f36-root {
    text-align: center;
  }


#s-66aa4d2f-214f-43d6-a5e2-5848a2343f36.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66aa4d2f-214f-43d6-a5e2-5848a2343f36-root {
    text-align: center;
  }


#s-66aa4d2f-214f-43d6-a5e2-5848a2343f36.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66aa4d2f-214f-43d6-a5e2-5848a2343f36-root {
    text-align: center;
  }


#s-66aa4d2f-214f-43d6-a5e2-5848a2343f36.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-66631339-f883-4690-b83b-7629196bc993"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66631339-f883-4690-b83b-7629196bc993"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-66631339-f883-4690-b83b-7629196bc993"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-66631339-f883-4690-b83b-7629196bc993"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-66631339-f883-4690-b83b-7629196bc993"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-66631339-f883-4690-b83b-7629196bc993"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-66631339-f883-4690-b83b-7629196bc993"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-b4bb7d2d-bdd4-47c3-9c83-4a085c157d0e {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}







  #s-b4bb7d2d-bdd4-47c3-9c83-4a085c157d0e img.shogun-image {
    

    
    
    
  }


#s-b4bb7d2d-bdd4-47c3-9c83-4a085c157d0e .shogun-image-content {
  
    align-items: center;
  
}

#s-1235f588-7190-4cd6-9cc0-0a32f7a8ef39 {
  min-height: 50px;
}








#s-1235f588-7190-4cd6-9cc0-0a32f7a8ef39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1235f588-7190-4cd6-9cc0-0a32f7a8ef39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b914c1cb-f56b-48c7-a368-a86d27ecd48b {
  min-height: 50px;
}








#s-b914c1cb-f56b-48c7-a368-a86d27ecd48b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b914c1cb-f56b-48c7-a368-a86d27ecd48b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be0dd153-46e8-43a0-bf12-5b4ac37820b7 {
  margin-top: 50px;
margin-left: 5px;
margin-bottom: 50px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be0dd153-46e8-43a0-bf12-5b4ac37820b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-e226cba0-4cc0-49c8-9cb7-2670ddae53ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e226cba0-4cc0-49c8-9cb7-2670ddae53ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e226cba0-4cc0-49c8-9cb7-2670ddae53ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e226cba0-4cc0-49c8-9cb7-2670ddae53ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-06405311-a8e0-434e-bf74-753a8f261c42 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-06405311-a8e0-434e-bf74-753a8f261c42 img.shogun-image {
    

    
    
    
  }


#s-06405311-a8e0-434e-bf74-753a8f261c42 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c3070aa-28b7-4fa1-8e08-1e77b095805b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c3070aa-28b7-4fa1-8e08-1e77b095805b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-fd676028-e85f-4082-b76f-947056f21bbf {
  text-align: center;
}







  #s-fd676028-e85f-4082-b76f-947056f21bbf img.shogun-image {
    

    
    
    
  }


#s-fd676028-e85f-4082-b76f-947056f21bbf .shogun-image-content {
  
    align-items: center;
  
}

#s-8e463c98-1410-4b1e-a453-bdd7c7e272f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e463c98-1410-4b1e-a453-bdd7c7e272f3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-c0a22094-c202-4a98-b48c-dbbaaa4aad15 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-c0a22094-c202-4a98-b48c-dbbaaa4aad15 img.shogun-image {
    

    
    
    
  }


#s-c0a22094-c202-4a98-b48c-dbbaaa4aad15 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5587fb2-90bd-4492-b76f-cc45bd929f1e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5587fb2-90bd-4492-b76f-cc45bd929f1e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-3f616571-508d-4da0-8045-f157b9bede43 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f616571-508d-4da0-8045-f157b9bede43 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-a6410d7a-0ca9-4148-8def-213a96d9b5d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6410d7a-0ca9-4148-8def-213a96d9b5d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a6410d7a-0ca9-4148-8def-213a96d9b5d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a6410d7a-0ca9-4148-8def-213a96d9b5d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a6410d7a-0ca9-4148-8def-213a96d9b5d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6410d7a-0ca9-4148-8def-213a96d9b5d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a6410d7a-0ca9-4148-8def-213a96d9b5d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-44fc0352-4baf-47e5-8974-cf9fd415767c {
  padding-left: 0px;
padding-right: 0px;
}

#s-44fc0352-4baf-47e5-8974-cf9fd415767c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-44fc0352-4baf-47e5-8974-cf9fd415767c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-44fc0352-4baf-47e5-8974-cf9fd415767c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-44fc0352-4baf-47e5-8974-cf9fd415767c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-44fc0352-4baf-47e5-8974-cf9fd415767c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-44fc0352-4baf-47e5-8974-cf9fd415767c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-9802c20e-1cbb-4d6a-a440-e28f6f9e317d {
  margin-left: 15px;
margin-right: 15px;
}

#s-bd4f4f26-9bdc-4eb8-ad1f-8330c6bd6f48 {
  margin-left: 15px;
margin-right: 15px;
}

#s-2c97ee58-bb1f-45db-873e-d2a9a2fdee15 {
  margin-left: 15px;
margin-right: 15px;
}

#s-4834571e-087c-4f21-a8f2-684142f77617 {
  margin-left: 15px;
margin-right: 15px;
}

#s-9a3e3ceb-0a3f-4dc2-8dd9-07d9e6834480 {
  margin-left: 15px;
margin-right: 15px;
}

#s-574e1442-06d2-472e-bb2e-053d6e96fe99 {
  margin-left: 15px;
margin-right: 15px;
}

#s-bab63a89-d00b-4659-a727-4c544a22e355 {
  text-align: center;
}







  #s-bab63a89-d00b-4659-a727-4c544a22e355 img.shogun-image {
    

    
    
    
  }


#s-bab63a89-d00b-4659-a727-4c544a22e355 .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}
