.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-c5c34d86-2bba-42ec-a10b-d4012e7b2fac {
  min-height: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c5c34d86-2bba-42ec-a10b-d4012e7b2fac {
  display: none;
}
#s-c5c34d86-2bba-42ec-a10b-d4012e7b2fac, #wrap-s-c5c34d86-2bba-42ec-a10b-d4012e7b2fac { display: none !important; }}@media (max-width: 767px){#s-c5c34d86-2bba-42ec-a10b-d4012e7b2fac {
  display: none;
}
#s-c5c34d86-2bba-42ec-a10b-d4012e7b2fac, #wrap-s-c5c34d86-2bba-42ec-a10b-d4012e7b2fac { display: none !important; }}







#s-c5c34d86-2bba-42ec-a10b-d4012e7b2fac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5c34d86-2bba-42ec-a10b-d4012e7b2fac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-bb747934-6475-45e9-9b2d-c570d927ec30 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb747934-6475-45e9-9b2d-c570d927ec30 {
  display: none;
}
#s-bb747934-6475-45e9-9b2d-c570d927ec30, #wrap-s-bb747934-6475-45e9-9b2d-c570d927ec30 { display: none !important; }}@media (max-width: 767px){#s-bb747934-6475-45e9-9b2d-c570d927ec30 {
  display: none;
}
#s-bb747934-6475-45e9-9b2d-c570d927ec30, #wrap-s-bb747934-6475-45e9-9b2d-c570d927ec30 { display: none !important; }}






  #s-bb747934-6475-45e9-9b2d-c570d927ec30 img.shogun-image {
    

    
    
    
  }


#s-bb747934-6475-45e9-9b2d-c570d927ec30 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-0fa5dfee-8cee-44e2-8f70-80bfb37aaf78 {
  display: none;
}
#s-0fa5dfee-8cee-44e2-8f70-80bfb37aaf78, #wrap-s-0fa5dfee-8cee-44e2-8f70-80bfb37aaf78 { display: none !important; }}@media (max-width: 767px){#s-0fa5dfee-8cee-44e2-8f70-80bfb37aaf78 {
  display: none;
}
#s-0fa5dfee-8cee-44e2-8f70-80bfb37aaf78, #wrap-s-0fa5dfee-8cee-44e2-8f70-80bfb37aaf78 { display: none !important; }}
#s-36c25b5d-53c3-4c74-a402-978b676e0495 {
  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-36c25b5d-53c3-4c74-a402-978b676e0495 {
  display: none;
}
#s-36c25b5d-53c3-4c74-a402-978b676e0495, #wrap-s-36c25b5d-53c3-4c74-a402-978b676e0495 { display: none !important; }}@media (max-width: 767px){#s-36c25b5d-53c3-4c74-a402-978b676e0495 {
  display: none;
}
#s-36c25b5d-53c3-4c74-a402-978b676e0495, #wrap-s-36c25b5d-53c3-4c74-a402-978b676e0495 { display: none !important; }}






  #s-36c25b5d-53c3-4c74-a402-978b676e0495 img.shogun-image {
    

    
    
    
  }


#s-36c25b5d-53c3-4c74-a402-978b676e0495 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-f045f53a-5f62-411c-8efe-81c6820d5ba0 {
  display: none;
}
#s-f045f53a-5f62-411c-8efe-81c6820d5ba0, #wrap-s-f045f53a-5f62-411c-8efe-81c6820d5ba0 { display: none !important; }}@media (max-width: 767px){#s-f045f53a-5f62-411c-8efe-81c6820d5ba0 {
  display: none;
}
#s-f045f53a-5f62-411c-8efe-81c6820d5ba0, #wrap-s-f045f53a-5f62-411c-8efe-81c6820d5ba0 { display: none !important; }}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 1200px){#s-1896bf10-162e-4450-b49f-68f1c8fd79d5 {
  display: none;
}
#s-1896bf10-162e-4450-b49f-68f1c8fd79d5, #wrap-s-1896bf10-162e-4450-b49f-68f1c8fd79d5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1896bf10-162e-4450-b49f-68f1c8fd79d5 {
  display: none;
}
#s-1896bf10-162e-4450-b49f-68f1c8fd79d5, #wrap-s-1896bf10-162e-4450-b49f-68f1c8fd79d5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1896bf10-162e-4450-b49f-68f1c8fd79d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1896bf10-162e-4450-b49f-68f1c8fd79d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1896bf10-162e-4450-b49f-68f1c8fd79d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1896bf10-162e-4450-b49f-68f1c8fd79d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ec48e260-0d86-43e9-b780-0c93e1c19fba {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}







  #s-ec48e260-0d86-43e9-b780-0c93e1c19fba img.shogun-image {
    

    
    
    
  }


#s-ec48e260-0d86-43e9-b780-0c93e1c19fba .shogun-image-content {
  
    align-items: center;
  
}

#s-ad735e4f-de61-4f03-aa74-bb41c095726c {
  padding-left: 5px;
padding-right: 5px;
}

#s-262cbf25-821e-4126-93ef-2e7f38f7374c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: center;
}







  #s-262cbf25-821e-4126-93ef-2e7f38f7374c img.shogun-image {
    

    
    
    
  }


#s-262cbf25-821e-4126-93ef-2e7f38f7374c .shogun-image-content {
  
    align-items: center;
  
}

#s-79bd4947-0656-49ec-961b-88899c7d35df {
  padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-c2cf555b-5d74-4508-89dd-89802b16d03b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2cf555b-5d74-4508-89dd-89802b16d03b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c2cf555b-5d74-4508-89dd-89802b16d03b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c2cf555b-5d74-4508-89dd-89802b16d03b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c2cf555b-5d74-4508-89dd-89802b16d03b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2cf555b-5d74-4508-89dd-89802b16d03b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c2cf555b-5d74-4508-89dd-89802b16d03b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-197bfcfd-ec00-4051-8384-1e122969eab3 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-197bfcfd-ec00-4051-8384-1e122969eab3 {
  display: none;
}
#s-197bfcfd-ec00-4051-8384-1e122969eab3, #wrap-s-197bfcfd-ec00-4051-8384-1e122969eab3 { display: none !important; }}@media (max-width: 767px){#s-197bfcfd-ec00-4051-8384-1e122969eab3 {
  display: none;
}
#s-197bfcfd-ec00-4051-8384-1e122969eab3, #wrap-s-197bfcfd-ec00-4051-8384-1e122969eab3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-197bfcfd-ec00-4051-8384-1e122969eab3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-197bfcfd-ec00-4051-8384-1e122969eab3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-197bfcfd-ec00-4051-8384-1e122969eab3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-197bfcfd-ec00-4051-8384-1e122969eab3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-197bfcfd-ec00-4051-8384-1e122969eab3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-197bfcfd-ec00-4051-8384-1e122969eab3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-197bfcfd-ec00-4051-8384-1e122969eab3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-b32df73d-9289-4d01-b46f-d4560ae55a4a {
  border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-b32df73d-9289-4d01-b46f-d4560ae55a4a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b32df73d-9289-4d01-b46f-d4560ae55a4a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b32df73d-9289-4d01-b46f-d4560ae55a4a {
  
}
}@media (max-width: 767px){#s-b32df73d-9289-4d01-b46f-d4560ae55a4a {
  
}
}
.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-6d681a77-7ab6-4dbd-883e-c3e376562690 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-efadf4e9-1177-430b-aae0-c0a2e5328dc4 {
  margin-top: 50px;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-efadf4e9-1177-430b-aae0-c0a2e5328dc4 {
  display: none;
}
#s-efadf4e9-1177-430b-aae0-c0a2e5328dc4, #wrap-s-efadf4e9-1177-430b-aae0-c0a2e5328dc4 { display: none !important; }}@media (max-width: 767px){#s-efadf4e9-1177-430b-aae0-c0a2e5328dc4 {
  display: none;
}
#s-efadf4e9-1177-430b-aae0-c0a2e5328dc4, #wrap-s-efadf4e9-1177-430b-aae0-c0a2e5328dc4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-efadf4e9-1177-430b-aae0-c0a2e5328dc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efadf4e9-1177-430b-aae0-c0a2e5328dc4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-efadf4e9-1177-430b-aae0-c0a2e5328dc4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-efadf4e9-1177-430b-aae0-c0a2e5328dc4"] > .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-8e5bba31-ce30-4b67-bedc-5630aa6319a6 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-e8ca8be0-383c-4e75-9186-002ec499dec7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8ca8be0-383c-4e75-9186-002ec499dec7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e8ca8be0-383c-4e75-9186-002ec499dec7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8ca8be0-383c-4e75-9186-002ec499dec7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-58131fd9-015d-43c7-b4f0-655711179bd8 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-e968a304-e441-401a-a16f-14545ccc8908 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-0a92895f-bea0-41ae-9213-460e86edea44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a92895f-bea0-41ae-9213-460e86edea44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0a92895f-bea0-41ae-9213-460e86edea44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a92895f-bea0-41ae-9213-460e86edea44"] > .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-3b604e5e-4def-4980-a2b5-b7bd584a2480 {
  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-3b604e5e-4def-4980-a2b5-b7bd584a2480: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-3b604e5e-4def-4980-a2b5-b7bd584a2480: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-3b604e5e-4def-4980-a2b5-b7bd584a2480-root {
    text-align: left;
  }


#s-3b604e5e-4def-4980-a2b5-b7bd584a2480.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-3b604e5e-4def-4980-a2b5-b7bd584a2480-root {
    text-align: left;
  }


#s-3b604e5e-4def-4980-a2b5-b7bd584a2480.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-3b604e5e-4def-4980-a2b5-b7bd584a2480-root {
    text-align: left;
  }


#s-3b604e5e-4def-4980-a2b5-b7bd584a2480.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-3b604e5e-4def-4980-a2b5-b7bd584a2480-root {
    text-align: left;
  }


#s-3b604e5e-4def-4980-a2b5-b7bd584a2480.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-3b604e5e-4def-4980-a2b5-b7bd584a2480-root {
    text-align: left;
  }


#s-3b604e5e-4def-4980-a2b5-b7bd584a2480.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a1e8e5b3-161e-4ded-9c02-13320a2988d0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-a1e8e5b3-161e-4ded-9c02-13320a2988d0 {
  display: none;
}
#s-a1e8e5b3-161e-4ded-9c02-13320a2988d0, #wrap-s-a1e8e5b3-161e-4ded-9c02-13320a2988d0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1e8e5b3-161e-4ded-9c02-13320a2988d0 {
  display: none;
}
#s-a1e8e5b3-161e-4ded-9c02-13320a2988d0, #wrap-s-a1e8e5b3-161e-4ded-9c02-13320a2988d0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1e8e5b3-161e-4ded-9c02-13320a2988d0 {
  
}
}@media (max-width: 767px){#s-a1e8e5b3-161e-4ded-9c02-13320a2988d0 {
  
}
}
@media (min-width: 0px) {
[id="s-a1e8e5b3-161e-4ded-9c02-13320a2988d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1e8e5b3-161e-4ded-9c02-13320a2988d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a1e8e5b3-161e-4ded-9c02-13320a2988d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1e8e5b3-161e-4ded-9c02-13320a2988d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a1e8e5b3-161e-4ded-9c02-13320a2988d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1e8e5b3-161e-4ded-9c02-13320a2988d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a1e8e5b3-161e-4ded-9c02-13320a2988d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-3823bbdf-7993-4252-9ef3-45988daefbf0 {
  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-3823bbdf-7993-4252-9ef3-45988daefbf0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3823bbdf-7993-4252-9ef3-45988daefbf0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3823bbdf-7993-4252-9ef3-45988daefbf0 {
  
}
}@media (max-width: 767px){#s-3823bbdf-7993-4252-9ef3-45988daefbf0 {
  
}
}
#s-9c8d273b-05d6-4c45-92ab-4bb692097a18 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-8131fdcd-f35a-49a0-8328-97197a6f8ed2 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-8131fdcd-f35a-49a0-8328-97197a6f8ed2 {
  display: none;
}
#s-8131fdcd-f35a-49a0-8328-97197a6f8ed2, #wrap-s-8131fdcd-f35a-49a0-8328-97197a6f8ed2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8131fdcd-f35a-49a0-8328-97197a6f8ed2 {
  display: none;
}
#s-8131fdcd-f35a-49a0-8328-97197a6f8ed2, #wrap-s-8131fdcd-f35a-49a0-8328-97197a6f8ed2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8131fdcd-f35a-49a0-8328-97197a6f8ed2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8131fdcd-f35a-49a0-8328-97197a6f8ed2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8131fdcd-f35a-49a0-8328-97197a6f8ed2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8131fdcd-f35a-49a0-8328-97197a6f8ed2"] > .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-7e786e54-f0ed-4fc1-bb92-f7842714dea1 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-7e786e54-f0ed-4fc1-bb92-f7842714dea1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-7e786e54-f0ed-4fc1-bb92-f7842714dea1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-7e786e54-f0ed-4fc1-bb92-f7842714dea1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-7e786e54-f0ed-4fc1-bb92-f7842714dea1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7e786e54-f0ed-4fc1-bb92-f7842714dea1 > .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-7e786e54-f0ed-4fc1-bb92-f7842714dea1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (min-width: 0px) {
[id="s-45dc5c4b-8464-445b-a869-1ea0ff30f9fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45dc5c4b-8464-445b-a869-1ea0ff30f9fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-45dc5c4b-8464-445b-a869-1ea0ff30f9fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-45dc5c4b-8464-445b-a869-1ea0ff30f9fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a8009da9-6992-40ab-a88c-749ecebc102f {
  margin-left: 15px;
margin-right: 15px;
}

#s-e9bc7919-63c2-4087-9ae2-293e1699f2c6 {
  margin-left: 15px;
margin-right: 15px;
}

#s-dcb5bfca-f5c4-4930-a506-2f82564cb057 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-dcb5bfca-f5c4-4930-a506-2f82564cb057 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-dcb5bfca-f5c4-4930-a506-2f82564cb057 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-dcb5bfca-f5c4-4930-a506-2f82564cb057 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-dcb5bfca-f5c4-4930-a506-2f82564cb057 > .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-dcb5bfca-f5c4-4930-a506-2f82564cb057 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-a1511eb8-7c0a-41ed-8670-006fc7d6055e {
  margin-left: 15px;
margin-right: 15px;
}

#s-a00fb0ac-9d69-4d6d-a30d-e86632c8d266 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a00fb0ac-9d69-4d6d-a30d-e86632c8d266 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-a00fb0ac-9d69-4d6d-a30d-e86632c8d266 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a00fb0ac-9d69-4d6d-a30d-e86632c8d266 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a00fb0ac-9d69-4d6d-a30d-e86632c8d266 > .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-a00fb0ac-9d69-4d6d-a30d-e86632c8d266 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-69b440ef-d2a3-49dd-9fee-976139821a09 {
  margin-left: 15px;
margin-right: 15px;
}

#s-40f3e872-64dd-40c7-81f5-ec996878feda {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-40f3e872-64dd-40c7-81f5-ec996878feda {
  display: none;
}
#s-40f3e872-64dd-40c7-81f5-ec996878feda, #wrap-s-40f3e872-64dd-40c7-81f5-ec996878feda { display: none !important; }}@media (max-width: 767px){#s-40f3e872-64dd-40c7-81f5-ec996878feda {
  display: none;
}
#s-40f3e872-64dd-40c7-81f5-ec996878feda, #wrap-s-40f3e872-64dd-40c7-81f5-ec996878feda { display: none !important; }}







#s-40f3e872-64dd-40c7-81f5-ec996878feda .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2db64a95-a23e-4567-88d3-1d33f86ec474"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2db64a95-a23e-4567-88d3-1d33f86ec474"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-2db64a95-a23e-4567-88d3-1d33f86ec474"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-2db64a95-a23e-4567-88d3-1d33f86ec474"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-2db64a95-a23e-4567-88d3-1d33f86ec474"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-2db64a95-a23e-4567-88d3-1d33f86ec474"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-2db64a95-a23e-4567-88d3-1d33f86ec474"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-2db64a95-a23e-4567-88d3-1d33f86ec474"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-2db64a95-a23e-4567-88d3-1d33f86ec474"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-2db64a95-a23e-4567-88d3-1d33f86ec474"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-41bad3ef-a7fd-4eb1-b0b4-ab09da8605fb {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-41bad3ef-a7fd-4eb1-b0b4-ab09da8605fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41bad3ef-a7fd-4eb1-b0b4-ab09da8605fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41bad3ef-a7fd-4eb1-b0b4-ab09da8605fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41bad3ef-a7fd-4eb1-b0b4-ab09da8605fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41bad3ef-a7fd-4eb1-b0b4-ab09da8605fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41bad3ef-a7fd-4eb1-b0b4-ab09da8605fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41bad3ef-a7fd-4eb1-b0b4-ab09da8605fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-02712cf0-2360-4097-a42c-184905c3e716 {
  text-align: left;
}







  #s-02712cf0-2360-4097-a42c-184905c3e716 img.shogun-image {
    

    
    
    
  }


#s-02712cf0-2360-4097-a42c-184905c3e716 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa22d749-79fe-48c5-b639-5e6651a6723e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-fa22d749-79fe-48c5-b639-5e6651a6723e {
  display: none;
}
#s-fa22d749-79fe-48c5-b639-5e6651a6723e, #wrap-s-fa22d749-79fe-48c5-b639-5e6651a6723e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa22d749-79fe-48c5-b639-5e6651a6723e {
  display: none;
}
#s-fa22d749-79fe-48c5-b639-5e6651a6723e, #wrap-s-fa22d749-79fe-48c5-b639-5e6651a6723e { display: none !important; }}







#s-fa22d749-79fe-48c5-b639-5e6651a6723e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-fa22d749-79fe-48c5-b639-5e6651a6723e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c93f335-a9fb-47c8-923d-e6ff50617587 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-e72a72d5-8ebb-43d1-ba4a-ef1b57da3020 {
  margin-left: 100px;
margin-right: 100px;
text-align: center;
}







  #s-e72a72d5-8ebb-43d1-ba4a-ef1b57da3020 img.shogun-image {
    

    
    
    
  }


#s-e72a72d5-8ebb-43d1-ba4a-ef1b57da3020 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f764ec6-0656-47ca-b5f6-8fe46df47e5e {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2f764ec6-0656-47ca-b5f6-8fe46df47e5e {
  display: none;
}
#s-2f764ec6-0656-47ca-b5f6-8fe46df47e5e, #wrap-s-2f764ec6-0656-47ca-b5f6-8fe46df47e5e { display: none !important; }}@media (max-width: 767px){#s-2f764ec6-0656-47ca-b5f6-8fe46df47e5e {
  display: none;
}
#s-2f764ec6-0656-47ca-b5f6-8fe46df47e5e, #wrap-s-2f764ec6-0656-47ca-b5f6-8fe46df47e5e { display: none !important; }}







#s-2f764ec6-0656-47ca-b5f6-8fe46df47e5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f764ec6-0656-47ca-b5f6-8fe46df47e5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d86728b7-7185-491b-8bf3-a9383673ab07 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-d86728b7-7185-491b-8bf3-a9383673ab07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d86728b7-7185-491b-8bf3-a9383673ab07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-d86728b7-7185-491b-8bf3-a9383673ab07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-d86728b7-7185-491b-8bf3-a9383673ab07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-d86728b7-7185-491b-8bf3-a9383673ab07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-d86728b7-7185-491b-8bf3-a9383673ab07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-d86728b7-7185-491b-8bf3-a9383673ab07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-f046c596-2a4a-4b76-aac4-4bd2fc6a8daf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f046c596-2a4a-4b76-aac4-4bd2fc6a8daf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f046c596-2a4a-4b76-aac4-4bd2fc6a8daf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f046c596-2a4a-4b76-aac4-4bd2fc6a8daf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-6efa953c-1828-47e9-a4b3-1c92c66dff47 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6efa953c-1828-47e9-a4b3-1c92c66dff47"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-6efa953c-1828-47e9-a4b3-1c92c66dff47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-6efa953c-1828-47e9-a4b3-1c92c66dff47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-6efa953c-1828-47e9-a4b3-1c92c66dff47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-85c9ebd5-8f04-49af-b51f-007f6f60e80f {
  text-align: center;
}







  #s-85c9ebd5-8f04-49af-b51f-007f6f60e80f img.shogun-image {
    

    
    
    
  }


#s-85c9ebd5-8f04-49af-b51f-007f6f60e80f .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-26275a76-f440-4b73-a218-d8802846d734 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26275a76-f440-4b73-a218-d8802846d734 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b3058efa-8f98-44b6-9a22-a6da69b7aba7 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b3058efa-8f98-44b6-9a22-a6da69b7aba7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-b3058efa-8f98-44b6-9a22-a6da69b7aba7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-b3058efa-8f98-44b6-9a22-a6da69b7aba7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3058efa-8f98-44b6-9a22-a6da69b7aba7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-c4fe791f-4711-476b-b381-bdf2410a52d7 {
  text-align: center;
}







  #s-c4fe791f-4711-476b-b381-bdf2410a52d7 img.shogun-image {
    

    
    
    
  }


#s-c4fe791f-4711-476b-b381-bdf2410a52d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3db643f-1396-46cb-bd71-3fc527fe9646 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3db643f-1396-46cb-bd71-3fc527fe9646 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b08b01b1-17af-4322-987e-6d814e2d50cc {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 1200px){#s-b08b01b1-17af-4322-987e-6d814e2d50cc {
  display: none;
}
#s-b08b01b1-17af-4322-987e-6d814e2d50cc, #wrap-s-b08b01b1-17af-4322-987e-6d814e2d50cc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b08b01b1-17af-4322-987e-6d814e2d50cc {
  display: none;
}
#s-b08b01b1-17af-4322-987e-6d814e2d50cc, #wrap-s-b08b01b1-17af-4322-987e-6d814e2d50cc { display: none !important; }}







#s-b08b01b1-17af-4322-987e-6d814e2d50cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b08b01b1-17af-4322-987e-6d814e2d50cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a202a5fb-fff2-4ae3-8a47-aecda8b0bdb8 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a202a5fb-fff2-4ae3-8a47-aecda8b0bdb8 {
  display: none;
}
#s-a202a5fb-fff2-4ae3-8a47-aecda8b0bdb8, #wrap-s-a202a5fb-fff2-4ae3-8a47-aecda8b0bdb8 { display: none !important; }}@media (max-width: 767px){#s-a202a5fb-fff2-4ae3-8a47-aecda8b0bdb8 {
  display: none;
}
#s-a202a5fb-fff2-4ae3-8a47-aecda8b0bdb8, #wrap-s-a202a5fb-fff2-4ae3-8a47-aecda8b0bdb8 { display: none !important; }}







#s-a202a5fb-fff2-4ae3-8a47-aecda8b0bdb8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-504a1cee-571b-4dc2-832d-144550115ee9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-504a1cee-571b-4dc2-832d-144550115ee9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-504a1cee-571b-4dc2-832d-144550115ee9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-504a1cee-571b-4dc2-832d-144550115ee9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-504a1cee-571b-4dc2-832d-144550115ee9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-504a1cee-571b-4dc2-832d-144550115ee9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-504a1cee-571b-4dc2-832d-144550115ee9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-504a1cee-571b-4dc2-832d-144550115ee9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-504a1cee-571b-4dc2-832d-144550115ee9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-504a1cee-571b-4dc2-832d-144550115ee9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-a3e9b29d-ac54-48e6-a367-ab86897787dc {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a3e9b29d-ac54-48e6-a367-ab86897787dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3e9b29d-ac54-48e6-a367-ab86897787dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3e9b29d-ac54-48e6-a367-ab86897787dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3e9b29d-ac54-48e6-a367-ab86897787dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3e9b29d-ac54-48e6-a367-ab86897787dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3e9b29d-ac54-48e6-a367-ab86897787dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3e9b29d-ac54-48e6-a367-ab86897787dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-52d8b7ee-df0b-4040-9742-6065c7d46039 {
  text-align: left;
}







  #s-52d8b7ee-df0b-4040-9742-6065c7d46039 img.shogun-image {
    

    
    
    
  }


#s-52d8b7ee-df0b-4040-9742-6065c7d46039 .shogun-image-content {
  
    align-items: center;
  
}

#s-83cce6ae-1058-4ac4-ac35-3ae209abaace {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-83cce6ae-1058-4ac4-ac35-3ae209abaace {
  display: none;
}
#s-83cce6ae-1058-4ac4-ac35-3ae209abaace, #wrap-s-83cce6ae-1058-4ac4-ac35-3ae209abaace { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83cce6ae-1058-4ac4-ac35-3ae209abaace {
  display: none;
}
#s-83cce6ae-1058-4ac4-ac35-3ae209abaace, #wrap-s-83cce6ae-1058-4ac4-ac35-3ae209abaace { display: none !important; }}
@media (min-width: 0px) {
[id="s-83cce6ae-1058-4ac4-ac35-3ae209abaace"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83cce6ae-1058-4ac4-ac35-3ae209abaace"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-83cce6ae-1058-4ac4-ac35-3ae209abaace"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-83cce6ae-1058-4ac4-ac35-3ae209abaace"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-f1f4c22c-d8d7-4785-a5a9-bdbb1b9859af {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f1f4c22c-d8d7-4785-a5a9-bdbb1b9859af"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-f1f4c22c-d8d7-4785-a5a9-bdbb1b9859af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-f1f4c22c-d8d7-4785-a5a9-bdbb1b9859af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1f4c22c-d8d7-4785-a5a9-bdbb1b9859af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-dc0128be-7d9e-4cda-97d0-06503bb139f8 {
  text-align: center;
}







  #s-dc0128be-7d9e-4cda-97d0-06503bb139f8 img.shogun-image {
    

    
    
    
  }


#s-dc0128be-7d9e-4cda-97d0-06503bb139f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-627bfa84-e421-4da8-b7f2-d17d644c1cb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-627bfa84-e421-4da8-b7f2-d17d644c1cb4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5af2f6ed-1876-4296-a034-d053168ae42a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5af2f6ed-1876-4296-a034-d053168ae42a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-5af2f6ed-1876-4296-a034-d053168ae42a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-5af2f6ed-1876-4296-a034-d053168ae42a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-5af2f6ed-1876-4296-a034-d053168ae42a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-e0a3cadc-7b6d-40d4-b6dc-62e400a207bb {
  text-align: center;
}







  #s-e0a3cadc-7b6d-40d4-b6dc-62e400a207bb img.shogun-image {
    

    
    
    
  }


#s-e0a3cadc-7b6d-40d4-b6dc-62e400a207bb .shogun-image-content {
  
    align-items: center;
  
}

#s-56ce1797-266d-47f3-9d53-f9b26273e3ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56ce1797-266d-47f3-9d53-f9b26273e3ef .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-868130ca-8e4a-4272-8181-cf9c6d421601 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 500px;
}








#s-868130ca-8e4a-4272-8181-cf9c6d421601 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-868130ca-8e4a-4272-8181-cf9c6d421601.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-bcec94a4-126d-44d1-a989-786c2c16f622"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bcec94a4-126d-44d1-a989-786c2c16f622"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bcec94a4-126d-44d1-a989-786c2c16f622"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcec94a4-126d-44d1-a989-786c2c16f622"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-865e4982-7db4-405e-a058-08ab061da05e {
  margin-top: 0px;
text-align: center;
}







  #s-865e4982-7db4-405e-a058-08ab061da05e img.shogun-image {
    

    
    
    
  }


#s-865e4982-7db4-405e-a058-08ab061da05e .shogun-image-content {
  
    align-items: center;
  
}

#s-f64f4514-8cca-42da-8b6f-21c3e77ab788 {
  min-height: 50px;
}
@media (max-width: 767px){#s-f64f4514-8cca-42da-8b6f-21c3e77ab788 {
  
}
}







#s-f64f4514-8cca-42da-8b6f-21c3e77ab788 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f64f4514-8cca-42da-8b6f-21c3e77ab788.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe3f68e2-bc24-4ce3-9a42-b9ceecf80b29 {
  min-height: 100px;
}








#s-fe3f68e2-bc24-4ce3-9a42-b9ceecf80b29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe3f68e2-bc24-4ce3-9a42-b9ceecf80b29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-325705c4-8b2b-4c21-a811-f97d6d5530dc {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-325705c4-8b2b-4c21-a811-f97d6d5530dc {
  
}
}
@media (min-width: 0px) {
[id="s-325705c4-8b2b-4c21-a811-f97d6d5530dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-325705c4-8b2b-4c21-a811-f97d6d5530dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-325705c4-8b2b-4c21-a811-f97d6d5530dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-325705c4-8b2b-4c21-a811-f97d6d5530dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-325705c4-8b2b-4c21-a811-f97d6d5530dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-325705c4-8b2b-4c21-a811-f97d6d5530dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-325705c4-8b2b-4c21-a811-f97d6d5530dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-325705c4-8b2b-4c21-a811-f97d6d5530dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-325705c4-8b2b-4c21-a811-f97d6d5530dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-325705c4-8b2b-4c21-a811-f97d6d5530dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-e2023b7c-55d8-46a2-aea8-0917f81c3916 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-8dbc0bd9-5cde-4036-8392-d74a91067694 {
  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-8dbc0bd9-5cde-4036-8392-d74a91067694:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8dbc0bd9-5cde-4036-8392-d74a91067694:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8dbc0bd9-5cde-4036-8392-d74a91067694-root {
    text-align: left;
  }


#s-8dbc0bd9-5cde-4036-8392-d74a91067694.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8dbc0bd9-5cde-4036-8392-d74a91067694-root {
    text-align: left;
  }


#s-8dbc0bd9-5cde-4036-8392-d74a91067694.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-8dbc0bd9-5cde-4036-8392-d74a91067694-root {
    text-align: left;
  }


#s-8dbc0bd9-5cde-4036-8392-d74a91067694.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-8dbc0bd9-5cde-4036-8392-d74a91067694-root {
    text-align: left;
  }


#s-8dbc0bd9-5cde-4036-8392-d74a91067694.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8dbc0bd9-5cde-4036-8392-d74a91067694-root {
    text-align: left;
  }


#s-8dbc0bd9-5cde-4036-8392-d74a91067694.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-cf23604e-bbc1-4780-ac8e-5b6757e2b7a2 {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-cf23604e-bbc1-4780-ac8e-5b6757e2b7a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf23604e-bbc1-4780-ac8e-5b6757e2b7a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cf23604e-bbc1-4780-ac8e-5b6757e2b7a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf23604e-bbc1-4780-ac8e-5b6757e2b7a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-cf23604e-bbc1-4780-ac8e-5b6757e2b7a2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0056e7c1-9a77-4c8e-9fbd-f12dc7edd845 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0056e7c1-9a77-4c8e-9fbd-f12dc7edd845 {
  
}
}







#s-0056e7c1-9a77-4c8e-9fbd-f12dc7edd845 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0056e7c1-9a77-4c8e-9fbd-f12dc7edd845.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b74b376-997b-49f1-8a9c-50c1fdfa1a8d {
  min-height: 100px;
}








#s-2b74b376-997b-49f1-8a9c-50c1fdfa1a8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b74b376-997b-49f1-8a9c-50c1fdfa1a8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60d41b63-e767-4d28-8a8f-72d9c9dc9f46 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-60d41b63-e767-4d28-8a8f-72d9c9dc9f46 {
  
}
}
@media (min-width: 0px) {
[id="s-60d41b63-e767-4d28-8a8f-72d9c9dc9f46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60d41b63-e767-4d28-8a8f-72d9c9dc9f46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60d41b63-e767-4d28-8a8f-72d9c9dc9f46"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-60d41b63-e767-4d28-8a8f-72d9c9dc9f46"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-60d41b63-e767-4d28-8a8f-72d9c9dc9f46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60d41b63-e767-4d28-8a8f-72d9c9dc9f46"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-60d41b63-e767-4d28-8a8f-72d9c9dc9f46"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-60d41b63-e767-4d28-8a8f-72d9c9dc9f46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60d41b63-e767-4d28-8a8f-72d9c9dc9f46"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-60d41b63-e767-4d28-8a8f-72d9c9dc9f46"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-d2e56716-760c-4ae4-83f8-9b815a76872c {
  margin-left: 15px;
margin-right: 15px;
}

#s-cc9c9980-016f-483b-bb7d-fe1b8af53cc1 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-cc9c9980-016f-483b-bb7d-fe1b8af53cc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b6d3e75-ec1b-45b8-a54a-fce7848f4214 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7b6d3e75-ec1b-45b8-a54a-fce7848f4214 {
  display: none;
}
#s-7b6d3e75-ec1b-45b8-a54a-fce7848f4214, #wrap-s-7b6d3e75-ec1b-45b8-a54a-fce7848f4214 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b6d3e75-ec1b-45b8-a54a-fce7848f4214 {
  display: none;
}
#s-7b6d3e75-ec1b-45b8-a54a-fce7848f4214, #wrap-s-7b6d3e75-ec1b-45b8-a54a-fce7848f4214 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b6d3e75-ec1b-45b8-a54a-fce7848f4214 {
  display: none;
}
#s-7b6d3e75-ec1b-45b8-a54a-fce7848f4214, #wrap-s-7b6d3e75-ec1b-45b8-a54a-fce7848f4214 { display: none !important; }}







#s-7b6d3e75-ec1b-45b8-a54a-fce7848f4214 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b6d3e75-ec1b-45b8-a54a-fce7848f4214.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-91a4f38e-8ed7-4997-a817-fc52c014e38d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91a4f38e-8ed7-4997-a817-fc52c014e38d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-91a4f38e-8ed7-4997-a817-fc52c014e38d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-91a4f38e-8ed7-4997-a817-fc52c014e38d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-22281cad-95d2-4960-89bf-88fab6441d8e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}








#s-22281cad-95d2-4960-89bf-88fab6441d8e .shogun-image-content {
  
    align-items: center;
  
}

#s-3de86aa2-88cf-45fc-bec3-e6d1e8342a27 {
  min-height: 50px;
}
@media (max-width: 767px){#s-3de86aa2-88cf-45fc-bec3-e6d1e8342a27 {
  
}
}







#s-3de86aa2-88cf-45fc-bec3-e6d1e8342a27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3de86aa2-88cf-45fc-bec3-e6d1e8342a27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bddddcf6-5e1d-4df4-a44f-fe35df9e7592 {
  min-height: 100px;
}








#s-bddddcf6-5e1d-4df4-a44f-fe35df9e7592 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bddddcf6-5e1d-4df4-a44f-fe35df9e7592.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7db4c5e-2c0c-4480-bcb5-cec13f10a0ab {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-c7db4c5e-2c0c-4480-bcb5-cec13f10a0ab {
  
}
}
@media (min-width: 0px) {
[id="s-c7db4c5e-2c0c-4480-bcb5-cec13f10a0ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7db4c5e-2c0c-4480-bcb5-cec13f10a0ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c7db4c5e-2c0c-4480-bcb5-cec13f10a0ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c7db4c5e-2c0c-4480-bcb5-cec13f10a0ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c7db4c5e-2c0c-4480-bcb5-cec13f10a0ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c7db4c5e-2c0c-4480-bcb5-cec13f10a0ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c7db4c5e-2c0c-4480-bcb5-cec13f10a0ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7db4c5e-2c0c-4480-bcb5-cec13f10a0ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c7db4c5e-2c0c-4480-bcb5-cec13f10a0ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c7db4c5e-2c0c-4480-bcb5-cec13f10a0ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-bd24e059-acf9-4777-b76c-eae04fbab3b0 {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-3172a22b-ef91-4739-b70b-03b9af248919"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3172a22b-ef91-4739-b70b-03b9af248919"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3172a22b-ef91-4739-b70b-03b9af248919"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3172a22b-ef91-4739-b70b-03b9af248919"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3172a22b-ef91-4739-b70b-03b9af248919"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-866acf04-f148-483d-9743-8f90c2ba97e8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-866acf04-f148-483d-9743-8f90c2ba97e8 {
  
}
}







#s-866acf04-f148-483d-9743-8f90c2ba97e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-866acf04-f148-483d-9743-8f90c2ba97e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95a3274e-4066-415e-9493-badbbf47cb58 {
  min-height: 100px;
}








#s-95a3274e-4066-415e-9493-badbbf47cb58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95a3274e-4066-415e-9493-badbbf47cb58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03ee1fb1-b5e9-4f16-bf29-585bf68f396b {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-03ee1fb1-b5e9-4f16-bf29-585bf68f396b {
  
}
}
@media (min-width: 0px) {
[id="s-03ee1fb1-b5e9-4f16-bf29-585bf68f396b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03ee1fb1-b5e9-4f16-bf29-585bf68f396b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-03ee1fb1-b5e9-4f16-bf29-585bf68f396b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-03ee1fb1-b5e9-4f16-bf29-585bf68f396b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-03ee1fb1-b5e9-4f16-bf29-585bf68f396b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-03ee1fb1-b5e9-4f16-bf29-585bf68f396b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-03ee1fb1-b5e9-4f16-bf29-585bf68f396b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-03ee1fb1-b5e9-4f16-bf29-585bf68f396b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-03ee1fb1-b5e9-4f16-bf29-585bf68f396b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-03ee1fb1-b5e9-4f16-bf29-585bf68f396b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-5b297504-8211-4e4c-857e-c740ddc3d579 {
  margin-left: 15px;
margin-right: 15px;
}

#s-820b1e16-59d0-42dd-bc72-40ef3e1c8db2 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-820b1e16-59d0-42dd-bc72-40ef3e1c8db2 img.shogun-image {
    

    
    
    
  }


#s-820b1e16-59d0-42dd-bc72-40ef3e1c8db2 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b7e0e0c-c41a-4fab-bcb4-caed3318811e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5b7e0e0c-c41a-4fab-bcb4-caed3318811e {
  display: none;
}
#s-5b7e0e0c-c41a-4fab-bcb4-caed3318811e, #wrap-s-5b7e0e0c-c41a-4fab-bcb4-caed3318811e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b7e0e0c-c41a-4fab-bcb4-caed3318811e {
  display: none;
}
#s-5b7e0e0c-c41a-4fab-bcb4-caed3318811e, #wrap-s-5b7e0e0c-c41a-4fab-bcb4-caed3318811e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b7e0e0c-c41a-4fab-bcb4-caed3318811e {
  display: none;
}
#s-5b7e0e0c-c41a-4fab-bcb4-caed3318811e, #wrap-s-5b7e0e0c-c41a-4fab-bcb4-caed3318811e { display: none !important; }}







#s-5b7e0e0c-c41a-4fab-bcb4-caed3318811e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b7e0e0c-c41a-4fab-bcb4-caed3318811e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bbcfc0f9-a277-46a4-99de-3729c3288adf {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bbcfc0f9-a277-46a4-99de-3729c3288adf {
  display: none;
}
#s-bbcfc0f9-a277-46a4-99de-3729c3288adf, #wrap-s-bbcfc0f9-a277-46a4-99de-3729c3288adf { display: none !important; }}@media (max-width: 767px){#s-bbcfc0f9-a277-46a4-99de-3729c3288adf {
  display: none;
}
#s-bbcfc0f9-a277-46a4-99de-3729c3288adf, #wrap-s-bbcfc0f9-a277-46a4-99de-3729c3288adf { display: none !important; }}







#s-bbcfc0f9-a277-46a4-99de-3729c3288adf .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-64e425ab-cf72-4b8a-9404-4732e04e050c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64e425ab-cf72-4b8a-9404-4732e04e050c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64e425ab-cf72-4b8a-9404-4732e04e050c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-64e425ab-cf72-4b8a-9404-4732e04e050c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64e425ab-cf72-4b8a-9404-4732e04e050c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-64e425ab-cf72-4b8a-9404-4732e04e050c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64e425ab-cf72-4b8a-9404-4732e04e050c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-c225f352-166c-4f3f-b6f0-ca9a2bd6d1ae {
  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-c225f352-166c-4f3f-b6f0-ca9a2bd6d1ae:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c225f352-166c-4f3f-b6f0-ca9a2bd6d1ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c225f352-166c-4f3f-b6f0-ca9a2bd6d1ae-root {
    text-align: left;
  }


#s-c225f352-166c-4f3f-b6f0-ca9a2bd6d1ae.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c225f352-166c-4f3f-b6f0-ca9a2bd6d1ae-root {
    text-align: left;
  }


#s-c225f352-166c-4f3f-b6f0-ca9a2bd6d1ae.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-c225f352-166c-4f3f-b6f0-ca9a2bd6d1ae-root {
    text-align: left;
  }


#s-c225f352-166c-4f3f-b6f0-ca9a2bd6d1ae.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-c225f352-166c-4f3f-b6f0-ca9a2bd6d1ae-root {
    text-align: left;
  }


#s-c225f352-166c-4f3f-b6f0-ca9a2bd6d1ae.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c225f352-166c-4f3f-b6f0-ca9a2bd6d1ae-root {
    text-align: left;
  }


#s-c225f352-166c-4f3f-b6f0-ca9a2bd6d1ae.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-21dec5be-a0f8-46f2-acd5-5fe34b1e80e5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-21dec5be-a0f8-46f2-acd5-5fe34b1e80e5 {
  display: none;
}
#s-21dec5be-a0f8-46f2-acd5-5fe34b1e80e5, #wrap-s-21dec5be-a0f8-46f2-acd5-5fe34b1e80e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21dec5be-a0f8-46f2-acd5-5fe34b1e80e5 {
  display: none;
}
#s-21dec5be-a0f8-46f2-acd5-5fe34b1e80e5, #wrap-s-21dec5be-a0f8-46f2-acd5-5fe34b1e80e5 { display: none !important; }}







#s-21dec5be-a0f8-46f2-acd5-5fe34b1e80e5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-21dec5be-a0f8-46f2-acd5-5fe34b1e80e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8239839a-a7be-43a8-9f65-a9cc57e863c5 {
  margin-left: 15px;
margin-right: 15px;
}

#s-935dffe0-ef9d-4618-8606-1ff203e0e2f9 {
  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-935dffe0-ef9d-4618-8606-1ff203e0e2f9:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-935dffe0-ef9d-4618-8606-1ff203e0e2f9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-935dffe0-ef9d-4618-8606-1ff203e0e2f9-root {
    text-align: center;
  }


#s-935dffe0-ef9d-4618-8606-1ff203e0e2f9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-935dffe0-ef9d-4618-8606-1ff203e0e2f9-root {
    text-align: center;
  }


#s-935dffe0-ef9d-4618-8606-1ff203e0e2f9.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-935dffe0-ef9d-4618-8606-1ff203e0e2f9-root {
    text-align: center;
  }


#s-935dffe0-ef9d-4618-8606-1ff203e0e2f9.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-935dffe0-ef9d-4618-8606-1ff203e0e2f9-root {
    text-align: center;
  }


#s-935dffe0-ef9d-4618-8606-1ff203e0e2f9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-935dffe0-ef9d-4618-8606-1ff203e0e2f9-root {
    text-align: center;
  }


#s-935dffe0-ef9d-4618-8606-1ff203e0e2f9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-79315994-9d6e-40b5-a91b-189b5baa5544 {
  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-79315994-9d6e-40b5-a91b-189b5baa5544 {
  display: none;
}
#s-79315994-9d6e-40b5-a91b-189b5baa5544, #wrap-s-79315994-9d6e-40b5-a91b-189b5baa5544 { display: none !important; }}@media (max-width: 767px){#s-79315994-9d6e-40b5-a91b-189b5baa5544 {
  display: none;
}
#s-79315994-9d6e-40b5-a91b-189b5baa5544, #wrap-s-79315994-9d6e-40b5-a91b-189b5baa5544 { display: none !important; }}







#s-79315994-9d6e-40b5-a91b-189b5baa5544 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79315994-9d6e-40b5-a91b-189b5baa5544.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8796ce53-2066-4476-8560-c1de275f614b {
  margin-top: 50px;
margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-8796ce53-2066-4476-8560-c1de275f614b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8796ce53-2066-4476-8560-c1de275f614b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-8796ce53-2066-4476-8560-c1de275f614b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-8796ce53-2066-4476-8560-c1de275f614b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-8796ce53-2066-4476-8560-c1de275f614b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-8796ce53-2066-4476-8560-c1de275f614b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-8796ce53-2066-4476-8560-c1de275f614b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 0px) {
[id="s-88d4137f-1a68-472a-832b-15b47c2091c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88d4137f-1a68-472a-832b-15b47c2091c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-88d4137f-1a68-472a-832b-15b47c2091c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-88d4137f-1a68-472a-832b-15b47c2091c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-a61e577b-330d-43d2-94b6-215da8a68b62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a61e577b-330d-43d2-94b6-215da8a68b62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a61e577b-330d-43d2-94b6-215da8a68b62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a61e577b-330d-43d2-94b6-215da8a68b62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a61e577b-330d-43d2-94b6-215da8a68b62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a61e577b-330d-43d2-94b6-215da8a68b62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a61e577b-330d-43d2-94b6-215da8a68b62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-6583bb8d-f576-42a2-9d5d-c2b9984891b6 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}







  #s-6583bb8d-f576-42a2-9d5d-c2b9984891b6 img.shogun-image {
    

    
    
    
  }


#s-6583bb8d-f576-42a2-9d5d-c2b9984891b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b47dfe91-5b19-45d1-977a-31ca227112d1 {
  min-height: 50px;
}








#s-b47dfe91-5b19-45d1-977a-31ca227112d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b47dfe91-5b19-45d1-977a-31ca227112d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c814d1f3-8834-4903-ba14-af605bda775a {
  min-height: 50px;
}








#s-c814d1f3-8834-4903-ba14-af605bda775a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c814d1f3-8834-4903-ba14-af605bda775a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12650686-4e34-4656-b060-e839ecb61c1d {
  margin-top: 50px;
margin-left: 5px;
margin-bottom: 50px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12650686-4e34-4656-b060-e839ecb61c1d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-3ae73744-e07e-44ae-b3f9-5b26b55c1b97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3ae73744-e07e-44ae-b3f9-5b26b55c1b97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3ae73744-e07e-44ae-b3f9-5b26b55c1b97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ae73744-e07e-44ae-b3f9-5b26b55c1b97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-0cf7ef00-9f45-4663-9ee4-eb236c782f58 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-0cf7ef00-9f45-4663-9ee4-eb236c782f58 img.shogun-image {
    

    
    
    
  }


#s-0cf7ef00-9f45-4663-9ee4-eb236c782f58 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed7f6e38-7745-4903-9381-723ff0795cdc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed7f6e38-7745-4903-9381-723ff0795cdc .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-49b9c61e-5835-4344-a285-805b577847bd {
  text-align: center;
}








#s-49b9c61e-5835-4344-a285-805b577847bd .shogun-image-content {
  
    align-items: center;
  
}

#s-87c09e4d-5f7c-47e2-aebd-7eddbdd493fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87c09e4d-5f7c-47e2-aebd-7eddbdd493fb .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-df2809c3-d066-4a98-b3d1-cc75f0712046 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-df2809c3-d066-4a98-b3d1-cc75f0712046 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9262a1e-3231-479d-a637-63697cda8329 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9262a1e-3231-479d-a637-63697cda8329 .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-c328009c-91eb-4347-b871-84015d28ea2b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}








#s-c328009c-91eb-4347-b871-84015d28ea2b .shogun-image-content {
  
    align-items: center;
  
}

#s-958fff1d-4fca-435f-8097-a2df34a40756 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-958fff1d-4fca-435f-8097-a2df34a40756 .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-80629009-b273-4351-a684-f3820a9f64e5 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80629009-b273-4351-a684-f3820a9f64e5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-72a78f21-5a4c-421d-8715-fc2a6cbd4c56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72a78f21-5a4c-421d-8715-fc2a6cbd4c56"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72a78f21-5a4c-421d-8715-fc2a6cbd4c56"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-72a78f21-5a4c-421d-8715-fc2a6cbd4c56"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72a78f21-5a4c-421d-8715-fc2a6cbd4c56"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-72a78f21-5a4c-421d-8715-fc2a6cbd4c56"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72a78f21-5a4c-421d-8715-fc2a6cbd4c56"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-c4e47303-d584-4fdc-8104-c037e55d05ca {
  padding-left: 0px;
padding-right: 0px;
}

#s-c4e47303-d584-4fdc-8104-c037e55d05ca > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c4e47303-d584-4fdc-8104-c037e55d05ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c4e47303-d584-4fdc-8104-c037e55d05ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c4e47303-d584-4fdc-8104-c037e55d05ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c4e47303-d584-4fdc-8104-c037e55d05ca > .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-c4e47303-d584-4fdc-8104-c037e55d05ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-f50b20f2-f3ad-426b-a4b3-3438388f6d48 {
  margin-left: 15px;
margin-right: 15px;
}

#s-4456816b-adae-4c45-8243-5112357e752d {
  margin-left: 15px;
margin-right: 15px;
}

#s-1d56cf86-6d4a-4877-aad3-dcf959486774 {
  margin-left: 15px;
margin-right: 15px;
}

#s-51eebb2e-2392-464e-be16-23879da0de06 {
  margin-left: 15px;
margin-right: 15px;
}

#s-9e7a8cbd-ba60-41d8-a29f-533d26141b32 {
  margin-left: 15px;
margin-right: 15px;
}

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