.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-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-5fd46bcb-5e8a-4fdb-a456-b6eb8acf1977 {
  min-height: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5fd46bcb-5e8a-4fdb-a456-b6eb8acf1977 {
  display: none;
}
#s-5fd46bcb-5e8a-4fdb-a456-b6eb8acf1977, #wrap-s-5fd46bcb-5e8a-4fdb-a456-b6eb8acf1977 { display:none !important; }}@media (max-width: 767px){#s-5fd46bcb-5e8a-4fdb-a456-b6eb8acf1977 {
  display: none;
}
#s-5fd46bcb-5e8a-4fdb-a456-b6eb8acf1977, #wrap-s-5fd46bcb-5e8a-4fdb-a456-b6eb8acf1977 { display:none !important; }}







#s-5fd46bcb-5e8a-4fdb-a456-b6eb8acf1977 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fd46bcb-5e8a-4fdb-a456-b6eb8acf1977.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-50165d64-d6fe-4ac4-847f-7deb9a5f5b7d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-50165d64-d6fe-4ac4-847f-7deb9a5f5b7d {
  display: none;
}
#s-50165d64-d6fe-4ac4-847f-7deb9a5f5b7d, #wrap-s-50165d64-d6fe-4ac4-847f-7deb9a5f5b7d { display:none !important; }}@media (max-width: 767px){#s-50165d64-d6fe-4ac4-847f-7deb9a5f5b7d {
  display: none;
}
#s-50165d64-d6fe-4ac4-847f-7deb9a5f5b7d, #wrap-s-50165d64-d6fe-4ac4-847f-7deb9a5f5b7d { display:none !important; }}






  #s-50165d64-d6fe-4ac4-847f-7deb9a5f5b7d img.shogun-image {
    

    
    
    
  }


#s-50165d64-d6fe-4ac4-847f-7deb9a5f5b7d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-ee582626-c7b7-42b4-98cf-fcf59ac731c3 {
  display: none;
}
#s-ee582626-c7b7-42b4-98cf-fcf59ac731c3, #wrap-s-ee582626-c7b7-42b4-98cf-fcf59ac731c3 { display:none !important; }}@media (max-width: 767px){#s-ee582626-c7b7-42b4-98cf-fcf59ac731c3 {
  display: none;
}
#s-ee582626-c7b7-42b4-98cf-fcf59ac731c3, #wrap-s-ee582626-c7b7-42b4-98cf-fcf59ac731c3 { display:none !important; }}
#s-d6a23b57-1c11-49bc-a934-b345b5292075 {
  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-d6a23b57-1c11-49bc-a934-b345b5292075 {
  display: none;
}
#s-d6a23b57-1c11-49bc-a934-b345b5292075, #wrap-s-d6a23b57-1c11-49bc-a934-b345b5292075 { display:none !important; }}@media (max-width: 767px){#s-d6a23b57-1c11-49bc-a934-b345b5292075 {
  display: none;
}
#s-d6a23b57-1c11-49bc-a934-b345b5292075, #wrap-s-d6a23b57-1c11-49bc-a934-b345b5292075 { display:none !important; }}






  #s-d6a23b57-1c11-49bc-a934-b345b5292075 img.shogun-image {
    

    
    
    
  }


#s-d6a23b57-1c11-49bc-a934-b345b5292075 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-0ca5a7ca-1af7-47b6-a112-632451f90b7e {
  display: none;
}
#s-0ca5a7ca-1af7-47b6-a112-632451f90b7e, #wrap-s-0ca5a7ca-1af7-47b6-a112-632451f90b7e { display:none !important; }}@media (max-width: 767px){#s-0ca5a7ca-1af7-47b6-a112-632451f90b7e {
  display: none;
}
#s-0ca5a7ca-1af7-47b6-a112-632451f90b7e, #wrap-s-0ca5a7ca-1af7-47b6-a112-632451f90b7e { display:none !important; }}
.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-d840cd3a-a1ee-4be2-aa98-3236b66490ca {
  display: none;
}
#s-d840cd3a-a1ee-4be2-aa98-3236b66490ca, #wrap-s-d840cd3a-a1ee-4be2-aa98-3236b66490ca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d840cd3a-a1ee-4be2-aa98-3236b66490ca {
  display: none;
}
#s-d840cd3a-a1ee-4be2-aa98-3236b66490ca, #wrap-s-d840cd3a-a1ee-4be2-aa98-3236b66490ca { display:none !important; }}
@media (min-width: 0px) {
[id="s-d840cd3a-a1ee-4be2-aa98-3236b66490ca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d840cd3a-a1ee-4be2-aa98-3236b66490ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d840cd3a-a1ee-4be2-aa98-3236b66490ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d840cd3a-a1ee-4be2-aa98-3236b66490ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1b2b3c0e-6478-4f7f-b08f-f0f316acb8b3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}







  #s-1b2b3c0e-6478-4f7f-b08f-f0f316acb8b3 img.shogun-image {
    

    
    
    
  }


#s-1b2b3c0e-6478-4f7f-b08f-f0f316acb8b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b46fab79-713b-4edb-b5b0-09c0f298e36e {
  padding-left: 5px;
padding-right: 5px;
}

#s-992a7ee9-b566-446e-ae52-2327f54bab82 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: center;
}







  #s-992a7ee9-b566-446e-ae52-2327f54bab82 img.shogun-image {
    

    
    
    
  }


#s-992a7ee9-b566-446e-ae52-2327f54bab82 .shogun-image-content {
  
    align-items: center;
  
}

#s-560257f8-0dff-45a0-99e9-94bd274b7baa {
  padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-2bdfdab2-015d-4254-8203-7172412c9851"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bdfdab2-015d-4254-8203-7172412c9851"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2bdfdab2-015d-4254-8203-7172412c9851"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2bdfdab2-015d-4254-8203-7172412c9851"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2bdfdab2-015d-4254-8203-7172412c9851"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bdfdab2-015d-4254-8203-7172412c9851"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2bdfdab2-015d-4254-8203-7172412c9851"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-0aa873bd-debd-437e-9d82-2dac9995d8a5 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0aa873bd-debd-437e-9d82-2dac9995d8a5 {
  display: none;
}
#s-0aa873bd-debd-437e-9d82-2dac9995d8a5, #wrap-s-0aa873bd-debd-437e-9d82-2dac9995d8a5 { display:none !important; }}@media (max-width: 767px){#s-0aa873bd-debd-437e-9d82-2dac9995d8a5 {
  display: none;
}
#s-0aa873bd-debd-437e-9d82-2dac9995d8a5, #wrap-s-0aa873bd-debd-437e-9d82-2dac9995d8a5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0aa873bd-debd-437e-9d82-2dac9995d8a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0aa873bd-debd-437e-9d82-2dac9995d8a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0aa873bd-debd-437e-9d82-2dac9995d8a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0aa873bd-debd-437e-9d82-2dac9995d8a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0aa873bd-debd-437e-9d82-2dac9995d8a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0aa873bd-debd-437e-9d82-2dac9995d8a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0aa873bd-debd-437e-9d82-2dac9995d8a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-f7a7f477-107e-4b3b-8485-3721a8c6f304 {
  border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-f7a7f477-107e-4b3b-8485-3721a8c6f304 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7a7f477-107e-4b3b-8485-3721a8c6f304 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7a7f477-107e-4b3b-8485-3721a8c6f304 {
  
}
}@media (max-width: 767px){#s-f7a7f477-107e-4b3b-8485-3721a8c6f304 {
  
}
}
.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-eb4fe3f9-b56e-496b-953c-7d1746e2b8c1 {
  margin-top: 0px;
margin-bottom: 0px;
}

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

}

@media (min-width: 768px) {
[id="s-f592a646-4d38-4a6f-8430-bb0c684879cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f592a646-4d38-4a6f-8430-bb0c684879cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f592a646-4d38-4a6f-8430-bb0c684879cf"] > .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-7565af4a-6f33-4d03-a3d0-34e854e62dab hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-91872746-b1ff-43ec-9150-ce6379f18ff6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91872746-b1ff-43ec-9150-ce6379f18ff6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-91872746-b1ff-43ec-9150-ce6379f18ff6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-91872746-b1ff-43ec-9150-ce6379f18ff6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-08141a26-95b2-4e9b-9c59-9b20675b2aea hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-d72a6fb7-02f1-46ec-8954-a69493c0652f hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-c6963e3a-9eba-40e0-993f-e4e482d936e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6963e3a-9eba-40e0-993f-e4e482d936e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c6963e3a-9eba-40e0-993f-e4e482d936e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6963e3a-9eba-40e0-993f-e4e482d936e0"] > .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-36e2ef8c-f15d-4983-b16e-042655df59b9 {
  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-36e2ef8c-f15d-4983-b16e-042655df59b9: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-36e2ef8c-f15d-4983-b16e-042655df59b9: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-36e2ef8c-f15d-4983-b16e-042655df59b9-root {
    text-align: left;
  }


#s-36e2ef8c-f15d-4983-b16e-042655df59b9.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-36e2ef8c-f15d-4983-b16e-042655df59b9-root {
    text-align: left;
  }


#s-36e2ef8c-f15d-4983-b16e-042655df59b9.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-36e2ef8c-f15d-4983-b16e-042655df59b9-root {
    text-align: left;
  }


#s-36e2ef8c-f15d-4983-b16e-042655df59b9.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-36e2ef8c-f15d-4983-b16e-042655df59b9-root {
    text-align: left;
  }


#s-36e2ef8c-f15d-4983-b16e-042655df59b9.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-36e2ef8c-f15d-4983-b16e-042655df59b9-root {
    text-align: left;
  }


#s-36e2ef8c-f15d-4983-b16e-042655df59b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3424fe9b-dfd6-4f7a-afc0-cfc18397438e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-3424fe9b-dfd6-4f7a-afc0-cfc18397438e {
  display: none;
}
#s-3424fe9b-dfd6-4f7a-afc0-cfc18397438e, #wrap-s-3424fe9b-dfd6-4f7a-afc0-cfc18397438e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3424fe9b-dfd6-4f7a-afc0-cfc18397438e {
  display: none;
}
#s-3424fe9b-dfd6-4f7a-afc0-cfc18397438e, #wrap-s-3424fe9b-dfd6-4f7a-afc0-cfc18397438e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3424fe9b-dfd6-4f7a-afc0-cfc18397438e {
  
}
}@media (max-width: 767px){#s-3424fe9b-dfd6-4f7a-afc0-cfc18397438e {
  
}
}
@media (min-width: 0px) {
[id="s-3424fe9b-dfd6-4f7a-afc0-cfc18397438e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3424fe9b-dfd6-4f7a-afc0-cfc18397438e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3424fe9b-dfd6-4f7a-afc0-cfc18397438e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3424fe9b-dfd6-4f7a-afc0-cfc18397438e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3424fe9b-dfd6-4f7a-afc0-cfc18397438e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3424fe9b-dfd6-4f7a-afc0-cfc18397438e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3424fe9b-dfd6-4f7a-afc0-cfc18397438e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-f2e52dda-c2b0-4ebe-91cd-015a58c80cbc {
  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-f2e52dda-c2b0-4ebe-91cd-015a58c80cbc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2e52dda-c2b0-4ebe-91cd-015a58c80cbc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2e52dda-c2b0-4ebe-91cd-015a58c80cbc {
  
}
}@media (max-width: 767px){#s-f2e52dda-c2b0-4ebe-91cd-015a58c80cbc {
  
}
}
#s-d84af115-060b-4ea4-b243-0e02532e9ec3 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-59b01921-433d-4815-9247-d32679aef9fb {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-59b01921-433d-4815-9247-d32679aef9fb {
  display: none;
}
#s-59b01921-433d-4815-9247-d32679aef9fb, #wrap-s-59b01921-433d-4815-9247-d32679aef9fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59b01921-433d-4815-9247-d32679aef9fb {
  display: none;
}
#s-59b01921-433d-4815-9247-d32679aef9fb, #wrap-s-59b01921-433d-4815-9247-d32679aef9fb { display:none !important; }}
@media (min-width: 0px) {
[id="s-59b01921-433d-4815-9247-d32679aef9fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59b01921-433d-4815-9247-d32679aef9fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59b01921-433d-4815-9247-d32679aef9fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59b01921-433d-4815-9247-d32679aef9fb"] > .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-19f40848-84f8-4b5a-b812-22e399c8ad99 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-19f40848-84f8-4b5a-b812-22e399c8ad99 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-19f40848-84f8-4b5a-b812-22e399c8ad99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-19f40848-84f8-4b5a-b812-22e399c8ad99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-19f40848-84f8-4b5a-b812-22e399c8ad99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-19f40848-84f8-4b5a-b812-22e399c8ad99 > .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-19f40848-84f8-4b5a-b812-22e399c8ad99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (min-width: 0px) {
[id="s-b7de8fdc-c815-4930-a588-10a0d381d1fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7de8fdc-c815-4930-a588-10a0d381d1fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b7de8fdc-c815-4930-a588-10a0d381d1fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7de8fdc-c815-4930-a588-10a0d381d1fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6c3986b3-4968-4ded-aeaa-9119d48a4206 {
  margin-left: 15px;
margin-right: 15px;
}

#s-87d76156-274e-479f-86a5-7de6f60c347b {
  margin-left: 15px;
margin-right: 15px;
}

#s-d35f0b37-e3ba-4428-9978-c239c6b93dd7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-d35f0b37-e3ba-4428-9978-c239c6b93dd7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-d35f0b37-e3ba-4428-9978-c239c6b93dd7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d35f0b37-e3ba-4428-9978-c239c6b93dd7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d35f0b37-e3ba-4428-9978-c239c6b93dd7 > .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-d35f0b37-e3ba-4428-9978-c239c6b93dd7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-4c9365bb-03af-4258-a802-a5bac8f59a79 {
  margin-left: 15px;
margin-right: 15px;
}

#s-9ad9209b-e73f-4ccd-b719-568c489e5afe > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-9ad9209b-e73f-4ccd-b719-568c489e5afe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-9ad9209b-e73f-4ccd-b719-568c489e5afe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9ad9209b-e73f-4ccd-b719-568c489e5afe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9ad9209b-e73f-4ccd-b719-568c489e5afe > .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-9ad9209b-e73f-4ccd-b719-568c489e5afe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-092a6f1c-dfd9-44b0-ad9d-a701c43aeb8b {
  margin-left: 15px;
margin-right: 15px;
}

#s-cf50aa90-8381-4e66-af8f-4f67b5289e50 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-cf50aa90-8381-4e66-af8f-4f67b5289e50 {
  display: none;
}
#s-cf50aa90-8381-4e66-af8f-4f67b5289e50, #wrap-s-cf50aa90-8381-4e66-af8f-4f67b5289e50 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf50aa90-8381-4e66-af8f-4f67b5289e50 {
  display: none;
}
#s-cf50aa90-8381-4e66-af8f-4f67b5289e50, #wrap-s-cf50aa90-8381-4e66-af8f-4f67b5289e50 { display:none !important; }}







#s-cf50aa90-8381-4e66-af8f-4f67b5289e50 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-cf50aa90-8381-4e66-af8f-4f67b5289e50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d280cc4-b6ab-40cb-978c-e73b2b3d226e {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-7ffda5fa-2dad-4ded-8c26-dd41826eb0ac"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7ffda5fa-2dad-4ded-8c26-dd41826eb0ac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ffda5fa-2dad-4ded-8c26-dd41826eb0ac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ffda5fa-2dad-4ded-8c26-dd41826eb0ac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ffda5fa-2dad-4ded-8c26-dd41826eb0ac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ffda5fa-2dad-4ded-8c26-dd41826eb0ac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ffda5fa-2dad-4ded-8c26-dd41826eb0ac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-4de72390-ff91-4832-bf91-56e13d5dddde {
  text-align: left;
}







  #s-4de72390-ff91-4832-bf91-56e13d5dddde img.shogun-image {
    

    
    
    
  }


#s-4de72390-ff91-4832-bf91-56e13d5dddde .shogun-image-content {
  
    align-items: center;
  
}

#s-3477ae54-2399-4d53-84ea-f183e0b13a2b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3477ae54-2399-4d53-84ea-f183e0b13a2b {
  display: none;
}
#s-3477ae54-2399-4d53-84ea-f183e0b13a2b, #wrap-s-3477ae54-2399-4d53-84ea-f183e0b13a2b { display:none !important; }}@media (max-width: 767px){#s-3477ae54-2399-4d53-84ea-f183e0b13a2b {
  display: none;
}
#s-3477ae54-2399-4d53-84ea-f183e0b13a2b, #wrap-s-3477ae54-2399-4d53-84ea-f183e0b13a2b { display:none !important; }}






  #s-3477ae54-2399-4d53-84ea-f183e0b13a2b img.shogun-image {
    

    
    
    
  }


#s-3477ae54-2399-4d53-84ea-f183e0b13a2b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7291847c-3a17-4ae2-9f5c-1fea6cf5f88e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7291847c-3a17-4ae2-9f5c-1fea6cf5f88e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-7291847c-3a17-4ae2-9f5c-1fea6cf5f88e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-7291847c-3a17-4ae2-9f5c-1fea6cf5f88e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-7291847c-3a17-4ae2-9f5c-1fea6cf5f88e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-7291847c-3a17-4ae2-9f5c-1fea6cf5f88e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-7291847c-3a17-4ae2-9f5c-1fea6cf5f88e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-7291847c-3a17-4ae2-9f5c-1fea6cf5f88e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-7291847c-3a17-4ae2-9f5c-1fea6cf5f88e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-7291847c-3a17-4ae2-9f5c-1fea6cf5f88e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-24eb5077-6d38-439c-94ec-75c5736528e0 {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-24eb5077-6d38-439c-94ec-75c5736528e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24eb5077-6d38-439c-94ec-75c5736528e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24eb5077-6d38-439c-94ec-75c5736528e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24eb5077-6d38-439c-94ec-75c5736528e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24eb5077-6d38-439c-94ec-75c5736528e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24eb5077-6d38-439c-94ec-75c5736528e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24eb5077-6d38-439c-94ec-75c5736528e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c78e30e8-baf3-491a-915f-2e9250c912d3 {
  text-align: left;
}







  #s-c78e30e8-baf3-491a-915f-2e9250c912d3 img.shogun-image {
    

    
    
    
  }


#s-c78e30e8-baf3-491a-915f-2e9250c912d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0f87b1d-12ad-4dfa-bd19-b3488c98b6c3 {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e0f87b1d-12ad-4dfa-bd19-b3488c98b6c3 {
  display: none;
}
#s-e0f87b1d-12ad-4dfa-bd19-b3488c98b6c3, #wrap-s-e0f87b1d-12ad-4dfa-bd19-b3488c98b6c3 { display:none !important; }}@media (max-width: 767px){#s-e0f87b1d-12ad-4dfa-bd19-b3488c98b6c3 {
  display: none;
}
#s-e0f87b1d-12ad-4dfa-bd19-b3488c98b6c3, #wrap-s-e0f87b1d-12ad-4dfa-bd19-b3488c98b6c3 { display:none !important; }}







#s-e0f87b1d-12ad-4dfa-bd19-b3488c98b6c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0f87b1d-12ad-4dfa-bd19-b3488c98b6c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-848b0e98-3aca-4d43-82c0-e6a77f29d727 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-848b0e98-3aca-4d43-82c0-e6a77f29d727"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-848b0e98-3aca-4d43-82c0-e6a77f29d727"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-848b0e98-3aca-4d43-82c0-e6a77f29d727"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-848b0e98-3aca-4d43-82c0-e6a77f29d727"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-848b0e98-3aca-4d43-82c0-e6a77f29d727"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-848b0e98-3aca-4d43-82c0-e6a77f29d727"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-848b0e98-3aca-4d43-82c0-e6a77f29d727"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-cc283f3d-19b8-4b7b-83bd-c3b80968954c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc283f3d-19b8-4b7b-83bd-c3b80968954c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-cc283f3d-19b8-4b7b-83bd-c3b80968954c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc283f3d-19b8-4b7b-83bd-c3b80968954c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-16831335-723d-44c6-90be-6762c5029b2a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-16831335-723d-44c6-90be-6762c5029b2a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-16831335-723d-44c6-90be-6762c5029b2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-16831335-723d-44c6-90be-6762c5029b2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-16831335-723d-44c6-90be-6762c5029b2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-d64808ae-8953-4672-8c5a-eaf066182120 {
  text-align: center;
}







  #s-d64808ae-8953-4672-8c5a-eaf066182120 img.shogun-image {
    

    
    
    
  }


#s-d64808ae-8953-4672-8c5a-eaf066182120 .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-06473512-2dec-43db-8438-bbf611cd67fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06473512-2dec-43db-8438-bbf611cd67fc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-750cc710-4378-45aa-9427-a1e99efcbecc {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-750cc710-4378-45aa-9427-a1e99efcbecc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-750cc710-4378-45aa-9427-a1e99efcbecc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-750cc710-4378-45aa-9427-a1e99efcbecc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-750cc710-4378-45aa-9427-a1e99efcbecc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-3c0543a4-e45c-4d57-be5a-8c94d046e1fc {
  text-align: center;
}







  #s-3c0543a4-e45c-4d57-be5a-8c94d046e1fc img.shogun-image {
    

    
    
    
  }


#s-3c0543a4-e45c-4d57-be5a-8c94d046e1fc .shogun-image-content {
  
    align-items: center;
  
}

#s-97793c26-21fb-4938-8157-e31fcf9e2fe6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97793c26-21fb-4938-8157-e31fcf9e2fe6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b28dcd65-517a-4cb5-bbc2-d8ff0625f2a5 {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 1200px){#s-b28dcd65-517a-4cb5-bbc2-d8ff0625f2a5 {
  display: none;
}
#s-b28dcd65-517a-4cb5-bbc2-d8ff0625f2a5, #wrap-s-b28dcd65-517a-4cb5-bbc2-d8ff0625f2a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b28dcd65-517a-4cb5-bbc2-d8ff0625f2a5 {
  display: none;
}
#s-b28dcd65-517a-4cb5-bbc2-d8ff0625f2a5, #wrap-s-b28dcd65-517a-4cb5-bbc2-d8ff0625f2a5 { display:none !important; }}







#s-b28dcd65-517a-4cb5-bbc2-d8ff0625f2a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b28dcd65-517a-4cb5-bbc2-d8ff0625f2a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0caa3c2d-b753-4628-a628-0ff6a3e4cb54 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0caa3c2d-b753-4628-a628-0ff6a3e4cb54 {
  display: none;
}
#s-0caa3c2d-b753-4628-a628-0ff6a3e4cb54, #wrap-s-0caa3c2d-b753-4628-a628-0ff6a3e4cb54 { display:none !important; }}@media (max-width: 767px){#s-0caa3c2d-b753-4628-a628-0ff6a3e4cb54 {
  display: none;
}
#s-0caa3c2d-b753-4628-a628-0ff6a3e4cb54, #wrap-s-0caa3c2d-b753-4628-a628-0ff6a3e4cb54 { display:none !important; }}







#s-0caa3c2d-b753-4628-a628-0ff6a3e4cb54 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-cc6ed711-1d78-46eb-aeb4-08e85f76e5aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc6ed711-1d78-46eb-aeb4-08e85f76e5aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-cc6ed711-1d78-46eb-aeb4-08e85f76e5aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-cc6ed711-1d78-46eb-aeb4-08e85f76e5aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-cc6ed711-1d78-46eb-aeb4-08e85f76e5aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-cc6ed711-1d78-46eb-aeb4-08e85f76e5aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-cc6ed711-1d78-46eb-aeb4-08e85f76e5aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-cc6ed711-1d78-46eb-aeb4-08e85f76e5aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-cc6ed711-1d78-46eb-aeb4-08e85f76e5aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-cc6ed711-1d78-46eb-aeb4-08e85f76e5aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-90ad5733-fd9e-490c-8a2c-3709dbd3e685 {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-90ad5733-fd9e-490c-8a2c-3709dbd3e685"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90ad5733-fd9e-490c-8a2c-3709dbd3e685"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90ad5733-fd9e-490c-8a2c-3709dbd3e685"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90ad5733-fd9e-490c-8a2c-3709dbd3e685"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90ad5733-fd9e-490c-8a2c-3709dbd3e685"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90ad5733-fd9e-490c-8a2c-3709dbd3e685"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-90ad5733-fd9e-490c-8a2c-3709dbd3e685"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-4fbe1b41-e7d4-4615-b153-4f7ded7aca68 {
  text-align: left;
}







  #s-4fbe1b41-e7d4-4615-b153-4f7ded7aca68 img.shogun-image {
    

    
    
    
  }


#s-4fbe1b41-e7d4-4615-b153-4f7ded7aca68 .shogun-image-content {
  
    align-items: center;
  
}

#s-11c9772b-5767-4c52-a585-e611bba7f293 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-11c9772b-5767-4c52-a585-e611bba7f293 {
  display: none;
}
#s-11c9772b-5767-4c52-a585-e611bba7f293, #wrap-s-11c9772b-5767-4c52-a585-e611bba7f293 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11c9772b-5767-4c52-a585-e611bba7f293 {
  display: none;
}
#s-11c9772b-5767-4c52-a585-e611bba7f293, #wrap-s-11c9772b-5767-4c52-a585-e611bba7f293 { display:none !important; }}
@media (min-width: 0px) {
[id="s-11c9772b-5767-4c52-a585-e611bba7f293"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11c9772b-5767-4c52-a585-e611bba7f293"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-11c9772b-5767-4c52-a585-e611bba7f293"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-11c9772b-5767-4c52-a585-e611bba7f293"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-1065bc8b-2120-43e2-b8ec-e75896241d82 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1065bc8b-2120-43e2-b8ec-e75896241d82"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-1065bc8b-2120-43e2-b8ec-e75896241d82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-1065bc8b-2120-43e2-b8ec-e75896241d82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-1065bc8b-2120-43e2-b8ec-e75896241d82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-13a3a576-2ece-403b-8e0d-427ca6b602b0 {
  text-align: center;
}







  #s-13a3a576-2ece-403b-8e0d-427ca6b602b0 img.shogun-image {
    

    
    
    
  }


#s-13a3a576-2ece-403b-8e0d-427ca6b602b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-64b4b757-4e76-4398-a9c2-4f36ed53dd26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64b4b757-4e76-4398-a9c2-4f36ed53dd26 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-92191617-d777-445c-8f65-97f55580f1fe {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-92191617-d777-445c-8f65-97f55580f1fe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-92191617-d777-445c-8f65-97f55580f1fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-92191617-d777-445c-8f65-97f55580f1fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-92191617-d777-445c-8f65-97f55580f1fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-9c8f6bec-aee5-4cef-883f-3f2561a9b6b9 {
  text-align: center;
}







  #s-9c8f6bec-aee5-4cef-883f-3f2561a9b6b9 img.shogun-image {
    

    
    
    
  }


#s-9c8f6bec-aee5-4cef-883f-3f2561a9b6b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-15a5ce0b-5bfb-4c39-97e1-26195a78ee09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15a5ce0b-5bfb-4c39-97e1-26195a78ee09 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9887bdcb-8449-4b49-b521-ebbea01ffd27 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
min-height: 500px;
}








#s-9887bdcb-8449-4b49-b521-ebbea01ffd27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9887bdcb-8449-4b49-b521-ebbea01ffd27.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-3fd0a123-d8c8-48b9-b114-94bf4b364efd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fd0a123-d8c8-48b9-b114-94bf4b364efd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3fd0a123-d8c8-48b9-b114-94bf4b364efd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fd0a123-d8c8-48b9-b114-94bf4b364efd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b1129ba5-537a-4668-96c8-5777211708fb {
  text-align: center;
}







  #s-b1129ba5-537a-4668-96c8-5777211708fb img.shogun-image {
    

    
    
    
  }


#s-b1129ba5-537a-4668-96c8-5777211708fb .shogun-image-content {
  
    align-items: center;
  
}

#s-6cb0c29c-098a-4391-85e1-4a688379d473 {
  min-height: 50px;
}
@media (max-width: 767px){#s-6cb0c29c-098a-4391-85e1-4a688379d473 {
  
}
}







#s-6cb0c29c-098a-4391-85e1-4a688379d473 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cb0c29c-098a-4391-85e1-4a688379d473.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaf9ab89-ddca-4866-96b5-48e8bafda255 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-aaf9ab89-ddca-4866-96b5-48e8bafda255 {
  
}
}
@media (min-width: 0px) {
[id="s-aaf9ab89-ddca-4866-96b5-48e8bafda255"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aaf9ab89-ddca-4866-96b5-48e8bafda255"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-aaf9ab89-ddca-4866-96b5-48e8bafda255"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-aaf9ab89-ddca-4866-96b5-48e8bafda255"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aaf9ab89-ddca-4866-96b5-48e8bafda255"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-aaf9ab89-ddca-4866-96b5-48e8bafda255"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-aaf9ab89-ddca-4866-96b5-48e8bafda255"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aaf9ab89-ddca-4866-96b5-48e8bafda255"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-aaf9ab89-ddca-4866-96b5-48e8bafda255"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-aaf9ab89-ddca-4866-96b5-48e8bafda255"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-354c1850-4a73-45d4-aebf-215bf8bae36f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-d10411ed-d449-49ed-a0b6-917189803bdf {
  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-d10411ed-d449-49ed-a0b6-917189803bdf:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d10411ed-d449-49ed-a0b6-917189803bdf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d10411ed-d449-49ed-a0b6-917189803bdf-root {
    text-align: left;
  }


#s-d10411ed-d449-49ed-a0b6-917189803bdf.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d10411ed-d449-49ed-a0b6-917189803bdf-root {
    text-align: left;
  }


#s-d10411ed-d449-49ed-a0b6-917189803bdf.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-d10411ed-d449-49ed-a0b6-917189803bdf-root {
    text-align: left;
  }


#s-d10411ed-d449-49ed-a0b6-917189803bdf.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-d10411ed-d449-49ed-a0b6-917189803bdf-root {
    text-align: left;
  }


#s-d10411ed-d449-49ed-a0b6-917189803bdf.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d10411ed-d449-49ed-a0b6-917189803bdf-root {
    text-align: left;
  }


#s-d10411ed-d449-49ed-a0b6-917189803bdf.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-90bd919a-cdaf-4527-866a-359b69b06bf4 {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-90bd919a-cdaf-4527-866a-359b69b06bf4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90bd919a-cdaf-4527-866a-359b69b06bf4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-90bd919a-cdaf-4527-866a-359b69b06bf4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-90bd919a-cdaf-4527-866a-359b69b06bf4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-90bd919a-cdaf-4527-866a-359b69b06bf4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-36d20051-8eb1-4885-98c4-1daab23e4748 {
  min-height: 50px;
}
@media (max-width: 767px){#s-36d20051-8eb1-4885-98c4-1daab23e4748 {
  
}
}







#s-36d20051-8eb1-4885-98c4-1daab23e4748 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36d20051-8eb1-4885-98c4-1daab23e4748.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9951f1e-600e-4303-ad1d-8a4e36f45aaa {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-d9951f1e-600e-4303-ad1d-8a4e36f45aaa {
  
}
}
@media (min-width: 0px) {
[id="s-d9951f1e-600e-4303-ad1d-8a4e36f45aaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9951f1e-600e-4303-ad1d-8a4e36f45aaa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d9951f1e-600e-4303-ad1d-8a4e36f45aaa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d9951f1e-600e-4303-ad1d-8a4e36f45aaa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d9951f1e-600e-4303-ad1d-8a4e36f45aaa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d9951f1e-600e-4303-ad1d-8a4e36f45aaa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d9951f1e-600e-4303-ad1d-8a4e36f45aaa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9951f1e-600e-4303-ad1d-8a4e36f45aaa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d9951f1e-600e-4303-ad1d-8a4e36f45aaa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d9951f1e-600e-4303-ad1d-8a4e36f45aaa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-3d57d360-18bd-4d5e-a2db-41ea436bcb0f {
  margin-left: 15px;
margin-right: 15px;
}

#s-975d4b1a-c396-421d-8ae8-f85aa9029ddc {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-975d4b1a-c396-421d-8ae8-f85aa9029ddc .shogun-image-content {
  
    align-items: center;
  
}

#s-8d28d384-304d-4c7d-aa66-aca6586b126c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8d28d384-304d-4c7d-aa66-aca6586b126c {
  display: none;
}
#s-8d28d384-304d-4c7d-aa66-aca6586b126c, #wrap-s-8d28d384-304d-4c7d-aa66-aca6586b126c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d28d384-304d-4c7d-aa66-aca6586b126c {
  display: none;
}
#s-8d28d384-304d-4c7d-aa66-aca6586b126c, #wrap-s-8d28d384-304d-4c7d-aa66-aca6586b126c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d28d384-304d-4c7d-aa66-aca6586b126c {
  display: none;
}
#s-8d28d384-304d-4c7d-aa66-aca6586b126c, #wrap-s-8d28d384-304d-4c7d-aa66-aca6586b126c { display:none !important; }}







#s-8d28d384-304d-4c7d-aa66-aca6586b126c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d28d384-304d-4c7d-aa66-aca6586b126c.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-278069bc-f330-4686-aaa9-53d9502faa80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-278069bc-f330-4686-aaa9-53d9502faa80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-278069bc-f330-4686-aaa9-53d9502faa80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-278069bc-f330-4686-aaa9-53d9502faa80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4f0a60d6-b5b8-4c26-9bfa-2d1314099ef1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}








#s-4f0a60d6-b5b8-4c26-9bfa-2d1314099ef1 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d3814f3-bbdf-4aa9-91d1-099538ac7a23 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0d3814f3-bbdf-4aa9-91d1-099538ac7a23 {
  
}
}







#s-0d3814f3-bbdf-4aa9-91d1-099538ac7a23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d3814f3-bbdf-4aa9-91d1-099538ac7a23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67116f2d-897a-4487-b6dd-4b9de35fb401 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-67116f2d-897a-4487-b6dd-4b9de35fb401 {
  
}
}
@media (min-width: 0px) {
[id="s-67116f2d-897a-4487-b6dd-4b9de35fb401"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67116f2d-897a-4487-b6dd-4b9de35fb401"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-67116f2d-897a-4487-b6dd-4b9de35fb401"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-67116f2d-897a-4487-b6dd-4b9de35fb401"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-67116f2d-897a-4487-b6dd-4b9de35fb401"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-67116f2d-897a-4487-b6dd-4b9de35fb401"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-67116f2d-897a-4487-b6dd-4b9de35fb401"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-67116f2d-897a-4487-b6dd-4b9de35fb401"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-67116f2d-897a-4487-b6dd-4b9de35fb401"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-67116f2d-897a-4487-b6dd-4b9de35fb401"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-b9eb56b4-fdb1-499b-8525-cf7659ec4ea6 {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-8b85cdc7-a669-46a6-b053-a551606948aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b85cdc7-a669-46a6-b053-a551606948aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8b85cdc7-a669-46a6-b053-a551606948aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b85cdc7-a669-46a6-b053-a551606948aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-8b85cdc7-a669-46a6-b053-a551606948aa"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a5864529-e6c4-4336-89d6-3060fe765117 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a5864529-e6c4-4336-89d6-3060fe765117 {
  
}
}







#s-a5864529-e6c4-4336-89d6-3060fe765117 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5864529-e6c4-4336-89d6-3060fe765117.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37c790ef-372d-46e1-97c5-de7d05f7b9fd {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-37c790ef-372d-46e1-97c5-de7d05f7b9fd {
  
}
}
@media (min-width: 0px) {
[id="s-37c790ef-372d-46e1-97c5-de7d05f7b9fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37c790ef-372d-46e1-97c5-de7d05f7b9fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-37c790ef-372d-46e1-97c5-de7d05f7b9fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-37c790ef-372d-46e1-97c5-de7d05f7b9fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-37c790ef-372d-46e1-97c5-de7d05f7b9fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-37c790ef-372d-46e1-97c5-de7d05f7b9fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-37c790ef-372d-46e1-97c5-de7d05f7b9fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-37c790ef-372d-46e1-97c5-de7d05f7b9fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-37c790ef-372d-46e1-97c5-de7d05f7b9fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-37c790ef-372d-46e1-97c5-de7d05f7b9fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-1775b96a-eb7d-452d-a5ce-17668ae1760a {
  margin-left: 15px;
margin-right: 15px;
}

#s-f032ecba-0f84-4c71-8008-2b3cb200aebd {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-f032ecba-0f84-4c71-8008-2b3cb200aebd img.shogun-image {
    

    
    
    
  }


#s-f032ecba-0f84-4c71-8008-2b3cb200aebd .shogun-image-content {
  
    align-items: center;
  
}

#s-5ab72c5d-4e34-46c7-9ec3-2dd35454055c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5ab72c5d-4e34-46c7-9ec3-2dd35454055c {
  display: none;
}
#s-5ab72c5d-4e34-46c7-9ec3-2dd35454055c, #wrap-s-5ab72c5d-4e34-46c7-9ec3-2dd35454055c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ab72c5d-4e34-46c7-9ec3-2dd35454055c {
  display: none;
}
#s-5ab72c5d-4e34-46c7-9ec3-2dd35454055c, #wrap-s-5ab72c5d-4e34-46c7-9ec3-2dd35454055c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ab72c5d-4e34-46c7-9ec3-2dd35454055c {
  display: none;
}
#s-5ab72c5d-4e34-46c7-9ec3-2dd35454055c, #wrap-s-5ab72c5d-4e34-46c7-9ec3-2dd35454055c { display:none !important; }}







#s-5ab72c5d-4e34-46c7-9ec3-2dd35454055c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ab72c5d-4e34-46c7-9ec3-2dd35454055c.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-804d133b-fec3-4b15-bbce-211bf1aadef4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-804d133b-fec3-4b15-bbce-211bf1aadef4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-804d133b-fec3-4b15-bbce-211bf1aadef4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-804d133b-fec3-4b15-bbce-211bf1aadef4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-804d133b-fec3-4b15-bbce-211bf1aadef4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-804d133b-fec3-4b15-bbce-211bf1aadef4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-804d133b-fec3-4b15-bbce-211bf1aadef4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-805c8659-9ced-4d88-b305-0d8f5ea25899 {
  margin-top: 50px;
margin-bottom: 0px;
text-align: center;
}







  #s-805c8659-9ced-4d88-b305-0d8f5ea25899 img.shogun-image {
    

    
    
    
  }


#s-805c8659-9ced-4d88-b305-0d8f5ea25899 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1ddc42d-a7c1-476a-b684-0ab3a6900e5b {
  min-height: 50px;
}








#s-c1ddc42d-a7c1-476a-b684-0ab3a6900e5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1ddc42d-a7c1-476a-b684-0ab3a6900e5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1556b974-1c50-40e4-afb9-a303352b7bbf {
  margin-top: 50px;
margin-left: 5px;
margin-bottom: 50px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1556b974-1c50-40e4-afb9-a303352b7bbf .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-7dc05956-a3f1-492d-8ccd-0354aed496ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7dc05956-a3f1-492d-8ccd-0354aed496ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7dc05956-a3f1-492d-8ccd-0354aed496ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7dc05956-a3f1-492d-8ccd-0354aed496ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-b03588d9-9a5f-46b0-8d8f-3cc6d8fb3794 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-b03588d9-9a5f-46b0-8d8f-3cc6d8fb3794 img.shogun-image {
    

    
    
    
  }


#s-b03588d9-9a5f-46b0-8d8f-3cc6d8fb3794 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6f62d89-762c-4d3d-aa21-24e0d212c4d9 {
  margin-left: 5px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6f62d89-762c-4d3d-aa21-24e0d212c4d9 .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-aca7e033-fbd9-4e26-a08b-8d66e9d3a0e9 {
  text-align: center;
}







  #s-aca7e033-fbd9-4e26-a08b-8d66e9d3a0e9 img.shogun-image {
    

    
    
    
  }


#s-aca7e033-fbd9-4e26-a08b-8d66e9d3a0e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad05276c-8da0-40a7-b329-b142ffbdf5a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad05276c-8da0-40a7-b329-b142ffbdf5a0 .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-ad4bf092-778c-487a-a335-7f1a2295eace {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
opacity: 1;
}







  #s-ad4bf092-778c-487a-a335-7f1a2295eace img.shogun-image {
    

    
    
    
  }


#s-ad4bf092-778c-487a-a335-7f1a2295eace .shogun-image-content {
  
    align-items: center;
  
}

#s-1d30921c-c755-43aa-8545-5da72071af05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d30921c-c755-43aa-8545-5da72071af05 .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-4754c9d7-0887-403e-ac90-9f2d53e9115d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-4754c9d7-0887-403e-ac90-9f2d53e9115d img.shogun-image {
    

    
    
    
  }


#s-4754c9d7-0887-403e-ac90-9f2d53e9115d .shogun-image-content {
  
    align-items: center;
  
}

#s-d94cd661-5743-4258-a585-29c6014867bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d94cd661-5743-4258-a585-29c6014867bc .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-8617f93b-7a83-445b-92b5-10dc40773eac {
  min-height: 50px;
}








#s-8617f93b-7a83-445b-92b5-10dc40773eac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8617f93b-7a83-445b-92b5-10dc40773eac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e946e276-76c6-457e-bcaf-e4431d54d589 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e946e276-76c6-457e-bcaf-e4431d54d589 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-1f3a23fe-b901-4ad9-ab69-9aa6e2340952"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f3a23fe-b901-4ad9-ab69-9aa6e2340952"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1f3a23fe-b901-4ad9-ab69-9aa6e2340952"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1f3a23fe-b901-4ad9-ab69-9aa6e2340952"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1f3a23fe-b901-4ad9-ab69-9aa6e2340952"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f3a23fe-b901-4ad9-ab69-9aa6e2340952"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1f3a23fe-b901-4ad9-ab69-9aa6e2340952"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-20526d8c-3d44-4555-9bb4-8dbd10eff668 {
  padding-left: 0px;
padding-right: 0px;
}

#s-20526d8c-3d44-4555-9bb4-8dbd10eff668 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-20526d8c-3d44-4555-9bb4-8dbd10eff668 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-20526d8c-3d44-4555-9bb4-8dbd10eff668 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-20526d8c-3d44-4555-9bb4-8dbd10eff668 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-20526d8c-3d44-4555-9bb4-8dbd10eff668 > .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-20526d8c-3d44-4555-9bb4-8dbd10eff668 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-30f1f190-3acb-48fd-8475-797057bb5655 {
  margin-left: 15px;
margin-right: 15px;
}

#s-d77c6141-f5f7-4886-beaa-6349997047d8 {
  margin-left: 15px;
margin-right: 15px;
}

#s-e562c661-4a3c-4251-b21f-0a7df435fe93 {
  margin-left: 15px;
margin-right: 15px;
}

#s-bc93e368-a7c0-4033-b56c-06001f6bda39 {
  margin-left: 15px;
margin-right: 15px;
}

#s-31bfd357-ea52-4897-b4a0-d386da1d7a59 {
  margin-left: 15px;
margin-right: 15px;
}

#s-a26b9c01-e9dd-4a15-8db3-95234d1c74c2 {
  margin-left: 15px;
margin-right: 15px;
}

#s-628efb46-0951-494f-a18a-9aa7ac03345e {
  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}