.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-8dcab49a-4773-4d42-af46-9ead4ca9b664 {
  display: none;
}
#s-8dcab49a-4773-4d42-af46-9ead4ca9b664, #wrap-s-8dcab49a-4773-4d42-af46-9ead4ca9b664 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8dcab49a-4773-4d42-af46-9ead4ca9b664 {
  display: none;
}
#s-8dcab49a-4773-4d42-af46-9ead4ca9b664, #wrap-s-8dcab49a-4773-4d42-af46-9ead4ca9b664 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8dcab49a-4773-4d42-af46-9ead4ca9b664"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8dcab49a-4773-4d42-af46-9ead4ca9b664"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8dcab49a-4773-4d42-af46-9ead4ca9b664"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dcab49a-4773-4d42-af46-9ead4ca9b664"] > .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-04522f98-370a-493b-a8bd-58085cdc84bc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}







  #s-04522f98-370a-493b-a8bd-58085cdc84bc img.shogun-image {
    

    
    
    
  }


#s-04522f98-370a-493b-a8bd-58085cdc84bc .shogun-image-content {
  
    align-items: center;
  
}

#s-35d19be2-96e2-4fcb-9cd9-4b0279de164d {
  padding-left: 5px;
padding-right: 5px;
}

#s-e7664005-c3f5-482c-8d86-9c4eefd88768 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: center;
}







  #s-e7664005-c3f5-482c-8d86-9c4eefd88768 img.shogun-image {
    

    
    
    
  }


#s-e7664005-c3f5-482c-8d86-9c4eefd88768 .shogun-image-content {
  
    align-items: center;
  
}

#s-88bf830d-b96a-441d-9ca7-2672f47e6eed {
  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-8d370c63-8608-48a6-8ec6-b77a85fbec9c {
  min-height: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d370c63-8608-48a6-8ec6-b77a85fbec9c {
  display: none;
}
#s-8d370c63-8608-48a6-8ec6-b77a85fbec9c, #wrap-s-8d370c63-8608-48a6-8ec6-b77a85fbec9c { display:none !important; }}@media (max-width: 767px){#s-8d370c63-8608-48a6-8ec6-b77a85fbec9c {
  display: none;
}
#s-8d370c63-8608-48a6-8ec6-b77a85fbec9c, #wrap-s-8d370c63-8608-48a6-8ec6-b77a85fbec9c { display:none !important; }}







#s-8d370c63-8608-48a6-8ec6-b77a85fbec9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d370c63-8608-48a6-8ec6-b77a85fbec9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-480a93a1-135a-47f4-90ce-4475d02c9f60 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-480a93a1-135a-47f4-90ce-4475d02c9f60 {
  display: none;
}
#s-480a93a1-135a-47f4-90ce-4475d02c9f60, #wrap-s-480a93a1-135a-47f4-90ce-4475d02c9f60 { display:none !important; }}@media (max-width: 767px){#s-480a93a1-135a-47f4-90ce-4475d02c9f60 {
  display: none;
}
#s-480a93a1-135a-47f4-90ce-4475d02c9f60, #wrap-s-480a93a1-135a-47f4-90ce-4475d02c9f60 { display:none !important; }}






  #s-480a93a1-135a-47f4-90ce-4475d02c9f60 img.shogun-image {
    

    
    
    
  }


#s-480a93a1-135a-47f4-90ce-4475d02c9f60 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-3fb1f8a4-dfac-4aa6-8869-39a303ba57d5 {
  display: none;
}
#s-3fb1f8a4-dfac-4aa6-8869-39a303ba57d5, #wrap-s-3fb1f8a4-dfac-4aa6-8869-39a303ba57d5 { display:none !important; }}@media (max-width: 767px){#s-3fb1f8a4-dfac-4aa6-8869-39a303ba57d5 {
  display: none;
}
#s-3fb1f8a4-dfac-4aa6-8869-39a303ba57d5, #wrap-s-3fb1f8a4-dfac-4aa6-8869-39a303ba57d5 { display:none !important; }}
#s-697a057e-878f-4faf-9f60-4c79010476ed {
  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-697a057e-878f-4faf-9f60-4c79010476ed {
  display: none;
}
#s-697a057e-878f-4faf-9f60-4c79010476ed, #wrap-s-697a057e-878f-4faf-9f60-4c79010476ed { display:none !important; }}@media (max-width: 767px){#s-697a057e-878f-4faf-9f60-4c79010476ed {
  display: none;
}
#s-697a057e-878f-4faf-9f60-4c79010476ed, #wrap-s-697a057e-878f-4faf-9f60-4c79010476ed { display:none !important; }}






  #s-697a057e-878f-4faf-9f60-4c79010476ed img.shogun-image {
    

    
    
    
  }


#s-697a057e-878f-4faf-9f60-4c79010476ed .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-f887a8ff-4c69-4a8e-b706-566140a052ae {
  display: none;
}
#s-f887a8ff-4c69-4a8e-b706-566140a052ae, #wrap-s-f887a8ff-4c69-4a8e-b706-566140a052ae { display:none !important; }}@media (max-width: 767px){#s-f887a8ff-4c69-4a8e-b706-566140a052ae {
  display: none;
}
#s-f887a8ff-4c69-4a8e-b706-566140a052ae, #wrap-s-f887a8ff-4c69-4a8e-b706-566140a052ae { display:none !important; }}
#s-f2955f47-896a-49f1-a79d-03790ee53fc8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-f2955f47-896a-49f1-a79d-03790ee53fc8 {
  display: none;
}
#s-f2955f47-896a-49f1-a79d-03790ee53fc8, #wrap-s-f2955f47-896a-49f1-a79d-03790ee53fc8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2955f47-896a-49f1-a79d-03790ee53fc8 {
  display: none;
}
#s-f2955f47-896a-49f1-a79d-03790ee53fc8, #wrap-s-f2955f47-896a-49f1-a79d-03790ee53fc8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2955f47-896a-49f1-a79d-03790ee53fc8 {
  
}
}@media (max-width: 767px){#s-f2955f47-896a-49f1-a79d-03790ee53fc8 {
  
}
}
@media (min-width: 0px) {
[id="s-f2955f47-896a-49f1-a79d-03790ee53fc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2955f47-896a-49f1-a79d-03790ee53fc8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f2955f47-896a-49f1-a79d-03790ee53fc8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f2955f47-896a-49f1-a79d-03790ee53fc8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f2955f47-896a-49f1-a79d-03790ee53fc8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2955f47-896a-49f1-a79d-03790ee53fc8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f2955f47-896a-49f1-a79d-03790ee53fc8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-11daa0a4-eff5-47a5-b619-3cabb681c583 {
  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-11daa0a4-eff5-47a5-b619-3cabb681c583 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11daa0a4-eff5-47a5-b619-3cabb681c583 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-11daa0a4-eff5-47a5-b619-3cabb681c583 {
  
}
}@media (max-width: 767px){#s-11daa0a4-eff5-47a5-b619-3cabb681c583 {
  
}
}
.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-26daf798-b7f7-4c30-b3bd-9f3ea1937d58 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-88b3e57a-e8b8-44b8-8073-a39c10ef58e1 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-88b3e57a-e8b8-44b8-8073-a39c10ef58e1 {
  display: none;
}
#s-88b3e57a-e8b8-44b8-8073-a39c10ef58e1, #wrap-s-88b3e57a-e8b8-44b8-8073-a39c10ef58e1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88b3e57a-e8b8-44b8-8073-a39c10ef58e1 {
  display: none;
}
#s-88b3e57a-e8b8-44b8-8073-a39c10ef58e1, #wrap-s-88b3e57a-e8b8-44b8-8073-a39c10ef58e1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-88b3e57a-e8b8-44b8-8073-a39c10ef58e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88b3e57a-e8b8-44b8-8073-a39c10ef58e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-88b3e57a-e8b8-44b8-8073-a39c10ef58e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-88b3e57a-e8b8-44b8-8073-a39c10ef58e1"] > .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-79bc729c-756e-4b7b-aa14-0c0140013823 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-79bc729c-756e-4b7b-aa14-0c0140013823 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-79bc729c-756e-4b7b-aa14-0c0140013823 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-79bc729c-756e-4b7b-aa14-0c0140013823 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-79bc729c-756e-4b7b-aa14-0c0140013823 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-79bc729c-756e-4b7b-aa14-0c0140013823 > .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-79bc729c-756e-4b7b-aa14-0c0140013823 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (min-width: 0px) {
[id="s-b483db38-6ff7-42c7-9d75-c41fee1afc4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b483db38-6ff7-42c7-9d75-c41fee1afc4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b483db38-6ff7-42c7-9d75-c41fee1afc4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b483db38-6ff7-42c7-9d75-c41fee1afc4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fbc871e7-fc03-4df1-96ee-93ec3b4bf76e {
  margin-left: 15px;
margin-right: 15px;
}

#s-59d00c7c-9783-4bd5-8087-4789d435c889 {
  margin-left: 15px;
margin-right: 15px;
}

#s-3549e880-5a98-4204-b94b-695ff57ebd21 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-3549e880-5a98-4204-b94b-695ff57ebd21 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-3549e880-5a98-4204-b94b-695ff57ebd21 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3549e880-5a98-4204-b94b-695ff57ebd21 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-3549e880-5a98-4204-b94b-695ff57ebd21 > .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-3549e880-5a98-4204-b94b-695ff57ebd21 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-f6b98620-0637-40a3-ae12-4c7c5b0a4283 {
  margin-left: 15px;
margin-right: 15px;
}

#s-20bd9fd3-e23c-49f9-b88d-be0ec4de743b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-20bd9fd3-e23c-49f9-b88d-be0ec4de743b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-20bd9fd3-e23c-49f9-b88d-be0ec4de743b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-20bd9fd3-e23c-49f9-b88d-be0ec4de743b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-20bd9fd3-e23c-49f9-b88d-be0ec4de743b > .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-20bd9fd3-e23c-49f9-b88d-be0ec4de743b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-92472b11-6300-4c88-b8ac-06da923f7a10 {
  margin-left: 15px;
margin-right: 15px;
}

#s-747f5fb3-daab-44bb-a77b-e4ecd5dfed30 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-747f5fb3-daab-44bb-a77b-e4ecd5dfed30 {
  display: none;
}
#s-747f5fb3-daab-44bb-a77b-e4ecd5dfed30, #wrap-s-747f5fb3-daab-44bb-a77b-e4ecd5dfed30 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-747f5fb3-daab-44bb-a77b-e4ecd5dfed30 {
  display: none;
}
#s-747f5fb3-daab-44bb-a77b-e4ecd5dfed30, #wrap-s-747f5fb3-daab-44bb-a77b-e4ecd5dfed30 { display:none !important; }}







#s-747f5fb3-daab-44bb-a77b-e4ecd5dfed30 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-747f5fb3-daab-44bb-a77b-e4ecd5dfed30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85e42d24-5f6d-403d-9ac1-b4b50b289ad1 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-96764e60-f33b-42ad-abc5-62b9bfabc769 {
  margin-left: 100px;
margin-right: 100px;
text-align: center;
}







  #s-96764e60-f33b-42ad-abc5-62b9bfabc769 img.shogun-image {
    

    
    
    
  }


#s-96764e60-f33b-42ad-abc5-62b9bfabc769 .shogun-image-content {
  
    align-items: center;
  
}

#s-6da44b29-fe3c-475a-93ea-ead29d2694ee {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 1200px){#s-6da44b29-fe3c-475a-93ea-ead29d2694ee {
  display: none;
}
#s-6da44b29-fe3c-475a-93ea-ead29d2694ee, #wrap-s-6da44b29-fe3c-475a-93ea-ead29d2694ee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6da44b29-fe3c-475a-93ea-ead29d2694ee {
  display: none;
}
#s-6da44b29-fe3c-475a-93ea-ead29d2694ee, #wrap-s-6da44b29-fe3c-475a-93ea-ead29d2694ee { display:none !important; }}







#s-6da44b29-fe3c-475a-93ea-ead29d2694ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6da44b29-fe3c-475a-93ea-ead29d2694ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2162779-177f-41cd-a20b-813598b101af {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f2162779-177f-41cd-a20b-813598b101af {
  display: none;
}
#s-f2162779-177f-41cd-a20b-813598b101af, #wrap-s-f2162779-177f-41cd-a20b-813598b101af { display:none !important; }}@media (max-width: 767px){#s-f2162779-177f-41cd-a20b-813598b101af {
  display: none;
}
#s-f2162779-177f-41cd-a20b-813598b101af, #wrap-s-f2162779-177f-41cd-a20b-813598b101af { display:none !important; }}







#s-f2162779-177f-41cd-a20b-813598b101af .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4ce59b13-57e4-4ac7-a1b9-a75ce699665a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ce59b13-57e4-4ac7-a1b9-a75ce699665a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-4ce59b13-57e4-4ac7-a1b9-a75ce699665a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-4ce59b13-57e4-4ac7-a1b9-a75ce699665a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-4ce59b13-57e4-4ac7-a1b9-a75ce699665a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-4ce59b13-57e4-4ac7-a1b9-a75ce699665a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-4ce59b13-57e4-4ac7-a1b9-a75ce699665a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-4ce59b13-57e4-4ac7-a1b9-a75ce699665a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-4ce59b13-57e4-4ac7-a1b9-a75ce699665a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-4ce59b13-57e4-4ac7-a1b9-a75ce699665a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-1cdb38f6-7a0d-45cd-aad3-e9f7b06a5065 {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1cdb38f6-7a0d-45cd-aad3-e9f7b06a5065"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cdb38f6-7a0d-45cd-aad3-e9f7b06a5065"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1cdb38f6-7a0d-45cd-aad3-e9f7b06a5065"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1cdb38f6-7a0d-45cd-aad3-e9f7b06a5065"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1cdb38f6-7a0d-45cd-aad3-e9f7b06a5065"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cdb38f6-7a0d-45cd-aad3-e9f7b06a5065"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1cdb38f6-7a0d-45cd-aad3-e9f7b06a5065"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-d5478437-0b34-4ce2-bb80-e8b961edffde {
  text-align: left;
}







  #s-d5478437-0b34-4ce2-bb80-e8b961edffde img.shogun-image {
    

    
    
    
  }


#s-d5478437-0b34-4ce2-bb80-e8b961edffde .shogun-image-content {
  
    align-items: center;
  
}

#s-fed948b2-1d86-47cb-8c3d-8643d998fe6b {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-fed948b2-1d86-47cb-8c3d-8643d998fe6b {
  display: none;
}
#s-fed948b2-1d86-47cb-8c3d-8643d998fe6b, #wrap-s-fed948b2-1d86-47cb-8c3d-8643d998fe6b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fed948b2-1d86-47cb-8c3d-8643d998fe6b {
  display: none;
}
#s-fed948b2-1d86-47cb-8c3d-8643d998fe6b, #wrap-s-fed948b2-1d86-47cb-8c3d-8643d998fe6b { display:none !important; }}
@media (min-width: 0px) {
[id="s-fed948b2-1d86-47cb-8c3d-8643d998fe6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fed948b2-1d86-47cb-8c3d-8643d998fe6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-fed948b2-1d86-47cb-8c3d-8643d998fe6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-fed948b2-1d86-47cb-8c3d-8643d998fe6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-ca3f2541-cc3c-41fb-b88b-c9f3ef51ece4 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ca3f2541-cc3c-41fb-b88b-c9f3ef51ece4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-ca3f2541-cc3c-41fb-b88b-c9f3ef51ece4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-ca3f2541-cc3c-41fb-b88b-c9f3ef51ece4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca3f2541-cc3c-41fb-b88b-c9f3ef51ece4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-b75ef45c-7394-4800-a994-445fe4380061 {
  text-align: center;
}







  #s-b75ef45c-7394-4800-a994-445fe4380061 img.shogun-image {
    

    
    
    
  }


#s-b75ef45c-7394-4800-a994-445fe4380061 .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-c859493f-b1b9-48be-88e2-6f570a790893 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c859493f-b1b9-48be-88e2-6f570a790893 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-081c86f6-f8f2-4ac0-81c3-dc4c37fc1602 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-081c86f6-f8f2-4ac0-81c3-dc4c37fc1602"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-081c86f6-f8f2-4ac0-81c3-dc4c37fc1602"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-081c86f6-f8f2-4ac0-81c3-dc4c37fc1602"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-081c86f6-f8f2-4ac0-81c3-dc4c37fc1602"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-2e8dc388-e63c-44f7-b4ff-9a776488b8c3 {
  text-align: center;
}







  #s-2e8dc388-e63c-44f7-b4ff-9a776488b8c3 img.shogun-image {
    

    
    
    
  }


#s-2e8dc388-e63c-44f7-b4ff-9a776488b8c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8989f07-b72e-46a0-b19a-f67cdc582f9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8989f07-b72e-46a0-b19a-f67cdc582f9f .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-109c2582-3cd0-4da1-a87e-6e2bd6992c06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-109c2582-3cd0-4da1-a87e-6e2bd6992c06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-109c2582-3cd0-4da1-a87e-6e2bd6992c06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-109c2582-3cd0-4da1-a87e-6e2bd6992c06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-109c2582-3cd0-4da1-a87e-6e2bd6992c06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-109c2582-3cd0-4da1-a87e-6e2bd6992c06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-109c2582-3cd0-4da1-a87e-6e2bd6992c06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-3bae6658-f414-4f6a-8be2-e91898729e8c {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3bae6658-f414-4f6a-8be2-e91898729e8c {
  display: none;
}
#s-3bae6658-f414-4f6a-8be2-e91898729e8c, #wrap-s-3bae6658-f414-4f6a-8be2-e91898729e8c { display:none !important; }}@media (max-width: 767px){#s-3bae6658-f414-4f6a-8be2-e91898729e8c {
  display: none;
}
#s-3bae6658-f414-4f6a-8be2-e91898729e8c, #wrap-s-3bae6658-f414-4f6a-8be2-e91898729e8c { display:none !important; }}
@media (min-width: 0px) {
[id="s-3bae6658-f414-4f6a-8be2-e91898729e8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bae6658-f414-4f6a-8be2-e91898729e8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3bae6658-f414-4f6a-8be2-e91898729e8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3bae6658-f414-4f6a-8be2-e91898729e8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3bae6658-f414-4f6a-8be2-e91898729e8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3bae6658-f414-4f6a-8be2-e91898729e8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3bae6658-f414-4f6a-8be2-e91898729e8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-c8d2cbc9-9013-41ed-a2ca-0e364446677c {
  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-c8d2cbc9-9013-41ed-a2ca-0e364446677c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8d2cbc9-9013-41ed-a2ca-0e364446677c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8d2cbc9-9013-41ed-a2ca-0e364446677c {
  
}
}@media (max-width: 767px){#s-c8d2cbc9-9013-41ed-a2ca-0e364446677c {
  
}
}
#s-eb3690cd-8fac-4160-91ac-2a7f0c76324f {
  margin-top: 0px;
margin-bottom: 0px;
}

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

}

@media (min-width: 768px) {
[id="s-4a9ee78f-9b69-42df-a5db-b226d5c9341b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4a9ee78f-9b69-42df-a5db-b226d5c9341b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a9ee78f-9b69-42df-a5db-b226d5c9341b"] > .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-4b7da9b6-595d-402c-a8b3-c1446479bc17 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-17611e7a-2939-4956-93fd-5865fa096b66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17611e7a-2939-4956-93fd-5865fa096b66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-17611e7a-2939-4956-93fd-5865fa096b66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-17611e7a-2939-4956-93fd-5865fa096b66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e407d72b-801a-46c6-9f19-5f480d2acb79 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-ef0458d4-7ac9-44dd-9999-3df3111e8b46 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-61c7b2d9-bfdc-4bb3-811e-8c14026e67ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61c7b2d9-bfdc-4bb3-811e-8c14026e67ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-61c7b2d9-bfdc-4bb3-811e-8c14026e67ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-61c7b2d9-bfdc-4bb3-811e-8c14026e67ff"] > .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-92d4d359-aa52-4ee4-a355-235c5ec83cfe {
  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-92d4d359-aa52-4ee4-a355-235c5ec83cfe: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-92d4d359-aa52-4ee4-a355-235c5ec83cfe: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-92d4d359-aa52-4ee4-a355-235c5ec83cfe-root {
    text-align: left;
  }


#s-92d4d359-aa52-4ee4-a355-235c5ec83cfe.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-92d4d359-aa52-4ee4-a355-235c5ec83cfe-root {
    text-align: left;
  }


#s-92d4d359-aa52-4ee4-a355-235c5ec83cfe.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-92d4d359-aa52-4ee4-a355-235c5ec83cfe-root {
    text-align: left;
  }


#s-92d4d359-aa52-4ee4-a355-235c5ec83cfe.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-92d4d359-aa52-4ee4-a355-235c5ec83cfe-root {
    text-align: left;
  }


#s-92d4d359-aa52-4ee4-a355-235c5ec83cfe.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-92d4d359-aa52-4ee4-a355-235c5ec83cfe-root {
    text-align: left;
  }


#s-92d4d359-aa52-4ee4-a355-235c5ec83cfe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-918080b6-2d9b-4f37-9b33-173ddd6fc1b5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-918080b6-2d9b-4f37-9b33-173ddd6fc1b5 {
  display: none;
}
#s-918080b6-2d9b-4f37-9b33-173ddd6fc1b5, #wrap-s-918080b6-2d9b-4f37-9b33-173ddd6fc1b5 { display:none !important; }}@media (max-width: 767px){#s-918080b6-2d9b-4f37-9b33-173ddd6fc1b5 {
  display: none;
}
#s-918080b6-2d9b-4f37-9b33-173ddd6fc1b5, #wrap-s-918080b6-2d9b-4f37-9b33-173ddd6fc1b5 { display:none !important; }}







#s-918080b6-2d9b-4f37-9b33-173ddd6fc1b5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-11c245b5-f5fd-446a-90bc-2059d382b151"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11c245b5-f5fd-446a-90bc-2059d382b151"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-11c245b5-f5fd-446a-90bc-2059d382b151"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-11c245b5-f5fd-446a-90bc-2059d382b151"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-11c245b5-f5fd-446a-90bc-2059d382b151"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-11c245b5-f5fd-446a-90bc-2059d382b151"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-11c245b5-f5fd-446a-90bc-2059d382b151"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-11c245b5-f5fd-446a-90bc-2059d382b151"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-11c245b5-f5fd-446a-90bc-2059d382b151"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-11c245b5-f5fd-446a-90bc-2059d382b151"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-6c36a5ea-1b7e-4223-8e1a-5a50f9a3e43e {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-6c36a5ea-1b7e-4223-8e1a-5a50f9a3e43e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c36a5ea-1b7e-4223-8e1a-5a50f9a3e43e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c36a5ea-1b7e-4223-8e1a-5a50f9a3e43e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c36a5ea-1b7e-4223-8e1a-5a50f9a3e43e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c36a5ea-1b7e-4223-8e1a-5a50f9a3e43e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c36a5ea-1b7e-4223-8e1a-5a50f9a3e43e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c36a5ea-1b7e-4223-8e1a-5a50f9a3e43e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-65c25070-4ecc-4400-b014-59f865dc6e07 {
  text-align: left;
}







  #s-65c25070-4ecc-4400-b014-59f865dc6e07 img.shogun-image {
    

    
    
    
  }


#s-65c25070-4ecc-4400-b014-59f865dc6e07 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6f0bb4a-0468-4020-b928-0653d347f90f {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a6f0bb4a-0468-4020-b928-0653d347f90f {
  display: none;
}
#s-a6f0bb4a-0468-4020-b928-0653d347f90f, #wrap-s-a6f0bb4a-0468-4020-b928-0653d347f90f { display:none !important; }}@media (max-width: 767px){#s-a6f0bb4a-0468-4020-b928-0653d347f90f {
  display: none;
}
#s-a6f0bb4a-0468-4020-b928-0653d347f90f, #wrap-s-a6f0bb4a-0468-4020-b928-0653d347f90f { display:none !important; }}







#s-a6f0bb4a-0468-4020-b928-0653d347f90f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6f0bb4a-0468-4020-b928-0653d347f90f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a293431-afa4-4741-a51b-8ef7538715d9 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-6a293431-afa4-4741-a51b-8ef7538715d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a293431-afa4-4741-a51b-8ef7538715d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-6a293431-afa4-4741-a51b-8ef7538715d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-6a293431-afa4-4741-a51b-8ef7538715d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-6a293431-afa4-4741-a51b-8ef7538715d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-6a293431-afa4-4741-a51b-8ef7538715d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-6a293431-afa4-4741-a51b-8ef7538715d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-eae90960-28b9-4edf-a5d0-b4a1b6191a4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eae90960-28b9-4edf-a5d0-b4a1b6191a4d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-eae90960-28b9-4edf-a5d0-b4a1b6191a4d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-eae90960-28b9-4edf-a5d0-b4a1b6191a4d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-4b87f07c-d39f-4b7b-abd5-fbcecf6cd7c9 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4b87f07c-d39f-4b7b-abd5-fbcecf6cd7c9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-4b87f07c-d39f-4b7b-abd5-fbcecf6cd7c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-4b87f07c-d39f-4b7b-abd5-fbcecf6cd7c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b87f07c-d39f-4b7b-abd5-fbcecf6cd7c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-a13dbcca-0b59-424e-b791-574556ed37e9 {
  text-align: center;
}







  #s-a13dbcca-0b59-424e-b791-574556ed37e9 img.shogun-image {
    

    
    
    
  }


#s-a13dbcca-0b59-424e-b791-574556ed37e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb92cc26-96a0-4f42-90ed-ed3f0f4fa40b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb92cc26-96a0-4f42-90ed-ed3f0f4fa40b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-692699e7-edd4-46a4-aba1-8e8187c4fcf7 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-692699e7-edd4-46a4-aba1-8e8187c4fcf7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-692699e7-edd4-46a4-aba1-8e8187c4fcf7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-692699e7-edd4-46a4-aba1-8e8187c4fcf7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-692699e7-edd4-46a4-aba1-8e8187c4fcf7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-4be86bd3-55b9-4c32-9525-41c1330bfa2e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4be86bd3-55b9-4c32-9525-41c1330bfa2e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-4be86bd3-55b9-4c32-9525-41c1330bfa2e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-4be86bd3-55b9-4c32-9525-41c1330bfa2e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-4be86bd3-55b9-4c32-9525-41c1330bfa2e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-aafe0744-5c1e-412d-b10b-c1a0045f4b21 {
  text-align: center;
}







  #s-aafe0744-5c1e-412d-b10b-c1a0045f4b21 img.shogun-image {
    

    
    
    
  }


#s-aafe0744-5c1e-412d-b10b-c1a0045f4b21 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ab690a8-db91-40df-916b-f56e35bbc7ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ab690a8-db91-40df-916b-f56e35bbc7ca .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f2c31a53-7640-4a6b-b485-5b8b6a08368d {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f2c31a53-7640-4a6b-b485-5b8b6a08368d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-f2c31a53-7640-4a6b-b485-5b8b6a08368d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-f2c31a53-7640-4a6b-b485-5b8b6a08368d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2c31a53-7640-4a6b-b485-5b8b6a08368d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-996306f6-31bc-4d20-aae5-ccce6610bd8f {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
min-height: 500px;
}








#s-996306f6-31bc-4d20-aae5-ccce6610bd8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-996306f6-31bc-4d20-aae5-ccce6610bd8f.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-73b72adf-98a6-4323-9c1a-b42e13c28a4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73b72adf-98a6-4323-9c1a-b42e13c28a4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-73b72adf-98a6-4323-9c1a-b42e13c28a4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-73b72adf-98a6-4323-9c1a-b42e13c28a4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6c9ccab5-710a-477d-8799-8e68cfefa8e4 {
  margin-top: 0px;
text-align: center;
}







  #s-6c9ccab5-710a-477d-8799-8e68cfefa8e4 img.shogun-image {
    

    
    
    
  }


#s-6c9ccab5-710a-477d-8799-8e68cfefa8e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ea860f7-a439-4654-9714-6ff15045d643 {
  min-height: 50px;
}
@media (max-width: 767px){#s-6ea860f7-a439-4654-9714-6ff15045d643 {
  
}
}







#s-6ea860f7-a439-4654-9714-6ff15045d643 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ea860f7-a439-4654-9714-6ff15045d643.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27976dc2-05ef-4f0c-875f-7c21b3744ed3 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-27976dc2-05ef-4f0c-875f-7c21b3744ed3 {
  
}
}
@media (min-width: 0px) {
[id="s-27976dc2-05ef-4f0c-875f-7c21b3744ed3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27976dc2-05ef-4f0c-875f-7c21b3744ed3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-27976dc2-05ef-4f0c-875f-7c21b3744ed3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-27976dc2-05ef-4f0c-875f-7c21b3744ed3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-27976dc2-05ef-4f0c-875f-7c21b3744ed3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-27976dc2-05ef-4f0c-875f-7c21b3744ed3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-27976dc2-05ef-4f0c-875f-7c21b3744ed3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-27976dc2-05ef-4f0c-875f-7c21b3744ed3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-27976dc2-05ef-4f0c-875f-7c21b3744ed3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-27976dc2-05ef-4f0c-875f-7c21b3744ed3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-b3404a69-f3a4-4bef-8167-8b1eefdb228f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-1be02e8d-c8e0-418a-85f2-fde0bd31c6d7 {
  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-1be02e8d-c8e0-418a-85f2-fde0bd31c6d7:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1be02e8d-c8e0-418a-85f2-fde0bd31c6d7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1be02e8d-c8e0-418a-85f2-fde0bd31c6d7-root {
    text-align: left;
  }


#s-1be02e8d-c8e0-418a-85f2-fde0bd31c6d7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1be02e8d-c8e0-418a-85f2-fde0bd31c6d7-root {
    text-align: left;
  }


#s-1be02e8d-c8e0-418a-85f2-fde0bd31c6d7.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-1be02e8d-c8e0-418a-85f2-fde0bd31c6d7-root {
    text-align: left;
  }


#s-1be02e8d-c8e0-418a-85f2-fde0bd31c6d7.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-1be02e8d-c8e0-418a-85f2-fde0bd31c6d7-root {
    text-align: left;
  }


#s-1be02e8d-c8e0-418a-85f2-fde0bd31c6d7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1be02e8d-c8e0-418a-85f2-fde0bd31c6d7-root {
    text-align: left;
  }


#s-1be02e8d-c8e0-418a-85f2-fde0bd31c6d7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-fe55f3c1-a3cd-420a-a924-826043bd10b9 {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-fe55f3c1-a3cd-420a-a924-826043bd10b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe55f3c1-a3cd-420a-a924-826043bd10b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fe55f3c1-a3cd-420a-a924-826043bd10b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe55f3c1-a3cd-420a-a924-826043bd10b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-fe55f3c1-a3cd-420a-a924-826043bd10b9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a0e8b69c-d87a-4662-8509-b57f68ea59ba {
  min-height: 50px;
}
@media (max-width: 767px){#s-a0e8b69c-d87a-4662-8509-b57f68ea59ba {
  
}
}







#s-a0e8b69c-d87a-4662-8509-b57f68ea59ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0e8b69c-d87a-4662-8509-b57f68ea59ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9961d16-77de-416e-9895-f7143b006bf1 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-a9961d16-77de-416e-9895-f7143b006bf1 {
  
}
}
@media (min-width: 0px) {
[id="s-a9961d16-77de-416e-9895-f7143b006bf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9961d16-77de-416e-9895-f7143b006bf1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a9961d16-77de-416e-9895-f7143b006bf1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a9961d16-77de-416e-9895-f7143b006bf1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a9961d16-77de-416e-9895-f7143b006bf1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a9961d16-77de-416e-9895-f7143b006bf1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a9961d16-77de-416e-9895-f7143b006bf1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9961d16-77de-416e-9895-f7143b006bf1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a9961d16-77de-416e-9895-f7143b006bf1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a9961d16-77de-416e-9895-f7143b006bf1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-6e8d863c-d3d1-44f9-936a-f4c46806957b {
  margin-left: 15px;
margin-right: 15px;
}

#s-45c044b9-50f0-45c8-946e-8596f7ed5983 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-45c044b9-50f0-45c8-946e-8596f7ed5983 .shogun-image-content {
  
    align-items: center;
  
}

#s-4cceb4eb-9a83-4bbb-90dd-379c147c0dea {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4cceb4eb-9a83-4bbb-90dd-379c147c0dea {
  display: none;
}
#s-4cceb4eb-9a83-4bbb-90dd-379c147c0dea, #wrap-s-4cceb4eb-9a83-4bbb-90dd-379c147c0dea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4cceb4eb-9a83-4bbb-90dd-379c147c0dea {
  display: none;
}
#s-4cceb4eb-9a83-4bbb-90dd-379c147c0dea, #wrap-s-4cceb4eb-9a83-4bbb-90dd-379c147c0dea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4cceb4eb-9a83-4bbb-90dd-379c147c0dea {
  display: none;
}
#s-4cceb4eb-9a83-4bbb-90dd-379c147c0dea, #wrap-s-4cceb4eb-9a83-4bbb-90dd-379c147c0dea { display:none !important; }}







#s-4cceb4eb-9a83-4bbb-90dd-379c147c0dea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cceb4eb-9a83-4bbb-90dd-379c147c0dea.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-954aae61-2fc0-4789-ba97-206436fc8ba8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-954aae61-2fc0-4789-ba97-206436fc8ba8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-954aae61-2fc0-4789-ba97-206436fc8ba8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-954aae61-2fc0-4789-ba97-206436fc8ba8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7b77d183-e358-4af9-a410-5a84ce8293a5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}








#s-7b77d183-e358-4af9-a410-5a84ce8293a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f92e7992-440e-45e6-a107-5ecc325db9c0 {
  min-height: 50px;
}
@media (max-width: 767px){#s-f92e7992-440e-45e6-a107-5ecc325db9c0 {
  
}
}







#s-f92e7992-440e-45e6-a107-5ecc325db9c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f92e7992-440e-45e6-a107-5ecc325db9c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-840c2045-848c-4fd1-8fd0-3fc5cc484fae {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-840c2045-848c-4fd1-8fd0-3fc5cc484fae {
  
}
}
@media (min-width: 0px) {
[id="s-840c2045-848c-4fd1-8fd0-3fc5cc484fae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-840c2045-848c-4fd1-8fd0-3fc5cc484fae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-840c2045-848c-4fd1-8fd0-3fc5cc484fae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-840c2045-848c-4fd1-8fd0-3fc5cc484fae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-840c2045-848c-4fd1-8fd0-3fc5cc484fae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-840c2045-848c-4fd1-8fd0-3fc5cc484fae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-840c2045-848c-4fd1-8fd0-3fc5cc484fae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-840c2045-848c-4fd1-8fd0-3fc5cc484fae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-840c2045-848c-4fd1-8fd0-3fc5cc484fae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-840c2045-848c-4fd1-8fd0-3fc5cc484fae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-ceea3a4a-95d9-4ea8-930b-475ac3bffbd0 {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-3fb16db3-9827-483a-a22c-1104cd09857c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fb16db3-9827-483a-a22c-1104cd09857c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3fb16db3-9827-483a-a22c-1104cd09857c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fb16db3-9827-483a-a22c-1104cd09857c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3fb16db3-9827-483a-a22c-1104cd09857c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-91b7278e-109f-42ae-ba20-9811177f9da7 {
  min-height: 50px;
}
@media (max-width: 767px){#s-91b7278e-109f-42ae-ba20-9811177f9da7 {
  
}
}







#s-91b7278e-109f-42ae-ba20-9811177f9da7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91b7278e-109f-42ae-ba20-9811177f9da7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb7c41de-9eb0-4e5e-9ca1-6285f67faf46 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-cb7c41de-9eb0-4e5e-9ca1-6285f67faf46 {
  
}
}
@media (min-width: 0px) {
[id="s-cb7c41de-9eb0-4e5e-9ca1-6285f67faf46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb7c41de-9eb0-4e5e-9ca1-6285f67faf46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cb7c41de-9eb0-4e5e-9ca1-6285f67faf46"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cb7c41de-9eb0-4e5e-9ca1-6285f67faf46"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cb7c41de-9eb0-4e5e-9ca1-6285f67faf46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cb7c41de-9eb0-4e5e-9ca1-6285f67faf46"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cb7c41de-9eb0-4e5e-9ca1-6285f67faf46"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb7c41de-9eb0-4e5e-9ca1-6285f67faf46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cb7c41de-9eb0-4e5e-9ca1-6285f67faf46"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cb7c41de-9eb0-4e5e-9ca1-6285f67faf46"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-c23612f8-4123-41c4-9f03-f318a231a5c2 {
  margin-left: 15px;
margin-right: 15px;
}

#s-3f7e4ce4-0ed4-417a-a932-3fca4f092a8a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-3f7e4ce4-0ed4-417a-a932-3fca4f092a8a img.shogun-image {
    

    
    
    
  }


#s-3f7e4ce4-0ed4-417a-a932-3fca4f092a8a .shogun-image-content {
  
    align-items: center;
  
}

#s-9ca53975-7093-4fb0-91bb-69e9e727334e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9ca53975-7093-4fb0-91bb-69e9e727334e {
  display: none;
}
#s-9ca53975-7093-4fb0-91bb-69e9e727334e, #wrap-s-9ca53975-7093-4fb0-91bb-69e9e727334e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ca53975-7093-4fb0-91bb-69e9e727334e {
  display: none;
}
#s-9ca53975-7093-4fb0-91bb-69e9e727334e, #wrap-s-9ca53975-7093-4fb0-91bb-69e9e727334e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ca53975-7093-4fb0-91bb-69e9e727334e {
  display: none;
}
#s-9ca53975-7093-4fb0-91bb-69e9e727334e, #wrap-s-9ca53975-7093-4fb0-91bb-69e9e727334e { display:none !important; }}







#s-9ca53975-7093-4fb0-91bb-69e9e727334e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ca53975-7093-4fb0-91bb-69e9e727334e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-277857b3-7a70-4215-a2dc-e1f2d5fec571 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-277857b3-7a70-4215-a2dc-e1f2d5fec571 {
  display: none;
}
#s-277857b3-7a70-4215-a2dc-e1f2d5fec571, #wrap-s-277857b3-7a70-4215-a2dc-e1f2d5fec571 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-277857b3-7a70-4215-a2dc-e1f2d5fec571 {
  display: none;
}
#s-277857b3-7a70-4215-a2dc-e1f2d5fec571, #wrap-s-277857b3-7a70-4215-a2dc-e1f2d5fec571 { display:none !important; }}







#s-277857b3-7a70-4215-a2dc-e1f2d5fec571 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-277857b3-7a70-4215-a2dc-e1f2d5fec571.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99c50277-6fb2-4702-ae9e-d6c28744d26e {
  margin-left: 15px;
margin-right: 15px;
}

#s-5d64def9-f6ee-4d6f-99db-429bec6f84e9 {
  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-5d64def9-f6ee-4d6f-99db-429bec6f84e9:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5d64def9-f6ee-4d6f-99db-429bec6f84e9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5d64def9-f6ee-4d6f-99db-429bec6f84e9-root {
    text-align: center;
  }


#s-5d64def9-f6ee-4d6f-99db-429bec6f84e9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d64def9-f6ee-4d6f-99db-429bec6f84e9-root {
    text-align: center;
  }


#s-5d64def9-f6ee-4d6f-99db-429bec6f84e9.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-5d64def9-f6ee-4d6f-99db-429bec6f84e9-root {
    text-align: center;
  }


#s-5d64def9-f6ee-4d6f-99db-429bec6f84e9.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-5d64def9-f6ee-4d6f-99db-429bec6f84e9-root {
    text-align: center;
  }


#s-5d64def9-f6ee-4d6f-99db-429bec6f84e9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d64def9-f6ee-4d6f-99db-429bec6f84e9-root {
    text-align: center;
  }


#s-5d64def9-f6ee-4d6f-99db-429bec6f84e9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-bf64b553-6a29-4bef-ba39-1d9c20df27fd {
  background-color: rgba(12, 0, 0, 1);
}
@media (min-width: 1200px){#s-bf64b553-6a29-4bef-ba39-1d9c20df27fd {
  display: none;
}
#s-bf64b553-6a29-4bef-ba39-1d9c20df27fd, #wrap-s-bf64b553-6a29-4bef-ba39-1d9c20df27fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf64b553-6a29-4bef-ba39-1d9c20df27fd {
  display: none;
}
#s-bf64b553-6a29-4bef-ba39-1d9c20df27fd, #wrap-s-bf64b553-6a29-4bef-ba39-1d9c20df27fd { display:none !important; }}
#s-aecf267f-d436-4761-8474-b421f559b124 {
  background-color: rgba(12, 0, 0, 1);
}
@media (min-width: 1200px){#s-aecf267f-d436-4761-8474-b421f559b124 {
  display: none;
}
#s-aecf267f-d436-4761-8474-b421f559b124, #wrap-s-aecf267f-d436-4761-8474-b421f559b124 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aecf267f-d436-4761-8474-b421f559b124 {
  display: none;
}
#s-aecf267f-d436-4761-8474-b421f559b124, #wrap-s-aecf267f-d436-4761-8474-b421f559b124 { display:none !important; }}
#s-1f087b6d-3fe9-48bb-8f96-502b41f915ac {
  background-color: rgba(12, 0, 0, 1);
}
@media (min-width: 1200px){#s-1f087b6d-3fe9-48bb-8f96-502b41f915ac {
  display: none;
}
#s-1f087b6d-3fe9-48bb-8f96-502b41f915ac, #wrap-s-1f087b6d-3fe9-48bb-8f96-502b41f915ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f087b6d-3fe9-48bb-8f96-502b41f915ac {
  display: none;
}
#s-1f087b6d-3fe9-48bb-8f96-502b41f915ac, #wrap-s-1f087b6d-3fe9-48bb-8f96-502b41f915ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f087b6d-3fe9-48bb-8f96-502b41f915ac {
  
}
}@media (max-width: 767px){#s-1f087b6d-3fe9-48bb-8f96-502b41f915ac {
  
}
}
#s-08933b5f-4761-41ad-8e89-42fbed5954ab {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-08933b5f-4761-41ad-8e89-42fbed5954ab {
  display: none;
}
#s-08933b5f-4761-41ad-8e89-42fbed5954ab, #wrap-s-08933b5f-4761-41ad-8e89-42fbed5954ab { display:none !important; }}@media (max-width: 767px){#s-08933b5f-4761-41ad-8e89-42fbed5954ab {
  display: none;
}
#s-08933b5f-4761-41ad-8e89-42fbed5954ab, #wrap-s-08933b5f-4761-41ad-8e89-42fbed5954ab { display:none !important; }}






  #s-08933b5f-4761-41ad-8e89-42fbed5954ab img.shogun-image {
    

    
    
    
  }


#s-08933b5f-4761-41ad-8e89-42fbed5954ab .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-37dd1621-d3cc-4d78-9287-1bf80161bc93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37dd1621-d3cc-4d78-9287-1bf80161bc93"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-37dd1621-d3cc-4d78-9287-1bf80161bc93"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-37dd1621-d3cc-4d78-9287-1bf80161bc93"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-37dd1621-d3cc-4d78-9287-1bf80161bc93"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-37dd1621-d3cc-4d78-9287-1bf80161bc93"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-37dd1621-d3cc-4d78-9287-1bf80161bc93"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-4baa0b55-331f-492f-a7bb-e138763a7371 {
  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-4baa0b55-331f-492f-a7bb-e138763a7371:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4baa0b55-331f-492f-a7bb-e138763a7371:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4baa0b55-331f-492f-a7bb-e138763a7371-root {
    text-align: left;
  }


#s-4baa0b55-331f-492f-a7bb-e138763a7371.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4baa0b55-331f-492f-a7bb-e138763a7371-root {
    text-align: left;
  }


#s-4baa0b55-331f-492f-a7bb-e138763a7371.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-4baa0b55-331f-492f-a7bb-e138763a7371-root {
    text-align: left;
  }


#s-4baa0b55-331f-492f-a7bb-e138763a7371.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-4baa0b55-331f-492f-a7bb-e138763a7371-root {
    text-align: left;
  }


#s-4baa0b55-331f-492f-a7bb-e138763a7371.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4baa0b55-331f-492f-a7bb-e138763a7371-root {
    text-align: left;
  }


#s-4baa0b55-331f-492f-a7bb-e138763a7371.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1f50af34-6d59-4a1f-957b-bd0619d3ece5 {
  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-1f50af34-6d59-4a1f-957b-bd0619d3ece5 {
  display: none;
}
#s-1f50af34-6d59-4a1f-957b-bd0619d3ece5, #wrap-s-1f50af34-6d59-4a1f-957b-bd0619d3ece5 { display:none !important; }}@media (max-width: 767px){#s-1f50af34-6d59-4a1f-957b-bd0619d3ece5 {
  display: none;
}
#s-1f50af34-6d59-4a1f-957b-bd0619d3ece5, #wrap-s-1f50af34-6d59-4a1f-957b-bd0619d3ece5 { display:none !important; }}







#s-1f50af34-6d59-4a1f-957b-bd0619d3ece5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f50af34-6d59-4a1f-957b-bd0619d3ece5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7bfe282-15ce-4bcd-965d-09b9730ad28b {
  margin-top: 50px;
margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-a7bfe282-15ce-4bcd-965d-09b9730ad28b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7bfe282-15ce-4bcd-965d-09b9730ad28b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-a7bfe282-15ce-4bcd-965d-09b9730ad28b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-a7bfe282-15ce-4bcd-965d-09b9730ad28b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-a7bfe282-15ce-4bcd-965d-09b9730ad28b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-a7bfe282-15ce-4bcd-965d-09b9730ad28b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-a7bfe282-15ce-4bcd-965d-09b9730ad28b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 0px) {
[id="s-dbe09c5c-e18d-4f5d-9800-d2a7f77a0fff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbe09c5c-e18d-4f5d-9800-d2a7f77a0fff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-dbe09c5c-e18d-4f5d-9800-d2a7f77a0fff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-dbe09c5c-e18d-4f5d-9800-d2a7f77a0fff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-40b7dc15-e4a3-46cb-b3c0-999f5d46ae25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40b7dc15-e4a3-46cb-b3c0-999f5d46ae25"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-40b7dc15-e4a3-46cb-b3c0-999f5d46ae25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-40b7dc15-e4a3-46cb-b3c0-999f5d46ae25"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-40b7dc15-e4a3-46cb-b3c0-999f5d46ae25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-40b7dc15-e4a3-46cb-b3c0-999f5d46ae25"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-40b7dc15-e4a3-46cb-b3c0-999f5d46ae25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-3ad3d179-87c1-43c5-881f-365b8eefced0 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}







  #s-3ad3d179-87c1-43c5-881f-365b8eefced0 img.shogun-image {
    

    
    
    
  }


#s-3ad3d179-87c1-43c5-881f-365b8eefced0 .shogun-image-content {
  
    align-items: center;
  
}

#s-eedaae23-10e0-46bb-8f72-21e602dae7d9 {
  min-height: 50px;
}








#s-eedaae23-10e0-46bb-8f72-21e602dae7d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eedaae23-10e0-46bb-8f72-21e602dae7d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e3e04f2-d923-4ab1-9d0e-9ebf1d736d1d {
  min-height: 50px;
}








#s-9e3e04f2-d923-4ab1-9d0e-9ebf1d736d1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e3e04f2-d923-4ab1-9d0e-9ebf1d736d1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e13993f6-33b8-4d6f-a974-c09dd01dba9e {
  margin-top: 50px;
margin-left: 5px;
margin-bottom: 50px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e13993f6-33b8-4d6f-a974-c09dd01dba9e .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-efa30f34-fdd9-44b0-8c9d-777954a8d47d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-efa30f34-fdd9-44b0-8c9d-777954a8d47d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-efa30f34-fdd9-44b0-8c9d-777954a8d47d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-efa30f34-fdd9-44b0-8c9d-777954a8d47d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-86dab95b-1947-454a-b45e-5f358a0b1c86 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-86dab95b-1947-454a-b45e-5f358a0b1c86 img.shogun-image {
    

    
    
    
  }


#s-86dab95b-1947-454a-b45e-5f358a0b1c86 .shogun-image-content {
  
    align-items: center;
  
}

#s-22b7fc37-b99a-4f52-ac77-f0d1b77fcf11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22b7fc37-b99a-4f52-ac77-f0d1b77fcf11 .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-4015b54f-9234-4309-8e51-fe38e5bf9119 {
  text-align: center;
}








#s-4015b54f-9234-4309-8e51-fe38e5bf9119 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ed60650-921b-4f1f-9c33-12b6a4e222ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ed60650-921b-4f1f-9c33-12b6a4e222ca .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-2412e533-3bcf-4fa8-9a97-a12b9371db55 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-2412e533-3bcf-4fa8-9a97-a12b9371db55 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9459e09-eb7a-40bb-9c42-abe454ceb4e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9459e09-eb7a-40bb-9c42-abe454ceb4e7 .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-d07d24cb-7d69-46ce-9ff7-aa15f8ecfa60 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}








#s-d07d24cb-7d69-46ce-9ff7-aa15f8ecfa60 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfa3e4ce-8d00-48c2-abef-8d490eddbcee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cfa3e4ce-8d00-48c2-abef-8d490eddbcee .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-652f3ab7-ffcd-49fb-ae76-ffe8d739b173 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-652f3ab7-ffcd-49fb-ae76-ffe8d739b173 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-10a5bf5b-cd66-45cf-8fdd-35c50e186d34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10a5bf5b-cd66-45cf-8fdd-35c50e186d34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-10a5bf5b-cd66-45cf-8fdd-35c50e186d34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-10a5bf5b-cd66-45cf-8fdd-35c50e186d34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-10a5bf5b-cd66-45cf-8fdd-35c50e186d34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-10a5bf5b-cd66-45cf-8fdd-35c50e186d34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-10a5bf5b-cd66-45cf-8fdd-35c50e186d34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-78f1f0f2-6316-4808-84c1-a8db2c0fba0b {
  padding-left: 0px;
padding-right: 0px;
}

#s-78f1f0f2-6316-4808-84c1-a8db2c0fba0b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-78f1f0f2-6316-4808-84c1-a8db2c0fba0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-78f1f0f2-6316-4808-84c1-a8db2c0fba0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-78f1f0f2-6316-4808-84c1-a8db2c0fba0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-78f1f0f2-6316-4808-84c1-a8db2c0fba0b > .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-78f1f0f2-6316-4808-84c1-a8db2c0fba0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-d8d29c99-93bb-4f82-8afd-3a741395b3d1 {
  margin-left: 15px;
margin-right: 15px;
}

#s-64568a62-7eec-47cf-8fbd-356ca8c3fc97 {
  margin-left: 15px;
margin-right: 15px;
}

#s-0e0b98cd-cf7c-4a41-81fe-ccebffdd9441 {
  margin-left: 15px;
margin-right: 15px;
}

#s-9b0645f7-91f2-4b1c-a196-6cfc275aa9d9 {
  margin-left: 15px;
margin-right: 15px;
}

#s-10280149-a719-49d6-9b97-3a721f05491a {
  margin-left: 15px;
margin-right: 15px;
}

#s-b1be8f85-5960-4c4e-9db5-1c447b47d802 {
  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}