.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-95416c98-9813-428b-b5ab-d042e2f253e3 {
  display: none;
}
#s-95416c98-9813-428b-b5ab-d042e2f253e3, #wrap-s-95416c98-9813-428b-b5ab-d042e2f253e3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95416c98-9813-428b-b5ab-d042e2f253e3 {
  display: none;
}
#s-95416c98-9813-428b-b5ab-d042e2f253e3, #wrap-s-95416c98-9813-428b-b5ab-d042e2f253e3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-95416c98-9813-428b-b5ab-d042e2f253e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-95416c98-9813-428b-b5ab-d042e2f253e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95416c98-9813-428b-b5ab-d042e2f253e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95416c98-9813-428b-b5ab-d042e2f253e3"] > .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-d23eb40d-f916-4b02-a475-c0710fe67d83 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}







  #s-d23eb40d-f916-4b02-a475-c0710fe67d83 img.shogun-image {
    

    
    
    
  }


#s-d23eb40d-f916-4b02-a475-c0710fe67d83 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5a0e8d4-84ca-45d2-a494-67cc997fc416 {
  padding-left: 5px;
padding-right: 5px;
}

#s-8cc13a35-066a-4b5a-b3f2-84e99b219e82 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: center;
}







  #s-8cc13a35-066a-4b5a-b3f2-84e99b219e82 img.shogun-image {
    

    
    
    
  }


#s-8cc13a35-066a-4b5a-b3f2-84e99b219e82 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f25ff05-a62c-4184-a0ec-85225e439c01 {
  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-44150ae0-489d-4e19-9173-91e1e25b04b8 {
  min-height: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-44150ae0-489d-4e19-9173-91e1e25b04b8 {
  display: none;
}
#s-44150ae0-489d-4e19-9173-91e1e25b04b8, #wrap-s-44150ae0-489d-4e19-9173-91e1e25b04b8 { display:none !important; }}@media (max-width: 767px){#s-44150ae0-489d-4e19-9173-91e1e25b04b8 {
  display: none;
}
#s-44150ae0-489d-4e19-9173-91e1e25b04b8, #wrap-s-44150ae0-489d-4e19-9173-91e1e25b04b8 { display:none !important; }}







#s-44150ae0-489d-4e19-9173-91e1e25b04b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44150ae0-489d-4e19-9173-91e1e25b04b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ed29fa0-a266-4900-8560-d1dae00079af {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ed29fa0-a266-4900-8560-d1dae00079af {
  display: none;
}
#s-6ed29fa0-a266-4900-8560-d1dae00079af, #wrap-s-6ed29fa0-a266-4900-8560-d1dae00079af { display:none !important; }}@media (max-width: 767px){#s-6ed29fa0-a266-4900-8560-d1dae00079af {
  display: none;
}
#s-6ed29fa0-a266-4900-8560-d1dae00079af, #wrap-s-6ed29fa0-a266-4900-8560-d1dae00079af { display:none !important; }}






  #s-6ed29fa0-a266-4900-8560-d1dae00079af img.shogun-image {
    

    
    
    
  }


#s-6ed29fa0-a266-4900-8560-d1dae00079af .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-6fae1452-ee1d-4d1f-a0c0-f35c120de299 {
  display: none;
}
#s-6fae1452-ee1d-4d1f-a0c0-f35c120de299, #wrap-s-6fae1452-ee1d-4d1f-a0c0-f35c120de299 { display:none !important; }}@media (max-width: 767px){#s-6fae1452-ee1d-4d1f-a0c0-f35c120de299 {
  display: none;
}
#s-6fae1452-ee1d-4d1f-a0c0-f35c120de299, #wrap-s-6fae1452-ee1d-4d1f-a0c0-f35c120de299 { display:none !important; }}
#s-aba66c34-b306-4a1e-8f5b-bcf2b418983c {
  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-aba66c34-b306-4a1e-8f5b-bcf2b418983c {
  display: none;
}
#s-aba66c34-b306-4a1e-8f5b-bcf2b418983c, #wrap-s-aba66c34-b306-4a1e-8f5b-bcf2b418983c { display:none !important; }}@media (max-width: 767px){#s-aba66c34-b306-4a1e-8f5b-bcf2b418983c {
  display: none;
}
#s-aba66c34-b306-4a1e-8f5b-bcf2b418983c, #wrap-s-aba66c34-b306-4a1e-8f5b-bcf2b418983c { display:none !important; }}






  #s-aba66c34-b306-4a1e-8f5b-bcf2b418983c img.shogun-image {
    

    
    
    
  }


#s-aba66c34-b306-4a1e-8f5b-bcf2b418983c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-901eb1b8-7a9a-489c-b71d-4d3be19aab27 {
  display: none;
}
#s-901eb1b8-7a9a-489c-b71d-4d3be19aab27, #wrap-s-901eb1b8-7a9a-489c-b71d-4d3be19aab27 { display:none !important; }}@media (max-width: 767px){#s-901eb1b8-7a9a-489c-b71d-4d3be19aab27 {
  display: none;
}
#s-901eb1b8-7a9a-489c-b71d-4d3be19aab27, #wrap-s-901eb1b8-7a9a-489c-b71d-4d3be19aab27 { display:none !important; }}
#s-86d33239-2a89-4fe2-ba84-038a61427df8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-86d33239-2a89-4fe2-ba84-038a61427df8 {
  display: none;
}
#s-86d33239-2a89-4fe2-ba84-038a61427df8, #wrap-s-86d33239-2a89-4fe2-ba84-038a61427df8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86d33239-2a89-4fe2-ba84-038a61427df8 {
  display: none;
}
#s-86d33239-2a89-4fe2-ba84-038a61427df8, #wrap-s-86d33239-2a89-4fe2-ba84-038a61427df8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86d33239-2a89-4fe2-ba84-038a61427df8 {
  
}
}@media (max-width: 767px){#s-86d33239-2a89-4fe2-ba84-038a61427df8 {
  
}
}
@media (min-width: 0px) {
[id="s-86d33239-2a89-4fe2-ba84-038a61427df8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86d33239-2a89-4fe2-ba84-038a61427df8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-86d33239-2a89-4fe2-ba84-038a61427df8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-86d33239-2a89-4fe2-ba84-038a61427df8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-86d33239-2a89-4fe2-ba84-038a61427df8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-86d33239-2a89-4fe2-ba84-038a61427df8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-86d33239-2a89-4fe2-ba84-038a61427df8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-a343f474-4d85-4acc-96ba-b896c5f9e8fa {
  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-a343f474-4d85-4acc-96ba-b896c5f9e8fa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a343f474-4d85-4acc-96ba-b896c5f9e8fa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a343f474-4d85-4acc-96ba-b896c5f9e8fa {
  
}
}@media (max-width: 767px){#s-a343f474-4d85-4acc-96ba-b896c5f9e8fa {
  
}
}
.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-6c21f7ac-cf9a-4997-8c15-00613d798bd6 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3c51ad21-8c6e-47b8-81dc-81289c34616d {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-3c51ad21-8c6e-47b8-81dc-81289c34616d {
  display: none;
}
#s-3c51ad21-8c6e-47b8-81dc-81289c34616d, #wrap-s-3c51ad21-8c6e-47b8-81dc-81289c34616d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c51ad21-8c6e-47b8-81dc-81289c34616d {
  display: none;
}
#s-3c51ad21-8c6e-47b8-81dc-81289c34616d, #wrap-s-3c51ad21-8c6e-47b8-81dc-81289c34616d { display:none !important; }}
@media (min-width: 0px) {
[id="s-3c51ad21-8c6e-47b8-81dc-81289c34616d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c51ad21-8c6e-47b8-81dc-81289c34616d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3c51ad21-8c6e-47b8-81dc-81289c34616d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c51ad21-8c6e-47b8-81dc-81289c34616d"] > .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-02987137-ef24-4f5c-92b0-bdb7655a9072 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-02987137-ef24-4f5c-92b0-bdb7655a9072 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-02987137-ef24-4f5c-92b0-bdb7655a9072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-02987137-ef24-4f5c-92b0-bdb7655a9072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-02987137-ef24-4f5c-92b0-bdb7655a9072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-02987137-ef24-4f5c-92b0-bdb7655a9072 > .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-02987137-ef24-4f5c-92b0-bdb7655a9072 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (min-width: 0px) {
[id="s-71279c09-3438-4e98-ad23-3a5745ae56c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71279c09-3438-4e98-ad23-3a5745ae56c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-71279c09-3438-4e98-ad23-3a5745ae56c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-71279c09-3438-4e98-ad23-3a5745ae56c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-39576fc4-6c4c-423e-a9d8-eeaf8d9e9d48 {
  margin-left: 15px;
margin-right: 15px;
}

#s-5fce997a-56fc-4645-8ad1-941886f13e72 {
  margin-left: 15px;
margin-right: 15px;
}

#s-ef1e0bef-d0c0-489f-8341-eed842d20458 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-ef1e0bef-d0c0-489f-8341-eed842d20458 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-ef1e0bef-d0c0-489f-8341-eed842d20458 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ef1e0bef-d0c0-489f-8341-eed842d20458 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ef1e0bef-d0c0-489f-8341-eed842d20458 > .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-ef1e0bef-d0c0-489f-8341-eed842d20458 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-efed5de4-1644-4b85-a15f-cfefeac99ad9 {
  margin-left: 15px;
margin-right: 15px;
}

#s-1d75919e-4e6a-47c9-9113-e16da5d06798 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-1d75919e-4e6a-47c9-9113-e16da5d06798 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-1d75919e-4e6a-47c9-9113-e16da5d06798 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1d75919e-4e6a-47c9-9113-e16da5d06798 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1d75919e-4e6a-47c9-9113-e16da5d06798 > .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-1d75919e-4e6a-47c9-9113-e16da5d06798 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-54e7407b-d710-4cc5-8554-3e7ffb938b41 {
  margin-left: 15px;
margin-right: 15px;
}

#s-4a154e31-c3f2-4fa7-9ffa-bc0133ec5ca9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-4a154e31-c3f2-4fa7-9ffa-bc0133ec5ca9 {
  display: none;
}
#s-4a154e31-c3f2-4fa7-9ffa-bc0133ec5ca9, #wrap-s-4a154e31-c3f2-4fa7-9ffa-bc0133ec5ca9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a154e31-c3f2-4fa7-9ffa-bc0133ec5ca9 {
  display: none;
}
#s-4a154e31-c3f2-4fa7-9ffa-bc0133ec5ca9, #wrap-s-4a154e31-c3f2-4fa7-9ffa-bc0133ec5ca9 { display:none !important; }}







#s-4a154e31-c3f2-4fa7-9ffa-bc0133ec5ca9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-4a154e31-c3f2-4fa7-9ffa-bc0133ec5ca9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bf26cfd-479f-4028-b2f2-46307d626d47 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-92f11053-d34a-48a9-810c-4926613fdd1a {
  margin-left: 100px;
margin-right: 100px;
text-align: center;
}







  #s-92f11053-d34a-48a9-810c-4926613fdd1a img.shogun-image {
    

    
    
    
  }


#s-92f11053-d34a-48a9-810c-4926613fdd1a .shogun-image-content {
  
    align-items: center;
  
}

#s-31c7e7c6-dc24-4284-86b9-f4dc9845a7d7 {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 1200px){#s-31c7e7c6-dc24-4284-86b9-f4dc9845a7d7 {
  display: none;
}
#s-31c7e7c6-dc24-4284-86b9-f4dc9845a7d7, #wrap-s-31c7e7c6-dc24-4284-86b9-f4dc9845a7d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31c7e7c6-dc24-4284-86b9-f4dc9845a7d7 {
  display: none;
}
#s-31c7e7c6-dc24-4284-86b9-f4dc9845a7d7, #wrap-s-31c7e7c6-dc24-4284-86b9-f4dc9845a7d7 { display:none !important; }}







#s-31c7e7c6-dc24-4284-86b9-f4dc9845a7d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31c7e7c6-dc24-4284-86b9-f4dc9845a7d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1f02069-8ec4-4571-b1b5-5e3269b3767f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d1f02069-8ec4-4571-b1b5-5e3269b3767f {
  display: none;
}
#s-d1f02069-8ec4-4571-b1b5-5e3269b3767f, #wrap-s-d1f02069-8ec4-4571-b1b5-5e3269b3767f { display:none !important; }}@media (max-width: 767px){#s-d1f02069-8ec4-4571-b1b5-5e3269b3767f {
  display: none;
}
#s-d1f02069-8ec4-4571-b1b5-5e3269b3767f, #wrap-s-d1f02069-8ec4-4571-b1b5-5e3269b3767f { display:none !important; }}







#s-d1f02069-8ec4-4571-b1b5-5e3269b3767f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7a2161d4-dff6-490d-ac01-454f03ee6948"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a2161d4-dff6-490d-ac01-454f03ee6948"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-7a2161d4-dff6-490d-ac01-454f03ee6948"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-7a2161d4-dff6-490d-ac01-454f03ee6948"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-7a2161d4-dff6-490d-ac01-454f03ee6948"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-7a2161d4-dff6-490d-ac01-454f03ee6948"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-7a2161d4-dff6-490d-ac01-454f03ee6948"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-7a2161d4-dff6-490d-ac01-454f03ee6948"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-7a2161d4-dff6-490d-ac01-454f03ee6948"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-7a2161d4-dff6-490d-ac01-454f03ee6948"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-0ab5d5cf-1fea-4490-9b92-23ca8593446e {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0ab5d5cf-1fea-4490-9b92-23ca8593446e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ab5d5cf-1fea-4490-9b92-23ca8593446e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ab5d5cf-1fea-4490-9b92-23ca8593446e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ab5d5cf-1fea-4490-9b92-23ca8593446e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ab5d5cf-1fea-4490-9b92-23ca8593446e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ab5d5cf-1fea-4490-9b92-23ca8593446e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ab5d5cf-1fea-4490-9b92-23ca8593446e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-671bfa51-118d-42ee-aedb-c5e0d0778f28 {
  text-align: left;
}







  #s-671bfa51-118d-42ee-aedb-c5e0d0778f28 img.shogun-image {
    

    
    
    
  }


#s-671bfa51-118d-42ee-aedb-c5e0d0778f28 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3e973ff-1d01-4228-a7fc-ff0224851a41 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-a3e973ff-1d01-4228-a7fc-ff0224851a41 {
  display: none;
}
#s-a3e973ff-1d01-4228-a7fc-ff0224851a41, #wrap-s-a3e973ff-1d01-4228-a7fc-ff0224851a41 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3e973ff-1d01-4228-a7fc-ff0224851a41 {
  display: none;
}
#s-a3e973ff-1d01-4228-a7fc-ff0224851a41, #wrap-s-a3e973ff-1d01-4228-a7fc-ff0224851a41 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a3e973ff-1d01-4228-a7fc-ff0224851a41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3e973ff-1d01-4228-a7fc-ff0224851a41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a3e973ff-1d01-4228-a7fc-ff0224851a41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3e973ff-1d01-4228-a7fc-ff0224851a41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-319da8c9-969d-4026-81a7-68e5f51496f0 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-319da8c9-969d-4026-81a7-68e5f51496f0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-319da8c9-969d-4026-81a7-68e5f51496f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-319da8c9-969d-4026-81a7-68e5f51496f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-319da8c9-969d-4026-81a7-68e5f51496f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-7fae68a1-96d2-4d99-be3d-c378be8e4efd {
  text-align: center;
}







  #s-7fae68a1-96d2-4d99-be3d-c378be8e4efd img.shogun-image {
    

    
    
    
  }


#s-7fae68a1-96d2-4d99-be3d-c378be8e4efd .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-9a760da7-14dd-4da2-8eb5-839731d544b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a760da7-14dd-4da2-8eb5-839731d544b7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-de573c14-38a1-4e68-96c7-9d679c8c5c6e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-de573c14-38a1-4e68-96c7-9d679c8c5c6e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-de573c14-38a1-4e68-96c7-9d679c8c5c6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-de573c14-38a1-4e68-96c7-9d679c8c5c6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-de573c14-38a1-4e68-96c7-9d679c8c5c6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-3aca7b19-397b-471f-bf55-e7b77f64ae52 {
  text-align: center;
}







  #s-3aca7b19-397b-471f-bf55-e7b77f64ae52 img.shogun-image {
    

    
    
    
  }


#s-3aca7b19-397b-471f-bf55-e7b77f64ae52 .shogun-image-content {
  
    align-items: center;
  
}

#s-712d4821-3400-48b9-8b3b-104ae3eda143 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-712d4821-3400-48b9-8b3b-104ae3eda143 .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-2ebd0ab5-860f-44ab-9b2a-580fde0e2c9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ebd0ab5-860f-44ab-9b2a-580fde0e2c9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ebd0ab5-860f-44ab-9b2a-580fde0e2c9b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2ebd0ab5-860f-44ab-9b2a-580fde0e2c9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ebd0ab5-860f-44ab-9b2a-580fde0e2c9b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ebd0ab5-860f-44ab-9b2a-580fde0e2c9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ebd0ab5-860f-44ab-9b2a-580fde0e2c9b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-7c88f950-1a68-4cc5-b982-5f41b1af214e {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c88f950-1a68-4cc5-b982-5f41b1af214e {
  display: none;
}
#s-7c88f950-1a68-4cc5-b982-5f41b1af214e, #wrap-s-7c88f950-1a68-4cc5-b982-5f41b1af214e { display:none !important; }}@media (max-width: 767px){#s-7c88f950-1a68-4cc5-b982-5f41b1af214e {
  display: none;
}
#s-7c88f950-1a68-4cc5-b982-5f41b1af214e, #wrap-s-7c88f950-1a68-4cc5-b982-5f41b1af214e { display:none !important; }}
@media (min-width: 0px) {
[id="s-7c88f950-1a68-4cc5-b982-5f41b1af214e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c88f950-1a68-4cc5-b982-5f41b1af214e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c88f950-1a68-4cc5-b982-5f41b1af214e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c88f950-1a68-4cc5-b982-5f41b1af214e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c88f950-1a68-4cc5-b982-5f41b1af214e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c88f950-1a68-4cc5-b982-5f41b1af214e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c88f950-1a68-4cc5-b982-5f41b1af214e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-e008a1f5-15eb-444d-8b70-7386cbf97eaa {
  border-style: solid;
margin-top: 71px;
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-e008a1f5-15eb-444d-8b70-7386cbf97eaa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e008a1f5-15eb-444d-8b70-7386cbf97eaa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e008a1f5-15eb-444d-8b70-7386cbf97eaa {
  
}
}@media (max-width: 767px){#s-e008a1f5-15eb-444d-8b70-7386cbf97eaa {
  
}
}
#s-97294430-6f74-491b-8409-66e863aab11b {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-7e1e638a-cf84-41c0-94e1-cca7f3be56b8 {
  margin-top: 50px;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e1e638a-cf84-41c0-94e1-cca7f3be56b8 {
  display: none;
}
#s-7e1e638a-cf84-41c0-94e1-cca7f3be56b8, #wrap-s-7e1e638a-cf84-41c0-94e1-cca7f3be56b8 { display:none !important; }}@media (max-width: 767px){#s-7e1e638a-cf84-41c0-94e1-cca7f3be56b8 {
  display: none;
}
#s-7e1e638a-cf84-41c0-94e1-cca7f3be56b8, #wrap-s-7e1e638a-cf84-41c0-94e1-cca7f3be56b8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7e1e638a-cf84-41c0-94e1-cca7f3be56b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e1e638a-cf84-41c0-94e1-cca7f3be56b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7e1e638a-cf84-41c0-94e1-cca7f3be56b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e1e638a-cf84-41c0-94e1-cca7f3be56b8"] > .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-403fb9b2-b032-43d2-b7c4-7c08e48d5d21 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-315fa4c6-0d63-4cbb-bc25-859363fce762"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-315fa4c6-0d63-4cbb-bc25-859363fce762"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-315fa4c6-0d63-4cbb-bc25-859363fce762"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-315fa4c6-0d63-4cbb-bc25-859363fce762"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b070c4c4-0f69-4c52-8997-07aaccea0eff hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-0f9c8a52-54eb-49b7-8602-f4eecddbfdd9 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-605174cc-069d-4b01-aa2d-dff483e78a6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-605174cc-069d-4b01-aa2d-dff483e78a6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-605174cc-069d-4b01-aa2d-dff483e78a6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-605174cc-069d-4b01-aa2d-dff483e78a6f"] > .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-e19741c6-d95b-4c17-bc21-f3fcc5e9f2ac {
  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-e19741c6-d95b-4c17-bc21-f3fcc5e9f2ac: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-e19741c6-d95b-4c17-bc21-f3fcc5e9f2ac: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-e19741c6-d95b-4c17-bc21-f3fcc5e9f2ac-root {
    text-align: left;
  }


#s-e19741c6-d95b-4c17-bc21-f3fcc5e9f2ac.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-e19741c6-d95b-4c17-bc21-f3fcc5e9f2ac-root {
    text-align: left;
  }


#s-e19741c6-d95b-4c17-bc21-f3fcc5e9f2ac.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-e19741c6-d95b-4c17-bc21-f3fcc5e9f2ac-root {
    text-align: left;
  }


#s-e19741c6-d95b-4c17-bc21-f3fcc5e9f2ac.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-e19741c6-d95b-4c17-bc21-f3fcc5e9f2ac-root {
    text-align: left;
  }


#s-e19741c6-d95b-4c17-bc21-f3fcc5e9f2ac.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-e19741c6-d95b-4c17-bc21-f3fcc5e9f2ac-root {
    text-align: left;
  }


#s-e19741c6-d95b-4c17-bc21-f3fcc5e9f2ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-59265fda-6a11-4e5d-aea2-6938556fcb4a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-59265fda-6a11-4e5d-aea2-6938556fcb4a {
  display: none;
}
#s-59265fda-6a11-4e5d-aea2-6938556fcb4a, #wrap-s-59265fda-6a11-4e5d-aea2-6938556fcb4a { display:none !important; }}@media (max-width: 767px){#s-59265fda-6a11-4e5d-aea2-6938556fcb4a {
  display: none;
}
#s-59265fda-6a11-4e5d-aea2-6938556fcb4a, #wrap-s-59265fda-6a11-4e5d-aea2-6938556fcb4a { display:none !important; }}







#s-59265fda-6a11-4e5d-aea2-6938556fcb4a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ee1b484d-eea6-4553-ab82-839bb18b460f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee1b484d-eea6-4553-ab82-839bb18b460f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-ee1b484d-eea6-4553-ab82-839bb18b460f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-ee1b484d-eea6-4553-ab82-839bb18b460f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-ee1b484d-eea6-4553-ab82-839bb18b460f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-ee1b484d-eea6-4553-ab82-839bb18b460f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-ee1b484d-eea6-4553-ab82-839bb18b460f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-ee1b484d-eea6-4553-ab82-839bb18b460f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-ee1b484d-eea6-4553-ab82-839bb18b460f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-ee1b484d-eea6-4553-ab82-839bb18b460f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-d8fbe93b-0046-4a17-a99a-07213ab248b2 {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d8fbe93b-0046-4a17-a99a-07213ab248b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8fbe93b-0046-4a17-a99a-07213ab248b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8fbe93b-0046-4a17-a99a-07213ab248b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d8fbe93b-0046-4a17-a99a-07213ab248b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8fbe93b-0046-4a17-a99a-07213ab248b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8fbe93b-0046-4a17-a99a-07213ab248b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8fbe93b-0046-4a17-a99a-07213ab248b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ff3ab576-ab3b-4135-99f6-638a6efb6e7f {
  text-align: left;
}







  #s-ff3ab576-ab3b-4135-99f6-638a6efb6e7f img.shogun-image {
    

    
    
    
  }


#s-ff3ab576-ab3b-4135-99f6-638a6efb6e7f .shogun-image-content {
  
    align-items: center;
  
}

#s-8b34f363-eebe-4907-8902-343eabbf1f93 {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8b34f363-eebe-4907-8902-343eabbf1f93 {
  display: none;
}
#s-8b34f363-eebe-4907-8902-343eabbf1f93, #wrap-s-8b34f363-eebe-4907-8902-343eabbf1f93 { display:none !important; }}@media (max-width: 767px){#s-8b34f363-eebe-4907-8902-343eabbf1f93 {
  display: none;
}
#s-8b34f363-eebe-4907-8902-343eabbf1f93, #wrap-s-8b34f363-eebe-4907-8902-343eabbf1f93 { display:none !important; }}







#s-8b34f363-eebe-4907-8902-343eabbf1f93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b34f363-eebe-4907-8902-343eabbf1f93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16897626-58fe-4792-8419-e3819892a959 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-16897626-58fe-4792-8419-e3819892a959"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16897626-58fe-4792-8419-e3819892a959"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-16897626-58fe-4792-8419-e3819892a959"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-16897626-58fe-4792-8419-e3819892a959"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-16897626-58fe-4792-8419-e3819892a959"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-16897626-58fe-4792-8419-e3819892a959"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-16897626-58fe-4792-8419-e3819892a959"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-d2f33b4c-966b-4b71-af85-1e51c97ed9e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2f33b4c-966b-4b71-af85-1e51c97ed9e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d2f33b4c-966b-4b71-af85-1e51c97ed9e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2f33b4c-966b-4b71-af85-1e51c97ed9e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-4a94d969-0c1c-48a9-b90c-33e9ead4f73c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4a94d969-0c1c-48a9-b90c-33e9ead4f73c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-4a94d969-0c1c-48a9-b90c-33e9ead4f73c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-4a94d969-0c1c-48a9-b90c-33e9ead4f73c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a94d969-0c1c-48a9-b90c-33e9ead4f73c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-683efe7b-b818-403a-87c3-fec96a87023f {
  text-align: center;
}







  #s-683efe7b-b818-403a-87c3-fec96a87023f img.shogun-image {
    

    
    
    
  }


#s-683efe7b-b818-403a-87c3-fec96a87023f .shogun-image-content {
  
    align-items: center;
  
}

#s-72fe06f5-0a11-465c-8c51-ac8ece5e5dd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72fe06f5-0a11-465c-8c51-ac8ece5e5dd3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ba111a79-9e2b-46b5-b911-955c62cc65b5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ba111a79-9e2b-46b5-b911-955c62cc65b5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-ba111a79-9e2b-46b5-b911-955c62cc65b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-ba111a79-9e2b-46b5-b911-955c62cc65b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba111a79-9e2b-46b5-b911-955c62cc65b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-347b1930-cc05-45d7-829c-3a8c19d5d4ec {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-347b1930-cc05-45d7-829c-3a8c19d5d4ec"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-347b1930-cc05-45d7-829c-3a8c19d5d4ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-347b1930-cc05-45d7-829c-3a8c19d5d4ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-347b1930-cc05-45d7-829c-3a8c19d5d4ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-496c534e-c61d-42ee-80c7-6d37ec0bb78f {
  text-align: center;
}







  #s-496c534e-c61d-42ee-80c7-6d37ec0bb78f img.shogun-image {
    

    
    
    
  }


#s-496c534e-c61d-42ee-80c7-6d37ec0bb78f .shogun-image-content {
  
    align-items: center;
  
}

#s-01b80dbc-6235-44bb-b9b0-ca9961f0931d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01b80dbc-6235-44bb-b9b0-ca9961f0931d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-02bf5be2-ddca-4528-bdf8-babaa3903167 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-02bf5be2-ddca-4528-bdf8-babaa3903167"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-02bf5be2-ddca-4528-bdf8-babaa3903167"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-02bf5be2-ddca-4528-bdf8-babaa3903167"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-02bf5be2-ddca-4528-bdf8-babaa3903167"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-22df32fd-fcb0-40ae-b7da-40f88d8ff0d4 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
min-height: 500px;
}








#s-22df32fd-fcb0-40ae-b7da-40f88d8ff0d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22df32fd-fcb0-40ae-b7da-40f88d8ff0d4.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-6332a739-dd8d-4bb2-8842-574f35893d7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6332a739-dd8d-4bb2-8842-574f35893d7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6332a739-dd8d-4bb2-8842-574f35893d7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6332a739-dd8d-4bb2-8842-574f35893d7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-dd827f52-ae56-4ea5-a92a-a79d09b4a0a7 {
  margin-top: 0px;
text-align: center;
}







  #s-dd827f52-ae56-4ea5-a92a-a79d09b4a0a7 img.shogun-image {
    

    
    
    
  }


#s-dd827f52-ae56-4ea5-a92a-a79d09b4a0a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-628c2d99-2d72-4047-8633-58057327a4a7 {
  min-height: 50px;
}
@media (max-width: 767px){#s-628c2d99-2d72-4047-8633-58057327a4a7 {
  
}
}







#s-628c2d99-2d72-4047-8633-58057327a4a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-628c2d99-2d72-4047-8633-58057327a4a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85303ee7-f41c-4fbe-b16a-70454eec30ea {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-85303ee7-f41c-4fbe-b16a-70454eec30ea {
  
}
}
@media (min-width: 0px) {
[id="s-85303ee7-f41c-4fbe-b16a-70454eec30ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85303ee7-f41c-4fbe-b16a-70454eec30ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-85303ee7-f41c-4fbe-b16a-70454eec30ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-85303ee7-f41c-4fbe-b16a-70454eec30ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-85303ee7-f41c-4fbe-b16a-70454eec30ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-85303ee7-f41c-4fbe-b16a-70454eec30ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-85303ee7-f41c-4fbe-b16a-70454eec30ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-85303ee7-f41c-4fbe-b16a-70454eec30ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-85303ee7-f41c-4fbe-b16a-70454eec30ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-85303ee7-f41c-4fbe-b16a-70454eec30ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-5119904f-7fe4-445d-82ac-85816847d871 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-12b3dd7c-4f5b-4ae2-8131-1f3a4deebd70 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-12b3dd7c-4f5b-4ae2-8131-1f3a4deebd70:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-12b3dd7c-4f5b-4ae2-8131-1f3a4deebd70:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-12b3dd7c-4f5b-4ae2-8131-1f3a4deebd70-root {
    text-align: left;
  }


#s-12b3dd7c-4f5b-4ae2-8131-1f3a4deebd70.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-12b3dd7c-4f5b-4ae2-8131-1f3a4deebd70-root {
    text-align: left;
  }


#s-12b3dd7c-4f5b-4ae2-8131-1f3a4deebd70.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-12b3dd7c-4f5b-4ae2-8131-1f3a4deebd70-root {
    text-align: left;
  }


#s-12b3dd7c-4f5b-4ae2-8131-1f3a4deebd70.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-12b3dd7c-4f5b-4ae2-8131-1f3a4deebd70-root {
    text-align: left;
  }


#s-12b3dd7c-4f5b-4ae2-8131-1f3a4deebd70.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-12b3dd7c-4f5b-4ae2-8131-1f3a4deebd70-root {
    text-align: left;
  }


#s-12b3dd7c-4f5b-4ae2-8131-1f3a4deebd70.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e995af16-a176-445d-b8de-3f68785e7fdc {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-e995af16-a176-445d-b8de-3f68785e7fdc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e995af16-a176-445d-b8de-3f68785e7fdc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e995af16-a176-445d-b8de-3f68785e7fdc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e995af16-a176-445d-b8de-3f68785e7fdc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e995af16-a176-445d-b8de-3f68785e7fdc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-05a14e5e-0793-4342-93a4-956dc68d7235 {
  min-height: 50px;
}
@media (max-width: 767px){#s-05a14e5e-0793-4342-93a4-956dc68d7235 {
  
}
}







#s-05a14e5e-0793-4342-93a4-956dc68d7235 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05a14e5e-0793-4342-93a4-956dc68d7235.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-570a67bf-b82a-4d25-a53d-24e8705fc7dd {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-570a67bf-b82a-4d25-a53d-24e8705fc7dd {
  
}
}
@media (min-width: 0px) {
[id="s-570a67bf-b82a-4d25-a53d-24e8705fc7dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-570a67bf-b82a-4d25-a53d-24e8705fc7dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-570a67bf-b82a-4d25-a53d-24e8705fc7dd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-570a67bf-b82a-4d25-a53d-24e8705fc7dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-570a67bf-b82a-4d25-a53d-24e8705fc7dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-570a67bf-b82a-4d25-a53d-24e8705fc7dd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-570a67bf-b82a-4d25-a53d-24e8705fc7dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-570a67bf-b82a-4d25-a53d-24e8705fc7dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-570a67bf-b82a-4d25-a53d-24e8705fc7dd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-570a67bf-b82a-4d25-a53d-24e8705fc7dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-73d91d56-248c-453c-b976-66140705f855 {
  margin-left: 15px;
margin-right: 15px;
}

#s-7d2fa149-797c-48fe-aa7d-8873cc4a0301 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-7d2fa149-797c-48fe-aa7d-8873cc4a0301 .shogun-image-content {
  
    align-items: center;
  
}

#s-29ee9f41-1a28-44db-a77d-d1ec18970b92 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-29ee9f41-1a28-44db-a77d-d1ec18970b92 {
  display: none;
}
#s-29ee9f41-1a28-44db-a77d-d1ec18970b92, #wrap-s-29ee9f41-1a28-44db-a77d-d1ec18970b92 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29ee9f41-1a28-44db-a77d-d1ec18970b92 {
  display: none;
}
#s-29ee9f41-1a28-44db-a77d-d1ec18970b92, #wrap-s-29ee9f41-1a28-44db-a77d-d1ec18970b92 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29ee9f41-1a28-44db-a77d-d1ec18970b92 {
  display: none;
}
#s-29ee9f41-1a28-44db-a77d-d1ec18970b92, #wrap-s-29ee9f41-1a28-44db-a77d-d1ec18970b92 { display:none !important; }}







#s-29ee9f41-1a28-44db-a77d-d1ec18970b92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29ee9f41-1a28-44db-a77d-d1ec18970b92.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-a541ea3c-cc44-482a-b942-c63d6999bdc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a541ea3c-cc44-482a-b942-c63d6999bdc6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a541ea3c-cc44-482a-b942-c63d6999bdc6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a541ea3c-cc44-482a-b942-c63d6999bdc6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1e32158a-5be2-41ce-abfa-f023bb3f55cd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}








#s-1e32158a-5be2-41ce-abfa-f023bb3f55cd .shogun-image-content {
  
    align-items: center;
  
}

#s-749a39a3-ded6-4fa8-a6f0-43023a804d39 {
  min-height: 50px;
}
@media (max-width: 767px){#s-749a39a3-ded6-4fa8-a6f0-43023a804d39 {
  
}
}







#s-749a39a3-ded6-4fa8-a6f0-43023a804d39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-749a39a3-ded6-4fa8-a6f0-43023a804d39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59daff84-42f7-4bf1-ab94-1d276aca4f5b {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-59daff84-42f7-4bf1-ab94-1d276aca4f5b {
  
}
}
@media (min-width: 0px) {
[id="s-59daff84-42f7-4bf1-ab94-1d276aca4f5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59daff84-42f7-4bf1-ab94-1d276aca4f5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59daff84-42f7-4bf1-ab94-1d276aca4f5b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59daff84-42f7-4bf1-ab94-1d276aca4f5b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59daff84-42f7-4bf1-ab94-1d276aca4f5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59daff84-42f7-4bf1-ab94-1d276aca4f5b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59daff84-42f7-4bf1-ab94-1d276aca4f5b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59daff84-42f7-4bf1-ab94-1d276aca4f5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59daff84-42f7-4bf1-ab94-1d276aca4f5b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59daff84-42f7-4bf1-ab94-1d276aca4f5b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-01709b40-4a58-4cc0-b95f-8fceff78f97a {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-d8190228-9b99-455a-8f43-de062572ba28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8190228-9b99-455a-8f43-de062572ba28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d8190228-9b99-455a-8f43-de062572ba28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8190228-9b99-455a-8f43-de062572ba28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d8190228-9b99-455a-8f43-de062572ba28"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-10769c54-b02b-4195-aafc-906c7c9b7450 {
  min-height: 50px;
}
@media (max-width: 767px){#s-10769c54-b02b-4195-aafc-906c7c9b7450 {
  
}
}







#s-10769c54-b02b-4195-aafc-906c7c9b7450 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10769c54-b02b-4195-aafc-906c7c9b7450.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17c9c1fa-3b2f-4726-9332-fc0d9462fe05 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-17c9c1fa-3b2f-4726-9332-fc0d9462fe05 {
  
}
}
@media (min-width: 0px) {
[id="s-17c9c1fa-3b2f-4726-9332-fc0d9462fe05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17c9c1fa-3b2f-4726-9332-fc0d9462fe05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-17c9c1fa-3b2f-4726-9332-fc0d9462fe05"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-17c9c1fa-3b2f-4726-9332-fc0d9462fe05"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-17c9c1fa-3b2f-4726-9332-fc0d9462fe05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-17c9c1fa-3b2f-4726-9332-fc0d9462fe05"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-17c9c1fa-3b2f-4726-9332-fc0d9462fe05"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-17c9c1fa-3b2f-4726-9332-fc0d9462fe05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-17c9c1fa-3b2f-4726-9332-fc0d9462fe05"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-17c9c1fa-3b2f-4726-9332-fc0d9462fe05"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-14627ec3-093a-436a-831b-4a157996966c {
  margin-left: 15px;
margin-right: 15px;
}

#s-66e48e7a-5af2-4eca-bb07-02554b72f331 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-66e48e7a-5af2-4eca-bb07-02554b72f331 img.shogun-image {
    

    
    
    
  }


#s-66e48e7a-5af2-4eca-bb07-02554b72f331 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e63cc52-0578-4386-943f-f14a8623fdff {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1e63cc52-0578-4386-943f-f14a8623fdff {
  display: none;
}
#s-1e63cc52-0578-4386-943f-f14a8623fdff, #wrap-s-1e63cc52-0578-4386-943f-f14a8623fdff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e63cc52-0578-4386-943f-f14a8623fdff {
  display: none;
}
#s-1e63cc52-0578-4386-943f-f14a8623fdff, #wrap-s-1e63cc52-0578-4386-943f-f14a8623fdff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e63cc52-0578-4386-943f-f14a8623fdff {
  display: none;
}
#s-1e63cc52-0578-4386-943f-f14a8623fdff, #wrap-s-1e63cc52-0578-4386-943f-f14a8623fdff { display:none !important; }}







#s-1e63cc52-0578-4386-943f-f14a8623fdff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e63cc52-0578-4386-943f-f14a8623fdff.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-35db1cc0-20e4-43a1-a32b-6e5b8abcf706 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-35db1cc0-20e4-43a1-a32b-6e5b8abcf706 {
  display: none;
}
#s-35db1cc0-20e4-43a1-a32b-6e5b8abcf706, #wrap-s-35db1cc0-20e4-43a1-a32b-6e5b8abcf706 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35db1cc0-20e4-43a1-a32b-6e5b8abcf706 {
  display: none;
}
#s-35db1cc0-20e4-43a1-a32b-6e5b8abcf706, #wrap-s-35db1cc0-20e4-43a1-a32b-6e5b8abcf706 { display:none !important; }}







#s-35db1cc0-20e4-43a1-a32b-6e5b8abcf706 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-35db1cc0-20e4-43a1-a32b-6e5b8abcf706.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa228604-4cfc-4237-b10e-e9ab60cd2631 {
  margin-left: 15px;
margin-right: 15px;
}

#s-440f44c3-2ecb-4e1b-88e3-bde24160ce86 {
  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-440f44c3-2ecb-4e1b-88e3-bde24160ce86:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-440f44c3-2ecb-4e1b-88e3-bde24160ce86:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-440f44c3-2ecb-4e1b-88e3-bde24160ce86-root {
    text-align: center;
  }


#s-440f44c3-2ecb-4e1b-88e3-bde24160ce86.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-440f44c3-2ecb-4e1b-88e3-bde24160ce86-root {
    text-align: center;
  }


#s-440f44c3-2ecb-4e1b-88e3-bde24160ce86.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-440f44c3-2ecb-4e1b-88e3-bde24160ce86-root {
    text-align: center;
  }


#s-440f44c3-2ecb-4e1b-88e3-bde24160ce86.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-440f44c3-2ecb-4e1b-88e3-bde24160ce86-root {
    text-align: center;
  }


#s-440f44c3-2ecb-4e1b-88e3-bde24160ce86.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-440f44c3-2ecb-4e1b-88e3-bde24160ce86-root {
    text-align: center;
  }


#s-440f44c3-2ecb-4e1b-88e3-bde24160ce86.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d51143a3-e9d3-4ccb-b2b1-fae253452d54 {
  background-color: rgba(12, 0, 0, 1);
}
@media (min-width: 1200px){#s-d51143a3-e9d3-4ccb-b2b1-fae253452d54 {
  display: none;
}
#s-d51143a3-e9d3-4ccb-b2b1-fae253452d54, #wrap-s-d51143a3-e9d3-4ccb-b2b1-fae253452d54 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d51143a3-e9d3-4ccb-b2b1-fae253452d54 {
  display: none;
}
#s-d51143a3-e9d3-4ccb-b2b1-fae253452d54, #wrap-s-d51143a3-e9d3-4ccb-b2b1-fae253452d54 { display:none !important; }}
#s-250f139e-eaa3-4e7e-801f-47557bb83bab {
  background-color: rgba(12, 0, 0, 1);
}
@media (min-width: 1200px){#s-250f139e-eaa3-4e7e-801f-47557bb83bab {
  display: none;
}
#s-250f139e-eaa3-4e7e-801f-47557bb83bab, #wrap-s-250f139e-eaa3-4e7e-801f-47557bb83bab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-250f139e-eaa3-4e7e-801f-47557bb83bab {
  display: none;
}
#s-250f139e-eaa3-4e7e-801f-47557bb83bab, #wrap-s-250f139e-eaa3-4e7e-801f-47557bb83bab { display:none !important; }}
#s-2e13ea17-bcee-436f-842d-7ebbd8bcef56 {
  background-color: rgba(12, 0, 0, 1);
}
@media (min-width: 1200px){#s-2e13ea17-bcee-436f-842d-7ebbd8bcef56 {
  display: none;
}
#s-2e13ea17-bcee-436f-842d-7ebbd8bcef56, #wrap-s-2e13ea17-bcee-436f-842d-7ebbd8bcef56 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e13ea17-bcee-436f-842d-7ebbd8bcef56 {
  display: none;
}
#s-2e13ea17-bcee-436f-842d-7ebbd8bcef56, #wrap-s-2e13ea17-bcee-436f-842d-7ebbd8bcef56 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e13ea17-bcee-436f-842d-7ebbd8bcef56 {
  
}
}@media (max-width: 767px){#s-2e13ea17-bcee-436f-842d-7ebbd8bcef56 {
  
}
}
#s-9125bfd7-ab9e-41ab-bfa3-ea3dfaaead3a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9125bfd7-ab9e-41ab-bfa3-ea3dfaaead3a {
  display: none;
}
#s-9125bfd7-ab9e-41ab-bfa3-ea3dfaaead3a, #wrap-s-9125bfd7-ab9e-41ab-bfa3-ea3dfaaead3a { display:none !important; }}@media (max-width: 767px){#s-9125bfd7-ab9e-41ab-bfa3-ea3dfaaead3a {
  display: none;
}
#s-9125bfd7-ab9e-41ab-bfa3-ea3dfaaead3a, #wrap-s-9125bfd7-ab9e-41ab-bfa3-ea3dfaaead3a { display:none !important; }}






  #s-9125bfd7-ab9e-41ab-bfa3-ea3dfaaead3a img.shogun-image {
    

    
    
    
  }


#s-9125bfd7-ab9e-41ab-bfa3-ea3dfaaead3a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-02c6fd54-747e-4386-93fc-b197fdbad184"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02c6fd54-747e-4386-93fc-b197fdbad184"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-02c6fd54-747e-4386-93fc-b197fdbad184"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-02c6fd54-747e-4386-93fc-b197fdbad184"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-02c6fd54-747e-4386-93fc-b197fdbad184"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-02c6fd54-747e-4386-93fc-b197fdbad184"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-02c6fd54-747e-4386-93fc-b197fdbad184"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-79c7a379-352a-4565-9c5c-adc284d95d27 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-79c7a379-352a-4565-9c5c-adc284d95d27:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-79c7a379-352a-4565-9c5c-adc284d95d27:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-79c7a379-352a-4565-9c5c-adc284d95d27-root {
    text-align: left;
  }


#s-79c7a379-352a-4565-9c5c-adc284d95d27.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-79c7a379-352a-4565-9c5c-adc284d95d27-root {
    text-align: left;
  }


#s-79c7a379-352a-4565-9c5c-adc284d95d27.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-79c7a379-352a-4565-9c5c-adc284d95d27-root {
    text-align: left;
  }


#s-79c7a379-352a-4565-9c5c-adc284d95d27.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-79c7a379-352a-4565-9c5c-adc284d95d27-root {
    text-align: left;
  }


#s-79c7a379-352a-4565-9c5c-adc284d95d27.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-79c7a379-352a-4565-9c5c-adc284d95d27-root {
    text-align: left;
  }


#s-79c7a379-352a-4565-9c5c-adc284d95d27.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-305bf0ca-b3eb-4525-abd1-47c4de1ed4b0 {
  margin-top: 0px;
padding-bottom: 0px;
min-height: 48px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-305bf0ca-b3eb-4525-abd1-47c4de1ed4b0 {
  display: none;
}
#s-305bf0ca-b3eb-4525-abd1-47c4de1ed4b0, #wrap-s-305bf0ca-b3eb-4525-abd1-47c4de1ed4b0 { display:none !important; }}@media (max-width: 767px){#s-305bf0ca-b3eb-4525-abd1-47c4de1ed4b0 {
  display: none;
}
#s-305bf0ca-b3eb-4525-abd1-47c4de1ed4b0, #wrap-s-305bf0ca-b3eb-4525-abd1-47c4de1ed4b0 { display:none !important; }}







#s-305bf0ca-b3eb-4525-abd1-47c4de1ed4b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-305bf0ca-b3eb-4525-abd1-47c4de1ed4b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e9533ff-eb5d-42f8-9269-e035061cae5a {
  margin-top: 50px;
margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-9e9533ff-eb5d-42f8-9269-e035061cae5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e9533ff-eb5d-42f8-9269-e035061cae5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-9e9533ff-eb5d-42f8-9269-e035061cae5a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-9e9533ff-eb5d-42f8-9269-e035061cae5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-9e9533ff-eb5d-42f8-9269-e035061cae5a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-9e9533ff-eb5d-42f8-9269-e035061cae5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-9e9533ff-eb5d-42f8-9269-e035061cae5a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 0px) {
[id="s-5c8355a2-5461-4358-902a-1167cc9e2589"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c8355a2-5461-4358-902a-1167cc9e2589"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-5c8355a2-5461-4358-902a-1167cc9e2589"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-5c8355a2-5461-4358-902a-1167cc9e2589"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-cc5bcc91-a9c5-45cc-add2-9c9f0f2de364"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc5bcc91-a9c5-45cc-add2-9c9f0f2de364"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc5bcc91-a9c5-45cc-add2-9c9f0f2de364"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cc5bcc91-a9c5-45cc-add2-9c9f0f2de364"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc5bcc91-a9c5-45cc-add2-9c9f0f2de364"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc5bcc91-a9c5-45cc-add2-9c9f0f2de364"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc5bcc91-a9c5-45cc-add2-9c9f0f2de364"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-c4442063-5524-4695-a1e7-2498d0e17526 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}







  #s-c4442063-5524-4695-a1e7-2498d0e17526 img.shogun-image {
    

    
    
    
  }


#s-c4442063-5524-4695-a1e7-2498d0e17526 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d1565f0-86da-48a0-8d40-d88e2d71217f {
  min-height: 50px;
}








#s-5d1565f0-86da-48a0-8d40-d88e2d71217f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d1565f0-86da-48a0-8d40-d88e2d71217f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88efb888-0736-4514-923d-aade6fe6b021 {
  min-height: 50px;
}








#s-88efb888-0736-4514-923d-aade6fe6b021 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88efb888-0736-4514-923d-aade6fe6b021.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b23f344-3753-447c-87f1-c617af9d0857 {
  margin-top: 50px;
margin-left: 5px;
margin-bottom: 50px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b23f344-3753-447c-87f1-c617af9d0857 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-b16910cf-8f2b-4cd0-8a85-2d9bd8611ebb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b16910cf-8f2b-4cd0-8a85-2d9bd8611ebb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b16910cf-8f2b-4cd0-8a85-2d9bd8611ebb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b16910cf-8f2b-4cd0-8a85-2d9bd8611ebb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-f5e36d8d-0b79-48c2-bac8-406905ea634d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-f5e36d8d-0b79-48c2-bac8-406905ea634d img.shogun-image {
    

    
    
    
  }


#s-f5e36d8d-0b79-48c2-bac8-406905ea634d .shogun-image-content {
  
    align-items: center;
  
}

#s-80097c7b-cd00-40d5-ad45-aa6e8f6dd3b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80097c7b-cd00-40d5-ad45-aa6e8f6dd3b8 .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-2028fc06-d017-42e1-8efa-699e0c744be1 {
  text-align: center;
}








#s-2028fc06-d017-42e1-8efa-699e0c744be1 .shogun-image-content {
  
    align-items: center;
  
}

#s-520dfec8-56ea-45de-a9fb-9e54dd18f0a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-520dfec8-56ea-45de-a9fb-9e54dd18f0a4 .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-b20181cb-3c9a-4822-b4c6-cb688ef697e5 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-b20181cb-3c9a-4822-b4c6-cb688ef697e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bbf320e-a354-4da6-a08e-6f4cc0e15167 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bbf320e-a354-4da6-a08e-6f4cc0e15167 .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-07bfc604-c55c-4ff2-9571-074ecaf49807 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}








#s-07bfc604-c55c-4ff2-9571-074ecaf49807 .shogun-image-content {
  
    align-items: center;
  
}

#s-af21f533-e448-4788-9cd8-01788628d048 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af21f533-e448-4788-9cd8-01788628d048 .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-9f5e2284-3ca0-40b3-a183-cda2b5c4a597 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f5e2284-3ca0-40b3-a183-cda2b5c4a597 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-ea358294-95b7-4d03-bc73-771dd7345cdc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea358294-95b7-4d03-bc73-771dd7345cdc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ea358294-95b7-4d03-bc73-771dd7345cdc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ea358294-95b7-4d03-bc73-771dd7345cdc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ea358294-95b7-4d03-bc73-771dd7345cdc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea358294-95b7-4d03-bc73-771dd7345cdc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ea358294-95b7-4d03-bc73-771dd7345cdc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-bab35519-84cd-4d9e-b065-ef1dd2e2c642 {
  padding-left: 0px;
padding-right: 0px;
}

#s-bab35519-84cd-4d9e-b065-ef1dd2e2c642 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bab35519-84cd-4d9e-b065-ef1dd2e2c642 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-bab35519-84cd-4d9e-b065-ef1dd2e2c642 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-bab35519-84cd-4d9e-b065-ef1dd2e2c642 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-bab35519-84cd-4d9e-b065-ef1dd2e2c642 > .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-bab35519-84cd-4d9e-b065-ef1dd2e2c642 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-f8d89af9-9ab5-4474-8c67-fc486db3b01d {
  margin-left: 15px;
margin-right: 15px;
}

#s-ed9ef711-c5d5-4f09-a88e-8cbd68aa5577 {
  margin-left: 15px;
margin-right: 15px;
}

#s-31c5baf9-d4a2-43e7-ac9a-4ba6b4a47aa1 {
  margin-left: 15px;
margin-right: 15px;
}

#s-ebd36358-7692-4c18-89d1-b11538b39b49 {
  margin-left: 15px;
margin-right: 15px;
}

#s-d6ab077e-62db-4f77-9b77-2d8b1776b104 {
  margin-left: 15px;
margin-right: 15px;
}

#s-d184a5a4-cd14-40a8-865e-25955a8c1e47 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 70px;
margin-right: 50px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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