.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-7faa5a06-b253-48c4-8988-7f90feaabcf3 {
  display: none;
}
#s-7faa5a06-b253-48c4-8988-7f90feaabcf3, #wrap-s-7faa5a06-b253-48c4-8988-7f90feaabcf3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7faa5a06-b253-48c4-8988-7f90feaabcf3 {
  display: none;
}
#s-7faa5a06-b253-48c4-8988-7f90feaabcf3, #wrap-s-7faa5a06-b253-48c4-8988-7f90feaabcf3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7faa5a06-b253-48c4-8988-7f90feaabcf3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7faa5a06-b253-48c4-8988-7f90feaabcf3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7faa5a06-b253-48c4-8988-7f90feaabcf3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7faa5a06-b253-48c4-8988-7f90feaabcf3"] > .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-d2e7694f-c489-41b2-b4f7-47550857e245 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}







  #s-d2e7694f-c489-41b2-b4f7-47550857e245 img.shogun-image {
    

    
    
    
  }


#s-d2e7694f-c489-41b2-b4f7-47550857e245 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5b20b4b-a322-40e0-91f8-eac2406e6b14 {
  padding-left: 5px;
padding-right: 5px;
}

#s-91277a2d-07ea-44be-87d9-81268c937351 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: center;
}







  #s-91277a2d-07ea-44be-87d9-81268c937351 img.shogun-image {
    

    
    
    
  }


#s-91277a2d-07ea-44be-87d9-81268c937351 .shogun-image-content {
  
    align-items: center;
  
}

#s-621eacc9-2908-4735-b691-0a2be0fdd023 {
  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-b6cbf7e3-fd6f-4a8f-8094-3e715b118aa9 {
  min-height: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6cbf7e3-fd6f-4a8f-8094-3e715b118aa9 {
  display: none;
}
#s-b6cbf7e3-fd6f-4a8f-8094-3e715b118aa9, #wrap-s-b6cbf7e3-fd6f-4a8f-8094-3e715b118aa9 { display:none !important; }}@media (max-width: 767px){#s-b6cbf7e3-fd6f-4a8f-8094-3e715b118aa9 {
  display: none;
}
#s-b6cbf7e3-fd6f-4a8f-8094-3e715b118aa9, #wrap-s-b6cbf7e3-fd6f-4a8f-8094-3e715b118aa9 { display:none !important; }}







#s-b6cbf7e3-fd6f-4a8f-8094-3e715b118aa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6cbf7e3-fd6f-4a8f-8094-3e715b118aa9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2697d0aa-476e-4821-9298-b16522cc004b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-2697d0aa-476e-4821-9298-b16522cc004b {
  display: none;
}
#s-2697d0aa-476e-4821-9298-b16522cc004b, #wrap-s-2697d0aa-476e-4821-9298-b16522cc004b { display:none !important; }}@media (max-width: 767px){#s-2697d0aa-476e-4821-9298-b16522cc004b {
  display: none;
}
#s-2697d0aa-476e-4821-9298-b16522cc004b, #wrap-s-2697d0aa-476e-4821-9298-b16522cc004b { display:none !important; }}






  #s-2697d0aa-476e-4821-9298-b16522cc004b img.shogun-image {
    

    
    
    
  }


#s-2697d0aa-476e-4821-9298-b16522cc004b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-3db0a8aa-1e09-4ef9-a12b-2f91c7c698bb {
  display: none;
}
#s-3db0a8aa-1e09-4ef9-a12b-2f91c7c698bb, #wrap-s-3db0a8aa-1e09-4ef9-a12b-2f91c7c698bb { display:none !important; }}@media (max-width: 767px){#s-3db0a8aa-1e09-4ef9-a12b-2f91c7c698bb {
  display: none;
}
#s-3db0a8aa-1e09-4ef9-a12b-2f91c7c698bb, #wrap-s-3db0a8aa-1e09-4ef9-a12b-2f91c7c698bb { display:none !important; }}
#s-30bf7f46-87d3-434f-9904-3628f702dfca {
  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-30bf7f46-87d3-434f-9904-3628f702dfca {
  display: none;
}
#s-30bf7f46-87d3-434f-9904-3628f702dfca, #wrap-s-30bf7f46-87d3-434f-9904-3628f702dfca { display:none !important; }}@media (max-width: 767px){#s-30bf7f46-87d3-434f-9904-3628f702dfca {
  display: none;
}
#s-30bf7f46-87d3-434f-9904-3628f702dfca, #wrap-s-30bf7f46-87d3-434f-9904-3628f702dfca { display:none !important; }}






  #s-30bf7f46-87d3-434f-9904-3628f702dfca img.shogun-image {
    

    
    
    
  }


#s-30bf7f46-87d3-434f-9904-3628f702dfca .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-6b236097-8f32-4490-94e5-c6a55155bbfe {
  display: none;
}
#s-6b236097-8f32-4490-94e5-c6a55155bbfe, #wrap-s-6b236097-8f32-4490-94e5-c6a55155bbfe { display:none !important; }}@media (max-width: 767px){#s-6b236097-8f32-4490-94e5-c6a55155bbfe {
  display: none;
}
#s-6b236097-8f32-4490-94e5-c6a55155bbfe, #wrap-s-6b236097-8f32-4490-94e5-c6a55155bbfe { display:none !important; }}
#s-8ae3a9a5-6836-4a48-9eb1-2156004152cb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-8ae3a9a5-6836-4a48-9eb1-2156004152cb {
  display: none;
}
#s-8ae3a9a5-6836-4a48-9eb1-2156004152cb, #wrap-s-8ae3a9a5-6836-4a48-9eb1-2156004152cb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ae3a9a5-6836-4a48-9eb1-2156004152cb {
  display: none;
}
#s-8ae3a9a5-6836-4a48-9eb1-2156004152cb, #wrap-s-8ae3a9a5-6836-4a48-9eb1-2156004152cb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ae3a9a5-6836-4a48-9eb1-2156004152cb {
  
}
}@media (max-width: 767px){#s-8ae3a9a5-6836-4a48-9eb1-2156004152cb {
  
}
}
@media (min-width: 0px) {
[id="s-8ae3a9a5-6836-4a48-9eb1-2156004152cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ae3a9a5-6836-4a48-9eb1-2156004152cb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ae3a9a5-6836-4a48-9eb1-2156004152cb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ae3a9a5-6836-4a48-9eb1-2156004152cb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ae3a9a5-6836-4a48-9eb1-2156004152cb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ae3a9a5-6836-4a48-9eb1-2156004152cb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ae3a9a5-6836-4a48-9eb1-2156004152cb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-737f5d2a-2ace-44d6-9b62-5257c0c42471 {
  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-737f5d2a-2ace-44d6-9b62-5257c0c42471 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-737f5d2a-2ace-44d6-9b62-5257c0c42471 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-737f5d2a-2ace-44d6-9b62-5257c0c42471 {
  
}
}@media (max-width: 767px){#s-737f5d2a-2ace-44d6-9b62-5257c0c42471 {
  
}
}
.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-a8ab4512-bcfd-4567-a31b-e29d9b785353 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3dc0f65c-007b-4450-bc02-302c0f641329 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-3dc0f65c-007b-4450-bc02-302c0f641329 {
  display: none;
}
#s-3dc0f65c-007b-4450-bc02-302c0f641329, #wrap-s-3dc0f65c-007b-4450-bc02-302c0f641329 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3dc0f65c-007b-4450-bc02-302c0f641329 {
  display: none;
}
#s-3dc0f65c-007b-4450-bc02-302c0f641329, #wrap-s-3dc0f65c-007b-4450-bc02-302c0f641329 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3dc0f65c-007b-4450-bc02-302c0f641329"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dc0f65c-007b-4450-bc02-302c0f641329"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3dc0f65c-007b-4450-bc02-302c0f641329"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dc0f65c-007b-4450-bc02-302c0f641329"] > .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-b1fe7c3f-e632-4547-bbd2-169f9b5b832d {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-b1fe7c3f-e632-4547-bbd2-169f9b5b832d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-b1fe7c3f-e632-4547-bbd2-169f9b5b832d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-b1fe7c3f-e632-4547-bbd2-169f9b5b832d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b1fe7c3f-e632-4547-bbd2-169f9b5b832d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b1fe7c3f-e632-4547-bbd2-169f9b5b832d > .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-b1fe7c3f-e632-4547-bbd2-169f9b5b832d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (min-width: 0px) {
[id="s-bb520a17-eb24-4f28-a25b-cec9c15040a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb520a17-eb24-4f28-a25b-cec9c15040a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bb520a17-eb24-4f28-a25b-cec9c15040a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb520a17-eb24-4f28-a25b-cec9c15040a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6908b9a3-62ac-4d9f-8955-b8b0ae85ba6d {
  margin-left: 15px;
margin-right: 15px;
}

#s-9434023f-1d40-4f19-bf28-ca0a7a74947b {
  margin-left: 15px;
margin-right: 15px;
}

#s-6895e399-344d-4152-b6a9-da8a807c9863 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-6895e399-344d-4152-b6a9-da8a807c9863 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-6895e399-344d-4152-b6a9-da8a807c9863 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6895e399-344d-4152-b6a9-da8a807c9863 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6895e399-344d-4152-b6a9-da8a807c9863 > .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-6895e399-344d-4152-b6a9-da8a807c9863 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-21c2dccb-f467-4464-84d7-04fbd9e1f582 {
  margin-left: 15px;
margin-right: 15px;
}

#s-307e0e7d-ebf9-42ab-b896-a03b1d1c8351 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-307e0e7d-ebf9-42ab-b896-a03b1d1c8351 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-307e0e7d-ebf9-42ab-b896-a03b1d1c8351 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-307e0e7d-ebf9-42ab-b896-a03b1d1c8351 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-307e0e7d-ebf9-42ab-b896-a03b1d1c8351 > .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-307e0e7d-ebf9-42ab-b896-a03b1d1c8351 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-2179ff9d-f305-426a-b667-be8129ea9c1e {
  margin-left: 15px;
margin-right: 15px;
}

#s-3eaf4b0f-e6f7-4b8e-b663-d5c1f968a2bc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-3eaf4b0f-e6f7-4b8e-b663-d5c1f968a2bc {
  display: none;
}
#s-3eaf4b0f-e6f7-4b8e-b663-d5c1f968a2bc, #wrap-s-3eaf4b0f-e6f7-4b8e-b663-d5c1f968a2bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3eaf4b0f-e6f7-4b8e-b663-d5c1f968a2bc {
  display: none;
}
#s-3eaf4b0f-e6f7-4b8e-b663-d5c1f968a2bc, #wrap-s-3eaf4b0f-e6f7-4b8e-b663-d5c1f968a2bc { display:none !important; }}







#s-3eaf4b0f-e6f7-4b8e-b663-d5c1f968a2bc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-3eaf4b0f-e6f7-4b8e-b663-d5c1f968a2bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34e7fcf5-4ad7-40b8-a338-c700f6981336 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-0707e030-6f96-4224-9dc9-b40fe0991884 {
  margin-left: 100px;
margin-right: 100px;
text-align: center;
}







  #s-0707e030-6f96-4224-9dc9-b40fe0991884 img.shogun-image {
    

    
    
    
  }


#s-0707e030-6f96-4224-9dc9-b40fe0991884 .shogun-image-content {
  
    align-items: center;
  
}

#s-d533921e-64eb-4dab-a50b-e1a21345e062 {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 1200px){#s-d533921e-64eb-4dab-a50b-e1a21345e062 {
  display: none;
}
#s-d533921e-64eb-4dab-a50b-e1a21345e062, #wrap-s-d533921e-64eb-4dab-a50b-e1a21345e062 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d533921e-64eb-4dab-a50b-e1a21345e062 {
  display: none;
}
#s-d533921e-64eb-4dab-a50b-e1a21345e062, #wrap-s-d533921e-64eb-4dab-a50b-e1a21345e062 { display:none !important; }}







#s-d533921e-64eb-4dab-a50b-e1a21345e062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d533921e-64eb-4dab-a50b-e1a21345e062.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56f24632-3ce8-491a-b605-928ea7a81e01 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-56f24632-3ce8-491a-b605-928ea7a81e01 {
  display: none;
}
#s-56f24632-3ce8-491a-b605-928ea7a81e01, #wrap-s-56f24632-3ce8-491a-b605-928ea7a81e01 { display:none !important; }}@media (max-width: 767px){#s-56f24632-3ce8-491a-b605-928ea7a81e01 {
  display: none;
}
#s-56f24632-3ce8-491a-b605-928ea7a81e01, #wrap-s-56f24632-3ce8-491a-b605-928ea7a81e01 { display:none !important; }}







#s-56f24632-3ce8-491a-b605-928ea7a81e01 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-64599122-1496-4039-95fc-b39ff7868076"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64599122-1496-4039-95fc-b39ff7868076"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-64599122-1496-4039-95fc-b39ff7868076"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-64599122-1496-4039-95fc-b39ff7868076"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-64599122-1496-4039-95fc-b39ff7868076"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-64599122-1496-4039-95fc-b39ff7868076"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-64599122-1496-4039-95fc-b39ff7868076"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-64599122-1496-4039-95fc-b39ff7868076"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-64599122-1496-4039-95fc-b39ff7868076"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-64599122-1496-4039-95fc-b39ff7868076"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-05470aa2-dcdf-406d-b616-e42895a4e6ab {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-05470aa2-dcdf-406d-b616-e42895a4e6ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05470aa2-dcdf-406d-b616-e42895a4e6ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05470aa2-dcdf-406d-b616-e42895a4e6ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05470aa2-dcdf-406d-b616-e42895a4e6ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05470aa2-dcdf-406d-b616-e42895a4e6ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05470aa2-dcdf-406d-b616-e42895a4e6ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05470aa2-dcdf-406d-b616-e42895a4e6ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-8ceefb67-f7c9-46f4-a3d9-062d9981346a {
  text-align: left;
}







  #s-8ceefb67-f7c9-46f4-a3d9-062d9981346a img.shogun-image {
    

    
    
    
  }


#s-8ceefb67-f7c9-46f4-a3d9-062d9981346a .shogun-image-content {
  
    align-items: center;
  
}

#s-c00f53d9-5153-48bd-b296-cae9225fd943 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-c00f53d9-5153-48bd-b296-cae9225fd943 {
  display: none;
}
#s-c00f53d9-5153-48bd-b296-cae9225fd943, #wrap-s-c00f53d9-5153-48bd-b296-cae9225fd943 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c00f53d9-5153-48bd-b296-cae9225fd943 {
  display: none;
}
#s-c00f53d9-5153-48bd-b296-cae9225fd943, #wrap-s-c00f53d9-5153-48bd-b296-cae9225fd943 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c00f53d9-5153-48bd-b296-cae9225fd943"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c00f53d9-5153-48bd-b296-cae9225fd943"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c00f53d9-5153-48bd-b296-cae9225fd943"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c00f53d9-5153-48bd-b296-cae9225fd943"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-aba3ebaa-c8d1-47b1-af13-431c60e1526b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-aba3ebaa-c8d1-47b1-af13-431c60e1526b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-aba3ebaa-c8d1-47b1-af13-431c60e1526b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-aba3ebaa-c8d1-47b1-af13-431c60e1526b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-aba3ebaa-c8d1-47b1-af13-431c60e1526b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-3321ddd7-768c-4542-b058-a950e8cb7fff {
  text-align: center;
}







  #s-3321ddd7-768c-4542-b058-a950e8cb7fff img.shogun-image {
    

    
    
    
  }


#s-3321ddd7-768c-4542-b058-a950e8cb7fff .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-1930820a-b7c9-46f5-95bf-31e097c37865 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1930820a-b7c9-46f5-95bf-31e097c37865 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-72977f91-a458-483f-a6df-626883db790e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-72977f91-a458-483f-a6df-626883db790e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-72977f91-a458-483f-a6df-626883db790e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-72977f91-a458-483f-a6df-626883db790e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-72977f91-a458-483f-a6df-626883db790e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-8ddccbc3-61b7-41d9-8858-5b80258ae53a {
  text-align: center;
}







  #s-8ddccbc3-61b7-41d9-8858-5b80258ae53a img.shogun-image {
    

    
    
    
  }


#s-8ddccbc3-61b7-41d9-8858-5b80258ae53a .shogun-image-content {
  
    align-items: center;
  
}

#s-166c2371-5896-4d01-b0b5-af550093d117 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-166c2371-5896-4d01-b0b5-af550093d117 .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-cee2fd2c-74e4-482f-9fad-f503becb0db0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cee2fd2c-74e4-482f-9fad-f503becb0db0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cee2fd2c-74e4-482f-9fad-f503becb0db0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cee2fd2c-74e4-482f-9fad-f503becb0db0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cee2fd2c-74e4-482f-9fad-f503becb0db0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cee2fd2c-74e4-482f-9fad-f503becb0db0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cee2fd2c-74e4-482f-9fad-f503becb0db0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-811ff11f-eac5-4203-a49c-af998d12218d {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-811ff11f-eac5-4203-a49c-af998d12218d {
  display: none;
}
#s-811ff11f-eac5-4203-a49c-af998d12218d, #wrap-s-811ff11f-eac5-4203-a49c-af998d12218d { display:none !important; }}@media (max-width: 767px){#s-811ff11f-eac5-4203-a49c-af998d12218d {
  display: none;
}
#s-811ff11f-eac5-4203-a49c-af998d12218d, #wrap-s-811ff11f-eac5-4203-a49c-af998d12218d { display:none !important; }}
@media (min-width: 0px) {
[id="s-811ff11f-eac5-4203-a49c-af998d12218d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-811ff11f-eac5-4203-a49c-af998d12218d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-811ff11f-eac5-4203-a49c-af998d12218d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-811ff11f-eac5-4203-a49c-af998d12218d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-811ff11f-eac5-4203-a49c-af998d12218d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-811ff11f-eac5-4203-a49c-af998d12218d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-811ff11f-eac5-4203-a49c-af998d12218d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-20718183-92d1-4d71-ae72-acf348db8e70 {
  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-20718183-92d1-4d71-ae72-acf348db8e70 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20718183-92d1-4d71-ae72-acf348db8e70 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-20718183-92d1-4d71-ae72-acf348db8e70 {
  
}
}@media (max-width: 767px){#s-20718183-92d1-4d71-ae72-acf348db8e70 {
  
}
}
#s-35c4e81d-ceec-42ec-805c-1200d6709dae {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-107dbb23-3592-48d2-9acc-b6d5282bcfc3 {
  margin-top: 50px;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-107dbb23-3592-48d2-9acc-b6d5282bcfc3 {
  display: none;
}
#s-107dbb23-3592-48d2-9acc-b6d5282bcfc3, #wrap-s-107dbb23-3592-48d2-9acc-b6d5282bcfc3 { display:none !important; }}@media (max-width: 767px){#s-107dbb23-3592-48d2-9acc-b6d5282bcfc3 {
  display: none;
}
#s-107dbb23-3592-48d2-9acc-b6d5282bcfc3, #wrap-s-107dbb23-3592-48d2-9acc-b6d5282bcfc3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-107dbb23-3592-48d2-9acc-b6d5282bcfc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-107dbb23-3592-48d2-9acc-b6d5282bcfc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-107dbb23-3592-48d2-9acc-b6d5282bcfc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-107dbb23-3592-48d2-9acc-b6d5282bcfc3"] > .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-630f16aa-a30e-4c5b-9a78-ab6e82862224 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-30bc4656-81f0-4d5b-8a5c-cb2e8e8ba894"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30bc4656-81f0-4d5b-8a5c-cb2e8e8ba894"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-30bc4656-81f0-4d5b-8a5c-cb2e8e8ba894"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-30bc4656-81f0-4d5b-8a5c-cb2e8e8ba894"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-486a3e8d-303d-4a3f-9fa2-9d78e90166b7 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-6537788a-6182-4c2b-a4ef-5309de90bcea hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-f0de578b-5d64-400e-a049-6fa4fbedd55b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0de578b-5d64-400e-a049-6fa4fbedd55b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f0de578b-5d64-400e-a049-6fa4fbedd55b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0de578b-5d64-400e-a049-6fa4fbedd55b"] > .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-21bfc3e3-5848-464c-8f25-82c384f2243c {
  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-21bfc3e3-5848-464c-8f25-82c384f2243c: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-21bfc3e3-5848-464c-8f25-82c384f2243c: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-21bfc3e3-5848-464c-8f25-82c384f2243c-root {
    text-align: left;
  }


#s-21bfc3e3-5848-464c-8f25-82c384f2243c.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-21bfc3e3-5848-464c-8f25-82c384f2243c-root {
    text-align: left;
  }


#s-21bfc3e3-5848-464c-8f25-82c384f2243c.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-21bfc3e3-5848-464c-8f25-82c384f2243c-root {
    text-align: left;
  }


#s-21bfc3e3-5848-464c-8f25-82c384f2243c.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-21bfc3e3-5848-464c-8f25-82c384f2243c-root {
    text-align: left;
  }


#s-21bfc3e3-5848-464c-8f25-82c384f2243c.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-21bfc3e3-5848-464c-8f25-82c384f2243c-root {
    text-align: left;
  }


#s-21bfc3e3-5848-464c-8f25-82c384f2243c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-23b2e88c-e1cd-43e8-914f-44831a93cd58 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-23b2e88c-e1cd-43e8-914f-44831a93cd58 {
  display: none;
}
#s-23b2e88c-e1cd-43e8-914f-44831a93cd58, #wrap-s-23b2e88c-e1cd-43e8-914f-44831a93cd58 { display:none !important; }}@media (max-width: 767px){#s-23b2e88c-e1cd-43e8-914f-44831a93cd58 {
  display: none;
}
#s-23b2e88c-e1cd-43e8-914f-44831a93cd58, #wrap-s-23b2e88c-e1cd-43e8-914f-44831a93cd58 { display:none !important; }}







#s-23b2e88c-e1cd-43e8-914f-44831a93cd58 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0dcb72e1-7776-48a0-b9ff-a00e721322ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dcb72e1-7776-48a0-b9ff-a00e721322ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-0dcb72e1-7776-48a0-b9ff-a00e721322ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-0dcb72e1-7776-48a0-b9ff-a00e721322ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-0dcb72e1-7776-48a0-b9ff-a00e721322ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-0dcb72e1-7776-48a0-b9ff-a00e721322ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-0dcb72e1-7776-48a0-b9ff-a00e721322ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-0dcb72e1-7776-48a0-b9ff-a00e721322ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-0dcb72e1-7776-48a0-b9ff-a00e721322ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-0dcb72e1-7776-48a0-b9ff-a00e721322ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-25f80f6b-49c1-4ab9-8678-560c1fd5eb0a {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-25f80f6b-49c1-4ab9-8678-560c1fd5eb0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25f80f6b-49c1-4ab9-8678-560c1fd5eb0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25f80f6b-49c1-4ab9-8678-560c1fd5eb0a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25f80f6b-49c1-4ab9-8678-560c1fd5eb0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25f80f6b-49c1-4ab9-8678-560c1fd5eb0a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25f80f6b-49c1-4ab9-8678-560c1fd5eb0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25f80f6b-49c1-4ab9-8678-560c1fd5eb0a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-134bb212-4603-4d00-ad58-1d03c315ba81 {
  text-align: left;
}







  #s-134bb212-4603-4d00-ad58-1d03c315ba81 img.shogun-image {
    

    
    
    
  }


#s-134bb212-4603-4d00-ad58-1d03c315ba81 .shogun-image-content {
  
    align-items: center;
  
}

#s-4efad5e6-3ba7-461f-9cbb-438936c102bb {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4efad5e6-3ba7-461f-9cbb-438936c102bb {
  display: none;
}
#s-4efad5e6-3ba7-461f-9cbb-438936c102bb, #wrap-s-4efad5e6-3ba7-461f-9cbb-438936c102bb { display:none !important; }}@media (max-width: 767px){#s-4efad5e6-3ba7-461f-9cbb-438936c102bb {
  display: none;
}
#s-4efad5e6-3ba7-461f-9cbb-438936c102bb, #wrap-s-4efad5e6-3ba7-461f-9cbb-438936c102bb { display:none !important; }}







#s-4efad5e6-3ba7-461f-9cbb-438936c102bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4efad5e6-3ba7-461f-9cbb-438936c102bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ba4d63f-d71b-4e55-8e27-74a626de87dc {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-7ba4d63f-d71b-4e55-8e27-74a626de87dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ba4d63f-d71b-4e55-8e27-74a626de87dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-7ba4d63f-d71b-4e55-8e27-74a626de87dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-7ba4d63f-d71b-4e55-8e27-74a626de87dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-7ba4d63f-d71b-4e55-8e27-74a626de87dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-7ba4d63f-d71b-4e55-8e27-74a626de87dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-7ba4d63f-d71b-4e55-8e27-74a626de87dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-419d8c7b-95ee-4eb2-8d55-e88d6783485c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-419d8c7b-95ee-4eb2-8d55-e88d6783485c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-419d8c7b-95ee-4eb2-8d55-e88d6783485c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-419d8c7b-95ee-4eb2-8d55-e88d6783485c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-567aeda8-948a-4b5e-a5a7-252fa4a49729 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-567aeda8-948a-4b5e-a5a7-252fa4a49729"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-567aeda8-948a-4b5e-a5a7-252fa4a49729"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-567aeda8-948a-4b5e-a5a7-252fa4a49729"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-567aeda8-948a-4b5e-a5a7-252fa4a49729"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-7208eb71-a5aa-4675-86be-c27eab9719df {
  text-align: center;
}







  #s-7208eb71-a5aa-4675-86be-c27eab9719df img.shogun-image {
    

    
    
    
  }


#s-7208eb71-a5aa-4675-86be-c27eab9719df .shogun-image-content {
  
    align-items: center;
  
}

#s-9676b17f-6713-466c-ad01-53636ce7a981 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9676b17f-6713-466c-ad01-53636ce7a981 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8b746c93-4059-4dbc-b2ab-fcc18775c52b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8b746c93-4059-4dbc-b2ab-fcc18775c52b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-8b746c93-4059-4dbc-b2ab-fcc18775c52b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-8b746c93-4059-4dbc-b2ab-fcc18775c52b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b746c93-4059-4dbc-b2ab-fcc18775c52b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-ec20a7b0-a7af-42be-b4ec-b61d7370a309 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ec20a7b0-a7af-42be-b4ec-b61d7370a309"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-ec20a7b0-a7af-42be-b4ec-b61d7370a309"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-ec20a7b0-a7af-42be-b4ec-b61d7370a309"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec20a7b0-a7af-42be-b4ec-b61d7370a309"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-9a8919cb-d3dd-4562-b5d7-b31470b4da54 {
  text-align: center;
}







  #s-9a8919cb-d3dd-4562-b5d7-b31470b4da54 img.shogun-image {
    

    
    
    
  }


#s-9a8919cb-d3dd-4562-b5d7-b31470b4da54 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9199d15-e475-4c25-b213-9456101bb65a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9199d15-e475-4c25-b213-9456101bb65a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b83e682e-6d4a-4752-aff5-fcf7abbe4dd9 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b83e682e-6d4a-4752-aff5-fcf7abbe4dd9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-b83e682e-6d4a-4752-aff5-fcf7abbe4dd9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-b83e682e-6d4a-4752-aff5-fcf7abbe4dd9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-b83e682e-6d4a-4752-aff5-fcf7abbe4dd9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-3fea51dd-f3da-4da2-8461-e3d346d03b61 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
min-height: 500px;
}








#s-3fea51dd-f3da-4da2-8461-e3d346d03b61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fea51dd-f3da-4da2-8461-e3d346d03b61.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-f05f9850-8c83-4ce0-a74e-3122e8f97bcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f05f9850-8c83-4ce0-a74e-3122e8f97bcf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f05f9850-8c83-4ce0-a74e-3122e8f97bcf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f05f9850-8c83-4ce0-a74e-3122e8f97bcf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f7d3ec4d-8b8d-4a24-bc0e-566cd7828579 {
  margin-top: 0px;
text-align: center;
}







  #s-f7d3ec4d-8b8d-4a24-bc0e-566cd7828579 img.shogun-image {
    

    
    
    
  }


#s-f7d3ec4d-8b8d-4a24-bc0e-566cd7828579 .shogun-image-content {
  
    align-items: center;
  
}

#s-07ebd01b-7d40-473e-8f24-1ea3e5425a3c {
  min-height: 50px;
}
@media (max-width: 767px){#s-07ebd01b-7d40-473e-8f24-1ea3e5425a3c {
  
}
}







#s-07ebd01b-7d40-473e-8f24-1ea3e5425a3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07ebd01b-7d40-473e-8f24-1ea3e5425a3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc21a4b3-6450-4baa-81de-b1acaad1712b {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-fc21a4b3-6450-4baa-81de-b1acaad1712b {
  
}
}
@media (min-width: 0px) {
[id="s-fc21a4b3-6450-4baa-81de-b1acaad1712b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc21a4b3-6450-4baa-81de-b1acaad1712b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fc21a4b3-6450-4baa-81de-b1acaad1712b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fc21a4b3-6450-4baa-81de-b1acaad1712b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fc21a4b3-6450-4baa-81de-b1acaad1712b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fc21a4b3-6450-4baa-81de-b1acaad1712b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fc21a4b3-6450-4baa-81de-b1acaad1712b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc21a4b3-6450-4baa-81de-b1acaad1712b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fc21a4b3-6450-4baa-81de-b1acaad1712b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fc21a4b3-6450-4baa-81de-b1acaad1712b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-0581c4dc-2900-4b17-a986-bfd706a991d3 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-b30319e1-17dd-4c21-93f2-52f0f4c8bd77 {
  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-b30319e1-17dd-4c21-93f2-52f0f4c8bd77:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b30319e1-17dd-4c21-93f2-52f0f4c8bd77:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b30319e1-17dd-4c21-93f2-52f0f4c8bd77-root {
    text-align: left;
  }


#s-b30319e1-17dd-4c21-93f2-52f0f4c8bd77.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b30319e1-17dd-4c21-93f2-52f0f4c8bd77-root {
    text-align: left;
  }


#s-b30319e1-17dd-4c21-93f2-52f0f4c8bd77.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-b30319e1-17dd-4c21-93f2-52f0f4c8bd77-root {
    text-align: left;
  }


#s-b30319e1-17dd-4c21-93f2-52f0f4c8bd77.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-b30319e1-17dd-4c21-93f2-52f0f4c8bd77-root {
    text-align: left;
  }


#s-b30319e1-17dd-4c21-93f2-52f0f4c8bd77.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b30319e1-17dd-4c21-93f2-52f0f4c8bd77-root {
    text-align: left;
  }


#s-b30319e1-17dd-4c21-93f2-52f0f4c8bd77.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a028fee2-151b-4b32-bf00-d1508a6b3ccf {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-a028fee2-151b-4b32-bf00-d1508a6b3ccf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a028fee2-151b-4b32-bf00-d1508a6b3ccf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a028fee2-151b-4b32-bf00-d1508a6b3ccf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a028fee2-151b-4b32-bf00-d1508a6b3ccf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a028fee2-151b-4b32-bf00-d1508a6b3ccf"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-baa9af42-707d-45f2-8a3d-5d0506eacd70 {
  min-height: 50px;
}
@media (max-width: 767px){#s-baa9af42-707d-45f2-8a3d-5d0506eacd70 {
  
}
}







#s-baa9af42-707d-45f2-8a3d-5d0506eacd70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baa9af42-707d-45f2-8a3d-5d0506eacd70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e61521a0-4b9c-40c4-9645-4152997bbe54 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-e61521a0-4b9c-40c4-9645-4152997bbe54 {
  
}
}
@media (min-width: 0px) {
[id="s-e61521a0-4b9c-40c4-9645-4152997bbe54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e61521a0-4b9c-40c4-9645-4152997bbe54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e61521a0-4b9c-40c4-9645-4152997bbe54"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e61521a0-4b9c-40c4-9645-4152997bbe54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e61521a0-4b9c-40c4-9645-4152997bbe54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e61521a0-4b9c-40c4-9645-4152997bbe54"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e61521a0-4b9c-40c4-9645-4152997bbe54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e61521a0-4b9c-40c4-9645-4152997bbe54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e61521a0-4b9c-40c4-9645-4152997bbe54"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e61521a0-4b9c-40c4-9645-4152997bbe54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-f7596dce-5405-49b7-a7eb-332423764d6c {
  margin-left: 15px;
margin-right: 15px;
}

#s-8efec6cc-a055-4fc8-bf9c-c941dac64931 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-8efec6cc-a055-4fc8-bf9c-c941dac64931 .shogun-image-content {
  
    align-items: center;
  
}

#s-9fb7902c-dab7-4055-8bf8-72f6233e424d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9fb7902c-dab7-4055-8bf8-72f6233e424d {
  display: none;
}
#s-9fb7902c-dab7-4055-8bf8-72f6233e424d, #wrap-s-9fb7902c-dab7-4055-8bf8-72f6233e424d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9fb7902c-dab7-4055-8bf8-72f6233e424d {
  display: none;
}
#s-9fb7902c-dab7-4055-8bf8-72f6233e424d, #wrap-s-9fb7902c-dab7-4055-8bf8-72f6233e424d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9fb7902c-dab7-4055-8bf8-72f6233e424d {
  display: none;
}
#s-9fb7902c-dab7-4055-8bf8-72f6233e424d, #wrap-s-9fb7902c-dab7-4055-8bf8-72f6233e424d { display:none !important; }}







#s-9fb7902c-dab7-4055-8bf8-72f6233e424d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fb7902c-dab7-4055-8bf8-72f6233e424d.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-e641574d-bc5b-46a8-864b-40af7e3a84a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e641574d-bc5b-46a8-864b-40af7e3a84a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e641574d-bc5b-46a8-864b-40af7e3a84a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e641574d-bc5b-46a8-864b-40af7e3a84a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5b65cc13-c84f-4883-beb9-8ea27faa77cf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}








#s-5b65cc13-c84f-4883-beb9-8ea27faa77cf .shogun-image-content {
  
    align-items: center;
  
}

#s-3144da6c-ca89-49fd-9c63-3a9c67eaffdf {
  min-height: 50px;
}
@media (max-width: 767px){#s-3144da6c-ca89-49fd-9c63-3a9c67eaffdf {
  
}
}







#s-3144da6c-ca89-49fd-9c63-3a9c67eaffdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3144da6c-ca89-49fd-9c63-3a9c67eaffdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b98c84be-d5ce-4837-aa65-943c46a0e940 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-b98c84be-d5ce-4837-aa65-943c46a0e940 {
  
}
}
@media (min-width: 0px) {
[id="s-b98c84be-d5ce-4837-aa65-943c46a0e940"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b98c84be-d5ce-4837-aa65-943c46a0e940"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b98c84be-d5ce-4837-aa65-943c46a0e940"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b98c84be-d5ce-4837-aa65-943c46a0e940"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b98c84be-d5ce-4837-aa65-943c46a0e940"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b98c84be-d5ce-4837-aa65-943c46a0e940"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b98c84be-d5ce-4837-aa65-943c46a0e940"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b98c84be-d5ce-4837-aa65-943c46a0e940"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b98c84be-d5ce-4837-aa65-943c46a0e940"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b98c84be-d5ce-4837-aa65-943c46a0e940"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-129f7e63-d505-46c8-969f-6901515bb0c3 {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-6b10f6c4-db9e-4508-882e-ab302692de7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b10f6c4-db9e-4508-882e-ab302692de7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6b10f6c4-db9e-4508-882e-ab302692de7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b10f6c4-db9e-4508-882e-ab302692de7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6b10f6c4-db9e-4508-882e-ab302692de7d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7af1801b-d618-4d83-89bf-996b5cb42c91 {
  min-height: 50px;
}
@media (max-width: 767px){#s-7af1801b-d618-4d83-89bf-996b5cb42c91 {
  
}
}







#s-7af1801b-d618-4d83-89bf-996b5cb42c91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7af1801b-d618-4d83-89bf-996b5cb42c91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4287d285-a9c2-49dd-b212-12475ef95c83 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-4287d285-a9c2-49dd-b212-12475ef95c83 {
  
}
}
@media (min-width: 0px) {
[id="s-4287d285-a9c2-49dd-b212-12475ef95c83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4287d285-a9c2-49dd-b212-12475ef95c83"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4287d285-a9c2-49dd-b212-12475ef95c83"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4287d285-a9c2-49dd-b212-12475ef95c83"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4287d285-a9c2-49dd-b212-12475ef95c83"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4287d285-a9c2-49dd-b212-12475ef95c83"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4287d285-a9c2-49dd-b212-12475ef95c83"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4287d285-a9c2-49dd-b212-12475ef95c83"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4287d285-a9c2-49dd-b212-12475ef95c83"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4287d285-a9c2-49dd-b212-12475ef95c83"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-9e200b69-0054-4bdf-bb5c-aa0514285e8e {
  margin-left: 15px;
margin-right: 15px;
}

#s-3d751c14-ef14-4bc4-b846-d7c327056a55 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-3d751c14-ef14-4bc4-b846-d7c327056a55 img.shogun-image {
    

    
    
    
  }


#s-3d751c14-ef14-4bc4-b846-d7c327056a55 .shogun-image-content {
  
    align-items: center;
  
}

#s-63425f3e-a39e-44fb-bc84-3a51c980a34f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-63425f3e-a39e-44fb-bc84-3a51c980a34f {
  display: none;
}
#s-63425f3e-a39e-44fb-bc84-3a51c980a34f, #wrap-s-63425f3e-a39e-44fb-bc84-3a51c980a34f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63425f3e-a39e-44fb-bc84-3a51c980a34f {
  display: none;
}
#s-63425f3e-a39e-44fb-bc84-3a51c980a34f, #wrap-s-63425f3e-a39e-44fb-bc84-3a51c980a34f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63425f3e-a39e-44fb-bc84-3a51c980a34f {
  display: none;
}
#s-63425f3e-a39e-44fb-bc84-3a51c980a34f, #wrap-s-63425f3e-a39e-44fb-bc84-3a51c980a34f { display:none !important; }}







#s-63425f3e-a39e-44fb-bc84-3a51c980a34f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63425f3e-a39e-44fb-bc84-3a51c980a34f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4db8ab38-c3a3-4d7f-8c20-ddd1039ed80b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-4db8ab38-c3a3-4d7f-8c20-ddd1039ed80b {
  display: none;
}
#s-4db8ab38-c3a3-4d7f-8c20-ddd1039ed80b, #wrap-s-4db8ab38-c3a3-4d7f-8c20-ddd1039ed80b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4db8ab38-c3a3-4d7f-8c20-ddd1039ed80b {
  display: none;
}
#s-4db8ab38-c3a3-4d7f-8c20-ddd1039ed80b, #wrap-s-4db8ab38-c3a3-4d7f-8c20-ddd1039ed80b { display:none !important; }}







#s-4db8ab38-c3a3-4d7f-8c20-ddd1039ed80b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-4db8ab38-c3a3-4d7f-8c20-ddd1039ed80b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0701be09-bba7-4508-8585-76e864705639 {
  margin-left: 15px;
margin-right: 15px;
}

#s-61203080-7956-4afb-9e62-7b33a2e2426e {
  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-61203080-7956-4afb-9e62-7b33a2e2426e:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-61203080-7956-4afb-9e62-7b33a2e2426e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-61203080-7956-4afb-9e62-7b33a2e2426e-root {
    text-align: center;
  }


#s-61203080-7956-4afb-9e62-7b33a2e2426e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-61203080-7956-4afb-9e62-7b33a2e2426e-root {
    text-align: center;
  }


#s-61203080-7956-4afb-9e62-7b33a2e2426e.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-61203080-7956-4afb-9e62-7b33a2e2426e-root {
    text-align: center;
  }


#s-61203080-7956-4afb-9e62-7b33a2e2426e.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-61203080-7956-4afb-9e62-7b33a2e2426e-root {
    text-align: center;
  }


#s-61203080-7956-4afb-9e62-7b33a2e2426e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-61203080-7956-4afb-9e62-7b33a2e2426e-root {
    text-align: center;
  }


#s-61203080-7956-4afb-9e62-7b33a2e2426e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8687d0e3-b8d7-40b9-8f94-6d31adaee612 {
  background-color: rgba(12, 0, 0, 1);
}
@media (min-width: 1200px){#s-8687d0e3-b8d7-40b9-8f94-6d31adaee612 {
  display: none;
}
#s-8687d0e3-b8d7-40b9-8f94-6d31adaee612, #wrap-s-8687d0e3-b8d7-40b9-8f94-6d31adaee612 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8687d0e3-b8d7-40b9-8f94-6d31adaee612 {
  display: none;
}
#s-8687d0e3-b8d7-40b9-8f94-6d31adaee612, #wrap-s-8687d0e3-b8d7-40b9-8f94-6d31adaee612 { display:none !important; }}
#s-17d8230c-0459-47ed-9b15-b09e8a14246f {
  background-color: rgba(12, 0, 0, 1);
}
@media (min-width: 1200px){#s-17d8230c-0459-47ed-9b15-b09e8a14246f {
  display: none;
}
#s-17d8230c-0459-47ed-9b15-b09e8a14246f, #wrap-s-17d8230c-0459-47ed-9b15-b09e8a14246f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17d8230c-0459-47ed-9b15-b09e8a14246f {
  display: none;
}
#s-17d8230c-0459-47ed-9b15-b09e8a14246f, #wrap-s-17d8230c-0459-47ed-9b15-b09e8a14246f { display:none !important; }}
#s-d1d8b99a-f21f-4135-bdde-f304a77d2c71 {
  background-color: rgba(12, 0, 0, 1);
}
@media (min-width: 1200px){#s-d1d8b99a-f21f-4135-bdde-f304a77d2c71 {
  display: none;
}
#s-d1d8b99a-f21f-4135-bdde-f304a77d2c71, #wrap-s-d1d8b99a-f21f-4135-bdde-f304a77d2c71 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1d8b99a-f21f-4135-bdde-f304a77d2c71 {
  display: none;
}
#s-d1d8b99a-f21f-4135-bdde-f304a77d2c71, #wrap-s-d1d8b99a-f21f-4135-bdde-f304a77d2c71 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1d8b99a-f21f-4135-bdde-f304a77d2c71 {
  
}
}@media (max-width: 767px){#s-d1d8b99a-f21f-4135-bdde-f304a77d2c71 {
  
}
}
#s-1b7fb735-e3bf-4e17-a50c-aa975d1a0a82 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b7fb735-e3bf-4e17-a50c-aa975d1a0a82 {
  display: none;
}
#s-1b7fb735-e3bf-4e17-a50c-aa975d1a0a82, #wrap-s-1b7fb735-e3bf-4e17-a50c-aa975d1a0a82 { display:none !important; }}@media (max-width: 767px){#s-1b7fb735-e3bf-4e17-a50c-aa975d1a0a82 {
  display: none;
}
#s-1b7fb735-e3bf-4e17-a50c-aa975d1a0a82, #wrap-s-1b7fb735-e3bf-4e17-a50c-aa975d1a0a82 { display:none !important; }}






  #s-1b7fb735-e3bf-4e17-a50c-aa975d1a0a82 img.shogun-image {
    

    
    
    
  }


#s-1b7fb735-e3bf-4e17-a50c-aa975d1a0a82 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-88834fe1-e7a0-450d-9364-56824ed87bba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88834fe1-e7a0-450d-9364-56824ed87bba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-88834fe1-e7a0-450d-9364-56824ed87bba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-88834fe1-e7a0-450d-9364-56824ed87bba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-88834fe1-e7a0-450d-9364-56824ed87bba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-88834fe1-e7a0-450d-9364-56824ed87bba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-88834fe1-e7a0-450d-9364-56824ed87bba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-28cf1183-d03a-43ec-af3a-30558e092340 {
  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-28cf1183-d03a-43ec-af3a-30558e092340:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-28cf1183-d03a-43ec-af3a-30558e092340:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-28cf1183-d03a-43ec-af3a-30558e092340-root {
    text-align: left;
  }


#s-28cf1183-d03a-43ec-af3a-30558e092340.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-28cf1183-d03a-43ec-af3a-30558e092340-root {
    text-align: left;
  }


#s-28cf1183-d03a-43ec-af3a-30558e092340.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-28cf1183-d03a-43ec-af3a-30558e092340-root {
    text-align: left;
  }


#s-28cf1183-d03a-43ec-af3a-30558e092340.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-28cf1183-d03a-43ec-af3a-30558e092340-root {
    text-align: left;
  }


#s-28cf1183-d03a-43ec-af3a-30558e092340.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-28cf1183-d03a-43ec-af3a-30558e092340-root {
    text-align: left;
  }


#s-28cf1183-d03a-43ec-af3a-30558e092340.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a3c4da27-b1f8-4fa0-bf8f-59fbf7c3e495 {
  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-a3c4da27-b1f8-4fa0-bf8f-59fbf7c3e495 {
  display: none;
}
#s-a3c4da27-b1f8-4fa0-bf8f-59fbf7c3e495, #wrap-s-a3c4da27-b1f8-4fa0-bf8f-59fbf7c3e495 { display:none !important; }}@media (max-width: 767px){#s-a3c4da27-b1f8-4fa0-bf8f-59fbf7c3e495 {
  display: none;
}
#s-a3c4da27-b1f8-4fa0-bf8f-59fbf7c3e495, #wrap-s-a3c4da27-b1f8-4fa0-bf8f-59fbf7c3e495 { display:none !important; }}







#s-a3c4da27-b1f8-4fa0-bf8f-59fbf7c3e495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3c4da27-b1f8-4fa0-bf8f-59fbf7c3e495.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b1459ff-e4a3-4628-b53f-40dd6ad4daf1 {
  margin-top: 50px;
margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-8b1459ff-e4a3-4628-b53f-40dd6ad4daf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b1459ff-e4a3-4628-b53f-40dd6ad4daf1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-8b1459ff-e4a3-4628-b53f-40dd6ad4daf1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-8b1459ff-e4a3-4628-b53f-40dd6ad4daf1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-8b1459ff-e4a3-4628-b53f-40dd6ad4daf1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-8b1459ff-e4a3-4628-b53f-40dd6ad4daf1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-8b1459ff-e4a3-4628-b53f-40dd6ad4daf1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 0px) {
[id="s-0f322a9b-a035-4e94-9892-040319131386"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f322a9b-a035-4e94-9892-040319131386"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-0f322a9b-a035-4e94-9892-040319131386"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-0f322a9b-a035-4e94-9892-040319131386"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-7dd10605-e970-4b2c-a2c1-7ecc0557952b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7dd10605-e970-4b2c-a2c1-7ecc0557952b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7dd10605-e970-4b2c-a2c1-7ecc0557952b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7dd10605-e970-4b2c-a2c1-7ecc0557952b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7dd10605-e970-4b2c-a2c1-7ecc0557952b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7dd10605-e970-4b2c-a2c1-7ecc0557952b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7dd10605-e970-4b2c-a2c1-7ecc0557952b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-2ac8aa2b-4263-4ee7-958f-5abb5269568c {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}







  #s-2ac8aa2b-4263-4ee7-958f-5abb5269568c img.shogun-image {
    

    
    
    
  }


#s-2ac8aa2b-4263-4ee7-958f-5abb5269568c .shogun-image-content {
  
    align-items: center;
  
}

#s-abedf294-ab8f-4279-b032-875f941ebbb1 {
  min-height: 50px;
}








#s-abedf294-ab8f-4279-b032-875f941ebbb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abedf294-ab8f-4279-b032-875f941ebbb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f29865f5-9cd5-498d-8f17-a774bff69f01 {
  min-height: 50px;
}








#s-f29865f5-9cd5-498d-8f17-a774bff69f01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f29865f5-9cd5-498d-8f17-a774bff69f01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2018c67d-0a46-4d1c-b1fe-195c5aad089c {
  margin-top: 50px;
margin-left: 5px;
margin-bottom: 50px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2018c67d-0a46-4d1c-b1fe-195c5aad089c .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-e6e66c50-a14b-48ea-be5b-bd4eec2184d4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e6e66c50-a14b-48ea-be5b-bd4eec2184d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e6e66c50-a14b-48ea-be5b-bd4eec2184d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6e66c50-a14b-48ea-be5b-bd4eec2184d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-6b4ddbfe-e450-4a38-aeff-b43405674a0c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-6b4ddbfe-e450-4a38-aeff-b43405674a0c img.shogun-image {
    

    
    
    
  }


#s-6b4ddbfe-e450-4a38-aeff-b43405674a0c .shogun-image-content {
  
    align-items: center;
  
}

#s-859b4dd9-c125-4ca9-9303-fb9f894c6567 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-859b4dd9-c125-4ca9-9303-fb9f894c6567 .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-99d9f057-91cd-4ca6-835c-beb62bbff16c {
  text-align: center;
}








#s-99d9f057-91cd-4ca6-835c-beb62bbff16c .shogun-image-content {
  
    align-items: center;
  
}

#s-d87f0a37-3f16-4273-a66e-e6dcbe8e3a33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d87f0a37-3f16-4273-a66e-e6dcbe8e3a33 .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-870cc5b5-548b-46e3-83d2-03a9ebf0afaf {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-870cc5b5-548b-46e3-83d2-03a9ebf0afaf .shogun-image-content {
  
    align-items: center;
  
}

#s-8cd6d0f8-23b0-4a55-be50-e2e2bd5ee043 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8cd6d0f8-23b0-4a55-be50-e2e2bd5ee043 .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-39d857df-0466-48d0-819e-05a9afbf362a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}








#s-39d857df-0466-48d0-819e-05a9afbf362a .shogun-image-content {
  
    align-items: center;
  
}

#s-b33330c7-18f2-475a-8e45-362db0f6ae7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b33330c7-18f2-475a-8e45-362db0f6ae7e .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-9a855610-33f5-496d-b847-105ecb2570ff {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a855610-33f5-496d-b847-105ecb2570ff .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-f86f711b-bfbd-4460-a2a4-35f72fdc0fc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f86f711b-bfbd-4460-a2a4-35f72fdc0fc3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f86f711b-bfbd-4460-a2a4-35f72fdc0fc3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f86f711b-bfbd-4460-a2a4-35f72fdc0fc3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f86f711b-bfbd-4460-a2a4-35f72fdc0fc3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f86f711b-bfbd-4460-a2a4-35f72fdc0fc3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f86f711b-bfbd-4460-a2a4-35f72fdc0fc3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-3dd910b7-893c-49f1-883b-ae665b032ce9 {
  padding-left: 0px;
padding-right: 0px;
}

#s-3dd910b7-893c-49f1-883b-ae665b032ce9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3dd910b7-893c-49f1-883b-ae665b032ce9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3dd910b7-893c-49f1-883b-ae665b032ce9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3dd910b7-893c-49f1-883b-ae665b032ce9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3dd910b7-893c-49f1-883b-ae665b032ce9 > .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-3dd910b7-893c-49f1-883b-ae665b032ce9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-c3e587e0-7679-4b8c-b40a-f86442248489 {
  margin-left: 15px;
margin-right: 15px;
}

#s-7b3c0cb7-85ea-45c6-b865-56e8d4b22313 {
  margin-left: 15px;
margin-right: 15px;
}

#s-8483b0e0-dbbc-4393-bfcd-91fe626cbb8f {
  margin-left: 15px;
margin-right: 15px;
}

#s-49e444ed-6e8e-4d7f-9b5e-617729f653bd {
  margin-left: 15px;
margin-right: 15px;
}

#s-94e8f9b6-3730-4f91-b81f-8656d7098354 {
  margin-left: 15px;
margin-right: 15px;
}

#s-0d240976-1054-4ae5-9151-0743c533d2d3 {
  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}