.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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  
}
}@media (max-width: 767px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30bc609c-bbb5-4b08-b833-32ea3e29a764.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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;
}

#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  margin-top: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  margin-top: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  display: none;
}
#s-273d27cb-1621-46be-89a8-37de02c17f55, #wrap-s-273d27cb-1621-46be-89a8-37de02c17f55 { display: none !important; }}@media (max-width: 767px){#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  margin-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-935ff7d3-6be2-412b-a6bd-5707d774fd1c {
  margin-top: 0px;
padding-right: 30px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-935ff7d3-6be2-412b-a6bd-5707d774fd1c {
  padding-right: 0px;
}
}







#s-935ff7d3-6be2-412b-a6bd-5707d774fd1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-935ff7d3-6be2-412b-a6bd-5707d774fd1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-a54257d7-0aa4-490b-b77b-f67b0902aea0 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a54257d7-0aa4-490b-b77b-f67b0902aea0 {
  display: none;
}
#s-a54257d7-0aa4-490b-b77b-f67b0902aea0, #wrap-s-a54257d7-0aa4-490b-b77b-f67b0902aea0 { display: none !important; }}
#s-a54257d7-0aa4-490b-b77b-f67b0902aea0 .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}



.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: ;
}

@media (max-width: 767px){#s-9a84d409-a6db-4e7c-8eb4-e18affb3a68c {
  margin-top: 15px;
margin-left: 0px;
margin-right: 0px;
}
}
#s-6ace8208-5300-4ce2-b480-393b813631b2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6ace8208-5300-4ce2-b480-393b813631b2 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-c6c89df0-cf6f-4d95-8676-b596852c4e0b {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-55d68670-a585-47f9-90a3-2e17d650317b {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-55d68670-a585-47f9-90a3-2e17d650317b {
  display: none;
}
#s-55d68670-a585-47f9-90a3-2e17d650317b, #wrap-s-55d68670-a585-47f9-90a3-2e17d650317b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55d68670-a585-47f9-90a3-2e17d650317b {
  display: none;
}
#s-55d68670-a585-47f9-90a3-2e17d650317b, #wrap-s-55d68670-a585-47f9-90a3-2e17d650317b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55d68670-a585-47f9-90a3-2e17d650317b {
  display: none;
}
#s-55d68670-a585-47f9-90a3-2e17d650317b, #wrap-s-55d68670-a585-47f9-90a3-2e17d650317b { display: none !important; }}@media (max-width: 767px){#s-55d68670-a585-47f9-90a3-2e17d650317b {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
}
}
#s-55d68670-a585-47f9-90a3-2e17d650317b .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-55d68670-a585-47f9-90a3-2e17d650317b .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: 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-7d4f9fa8-1992-40ee-90c0-287ba729fbbd {
  box-shadow:    rgba(28, 97, 0, 1);
margin-top: 20px;
}







  #s-7d4f9fa8-1992-40ee-90c0-287ba729fbbd img.shogun-image {
    

    
    
    
  }


#s-7d4f9fa8-1992-40ee-90c0-287ba729fbbd .shogun-image-content {
  
    align-items: center;
  
}

#s-1f53bc45-f8f4-4054-a870-8a5a98526608 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-1f53bc45-f8f4-4054-a870-8a5a98526608 {
  display: none;
}
#s-1f53bc45-f8f4-4054-a870-8a5a98526608, #wrap-s-1f53bc45-f8f4-4054-a870-8a5a98526608 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f53bc45-f8f4-4054-a870-8a5a98526608 {
  display: none;
}
#s-1f53bc45-f8f4-4054-a870-8a5a98526608, #wrap-s-1f53bc45-f8f4-4054-a870-8a5a98526608 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f53bc45-f8f4-4054-a870-8a5a98526608 {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-1f53bc45-f8f4-4054-a870-8a5a98526608 {
  display: none;
}
#s-1f53bc45-f8f4-4054-a870-8a5a98526608, #wrap-s-1f53bc45-f8f4-4054-a870-8a5a98526608 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1f53bc45-f8f4-4054-a870-8a5a98526608"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f53bc45-f8f4-4054-a870-8a5a98526608"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1f53bc45-f8f4-4054-a870-8a5a98526608"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f53bc45-f8f4-4054-a870-8a5a98526608"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1f53bc45-f8f4-4054-a870-8a5a98526608"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f66e063e-06e9-45cc-a343-34eb32ec4a01 {
  margin-top: 0px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-f66e063e-06e9-45cc-a343-34eb32ec4a01 {
  padding-right: 0px;
}
}







#s-f66e063e-06e9-45cc-a343-34eb32ec4a01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f66e063e-06e9-45cc-a343-34eb32ec4a01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85f5b8c2-a273-4559-87a4-cfc011657e9a {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-85f5b8c2-a273-4559-87a4-cfc011657e9a {
  display: none;
}
#s-85f5b8c2-a273-4559-87a4-cfc011657e9a, #wrap-s-85f5b8c2-a273-4559-87a4-cfc011657e9a { display: none !important; }}
#s-85f5b8c2-a273-4559-87a4-cfc011657e9a .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-31013530-d528-4aff-9e98-66ee86c13946 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-9e9a6944-a29f-47b5-a921-c1cf108c9b5e {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-9e9a6944-a29f-47b5-a921-c1cf108c9b5e {
  display: none;
}
#s-9e9a6944-a29f-47b5-a921-c1cf108c9b5e, #wrap-s-9e9a6944-a29f-47b5-a921-c1cf108c9b5e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e9a6944-a29f-47b5-a921-c1cf108c9b5e {
  display: none;
}
#s-9e9a6944-a29f-47b5-a921-c1cf108c9b5e, #wrap-s-9e9a6944-a29f-47b5-a921-c1cf108c9b5e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e9a6944-a29f-47b5-a921-c1cf108c9b5e {
  display: none;
}
#s-9e9a6944-a29f-47b5-a921-c1cf108c9b5e, #wrap-s-9e9a6944-a29f-47b5-a921-c1cf108c9b5e { display: none !important; }}
#s-9e9a6944-a29f-47b5-a921-c1cf108c9b5e .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "vertigo";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: center;
}



#s-95a1d974-537a-4977-b419-ed0da7e06d1b {
  box-shadow:    rgba(28, 97, 0, 1);
margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-95a1d974-537a-4977-b419-ed0da7e06d1b {
  margin-bottom: 15px;
}
}






  #s-95a1d974-537a-4977-b419-ed0da7e06d1b img.shogun-image {
    

    
    
    
  }


#s-95a1d974-537a-4977-b419-ed0da7e06d1b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-b0f636bc-eeaa-4b5d-a135-ce383a028600 {
  display: none;
}
#s-b0f636bc-eeaa-4b5d-a135-ce383a028600, #wrap-s-b0f636bc-eeaa-4b5d-a135-ce383a028600 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0f636bc-eeaa-4b5d-a135-ce383a028600 {
  display: none;
}
#s-b0f636bc-eeaa-4b5d-a135-ce383a028600, #wrap-s-b0f636bc-eeaa-4b5d-a135-ce383a028600 { display: none !important; }}@media (max-width: 767px){#s-b0f636bc-eeaa-4b5d-a135-ce383a028600 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-b0f636bc-eeaa-4b5d-a135-ce383a028600, #wrap-s-b0f636bc-eeaa-4b5d-a135-ce383a028600 { display: none !important; }}
#s-8f36f265-47bd-4761-a488-2db78e20bc5b {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-8f36f265-47bd-4761-a488-2db78e20bc5b {
  display: none;
}
#s-8f36f265-47bd-4761-a488-2db78e20bc5b, #wrap-s-8f36f265-47bd-4761-a488-2db78e20bc5b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f36f265-47bd-4761-a488-2db78e20bc5b {
  display: none;
}
#s-8f36f265-47bd-4761-a488-2db78e20bc5b, #wrap-s-8f36f265-47bd-4761-a488-2db78e20bc5b { display: none !important; }}@media (max-width: 767px){#s-8f36f265-47bd-4761-a488-2db78e20bc5b {
  display: none;
}
#s-8f36f265-47bd-4761-a488-2db78e20bc5b, #wrap-s-8f36f265-47bd-4761-a488-2db78e20bc5b { display: none !important; }}
#s-8f36f265-47bd-4761-a488-2db78e20bc5b .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 1200px){#s-559fa6a7-1beb-4167-8e77-7a18549226c4 {
  display: none;
}
#s-559fa6a7-1beb-4167-8e77-7a18549226c4, #wrap-s-559fa6a7-1beb-4167-8e77-7a18549226c4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-559fa6a7-1beb-4167-8e77-7a18549226c4 {
  display: none;
}
#s-559fa6a7-1beb-4167-8e77-7a18549226c4, #wrap-s-559fa6a7-1beb-4167-8e77-7a18549226c4 { display: none !important; }}@media (max-width: 767px){#s-559fa6a7-1beb-4167-8e77-7a18549226c4 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-559fa6a7-1beb-4167-8e77-7a18549226c4, #wrap-s-559fa6a7-1beb-4167-8e77-7a18549226c4 { display: none !important; }}
#s-cb7be66d-2e40-497d-9fbf-25c78b61239a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cb7be66d-2e40-497d-9fbf-25c78b61239a .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-fc024b08-058b-4e40-8bdc-94056ade816a {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-4722d42e-c248-4247-9a63-44bf080fdfb8 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4722d42e-c248-4247-9a63-44bf080fdfb8 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-b78073de-6a8c-407f-8d83-f19e8e998680 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-799681f3-c3c8-43f2-8f8b-50fba68eaa8c {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-799681f3-c3c8-43f2-8f8b-50fba68eaa8c {
  display: none;
}
#s-799681f3-c3c8-43f2-8f8b-50fba68eaa8c, #wrap-s-799681f3-c3c8-43f2-8f8b-50fba68eaa8c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-799681f3-c3c8-43f2-8f8b-50fba68eaa8c {
  display: none;
}
#s-799681f3-c3c8-43f2-8f8b-50fba68eaa8c, #wrap-s-799681f3-c3c8-43f2-8f8b-50fba68eaa8c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-799681f3-c3c8-43f2-8f8b-50fba68eaa8c {
  
}
}@media (max-width: 767px){#s-799681f3-c3c8-43f2-8f8b-50fba68eaa8c {
  display: none;
}
#s-799681f3-c3c8-43f2-8f8b-50fba68eaa8c, #wrap-s-799681f3-c3c8-43f2-8f8b-50fba68eaa8c { display: none !important; }}







#s-799681f3-c3c8-43f2-8f8b-50fba68eaa8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-799681f3-c3c8-43f2-8f8b-50fba68eaa8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78e255d0-b9cb-4582-8125-2249a055b431 {
  min-height: 50px;
}








#s-78e255d0-b9cb-4582-8125-2249a055b431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78e255d0-b9cb-4582-8125-2249a055b431.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d29b84f0-14bf-446e-9eee-9ee9bf9ad334 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
}

@media (min-width: 0px) {
[id="s-d29b84f0-14bf-446e-9eee-9ee9bf9ad334"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d29b84f0-14bf-446e-9eee-9ee9bf9ad334"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d29b84f0-14bf-446e-9eee-9ee9bf9ad334"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d29b84f0-14bf-446e-9eee-9ee9bf9ad334"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9cb8849c-1bc2-4144-8b5c-d11163910031 {
  box-shadow:    rgba(28, 97, 0, 1);
}







  #s-9cb8849c-1bc2-4144-8b5c-d11163910031 img.shogun-image {
    

    
    
    
  }


#s-9cb8849c-1bc2-4144-8b5c-d11163910031 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b23aa247-21a3-45b8-b692-96c822716a69 {
  margin-top: 0px;
background-color: rgba(0, 0, 0, 0);
}








#s-b23aa247-21a3-45b8-b692-96c822716a69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b23aa247-21a3-45b8-b692-96c822716a69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e2a6a8e-67d1-4ac6-bba8-d752044bbdb4 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-1e2a6a8e-67d1-4ac6-bba8-d752044bbdb4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e2a6a8e-67d1-4ac6-bba8-d752044bbdb4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e2a6a8e-67d1-4ac6-bba8-d752044bbdb4 {
  
}
}@media (max-width: 767px){#s-1e2a6a8e-67d1-4ac6-bba8-d752044bbdb4 {
  
}
}
#s-99ab945f-a7eb-47bf-9672-d3b8d478577c {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-99ab945f-a7eb-47bf-9672-d3b8d478577c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99ab945f-a7eb-47bf-9672-d3b8d478577c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-99ab945f-a7eb-47bf-9672-d3b8d478577c {
  
}
}@media (max-width: 767px){#s-99ab945f-a7eb-47bf-9672-d3b8d478577c {
  
}
}
.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-ec9b0335-66db-4ec2-9787-93acf817c36d {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(103, 195, 183, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-ec9b0335-66db-4ec2-9787-93acf817c36d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec9b0335-66db-4ec2-9787-93acf817c36d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ec9b0335-66db-4ec2-9787-93acf817c36d-root {
    text-align: center;
  }


#s-ec9b0335-66db-4ec2-9787-93acf817c36d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ec9b0335-66db-4ec2-9787-93acf817c36d-root {
    text-align: center;
  }


#s-ec9b0335-66db-4ec2-9787-93acf817c36d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec9b0335-66db-4ec2-9787-93acf817c36d-root {
    text-align: center;
  }


#s-ec9b0335-66db-4ec2-9787-93acf817c36d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec9b0335-66db-4ec2-9787-93acf817c36d-root {
    text-align: center;
  }


#s-ec9b0335-66db-4ec2-9787-93acf817c36d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ec9b0335-66db-4ec2-9787-93acf817c36d-root {
    text-align: center;
  }


#s-ec9b0335-66db-4ec2-9787-93acf817c36d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b6ac0c39-4425-49ca-a7dd-6766828fee7a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-b6ac0c39-4425-49ca-a7dd-6766828fee7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6ac0c39-4425-49ca-a7dd-6766828fee7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6ac0c39-4425-49ca-a7dd-6766828fee7a {
  display: none;
}
#s-b6ac0c39-4425-49ca-a7dd-6766828fee7a, #wrap-s-b6ac0c39-4425-49ca-a7dd-6766828fee7a { display: none !important; }}@media (max-width: 767px){#s-b6ac0c39-4425-49ca-a7dd-6766828fee7a {
  
}
}







#s-b6ac0c39-4425-49ca-a7dd-6766828fee7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6ac0c39-4425-49ca-a7dd-6766828fee7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06f41f13-5fb7-4a26-ac1b-3129b0bb03fd {
  min-height: 50px;
}








#s-06f41f13-5fb7-4a26-ac1b-3129b0bb03fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06f41f13-5fb7-4a26-ac1b-3129b0bb03fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92b7d306-a11c-4a00-962f-afe101479553 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
}

@media (min-width: 0px) {
[id="s-92b7d306-a11c-4a00-962f-afe101479553"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92b7d306-a11c-4a00-962f-afe101479553"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-92b7d306-a11c-4a00-962f-afe101479553"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-92b7d306-a11c-4a00-962f-afe101479553"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b82a897e-86c1-4989-bb41-591f4e1792ac {
  box-shadow:    rgba(28, 97, 0, 1);
}







  #s-b82a897e-86c1-4989-bb41-591f4e1792ac img.shogun-image {
    

    
    
    
  }


#s-b82a897e-86c1-4989-bb41-591f4e1792ac .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c435e55e-e36c-47a0-936c-7f47e4a3a763 {
  margin-top: 0px;
padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-c435e55e-e36c-47a0-936c-7f47e4a3a763 {
  margin-top: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c435e55e-e36c-47a0-936c-7f47e4a3a763 {
  margin-top: 50px;
}
}@media (max-width: 767px){#s-c435e55e-e36c-47a0-936c-7f47e4a3a763 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-c435e55e-e36c-47a0-936c-7f47e4a3a763 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c435e55e-e36c-47a0-936c-7f47e4a3a763.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b6ca8ff-4c0d-46c9-bf48-b574fa287b32 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-1b6ca8ff-4c0d-46c9-bf48-b574fa287b32 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b6ca8ff-4c0d-46c9-bf48-b574fa287b32 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b6ca8ff-4c0d-46c9-bf48-b574fa287b32 {
  
}
}@media (max-width: 767px){#s-1b6ca8ff-4c0d-46c9-bf48-b574fa287b32 {
  
}
}
#s-2e86c80f-d955-4f0c-93e4-0f93d91ca5e1 {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-2e86c80f-d955-4f0c-93e4-0f93d91ca5e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e86c80f-d955-4f0c-93e4-0f93d91ca5e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e86c80f-d955-4f0c-93e4-0f93d91ca5e1 {
  
}
}@media (max-width: 767px){#s-2e86c80f-d955-4f0c-93e4-0f93d91ca5e1 {
  
}
}
#s-7236e6bd-34bc-47aa-bc71-347121d94ea5 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(103, 195, 183, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-7236e6bd-34bc-47aa-bc71-347121d94ea5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7236e6bd-34bc-47aa-bc71-347121d94ea5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7236e6bd-34bc-47aa-bc71-347121d94ea5-root {
    text-align: center;
  }


#s-7236e6bd-34bc-47aa-bc71-347121d94ea5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7236e6bd-34bc-47aa-bc71-347121d94ea5-root {
    text-align: center;
  }


#s-7236e6bd-34bc-47aa-bc71-347121d94ea5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7236e6bd-34bc-47aa-bc71-347121d94ea5-root {
    text-align: center;
  }


#s-7236e6bd-34bc-47aa-bc71-347121d94ea5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7236e6bd-34bc-47aa-bc71-347121d94ea5-root {
    text-align: center;
  }


#s-7236e6bd-34bc-47aa-bc71-347121d94ea5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7236e6bd-34bc-47aa-bc71-347121d94ea5-root {
    text-align: center;
  }


#s-7236e6bd-34bc-47aa-bc71-347121d94ea5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d8bd0075-ef6a-4c9b-8213-84b428ccf249 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d8bd0075-ef6a-4c9b-8213-84b428ccf249 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-3ade7802-a51c-476c-8328-5c2a7a71c494 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-9479edb0-350c-4f05-be42-40e2b7ae30a0 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9479edb0-350c-4f05-be42-40e2b7ae30a0 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-76f52b97-3134-4e48-acfd-c7bc174aba20 {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 1200px){#s-964e1c59-7860-4c6d-8560-37d09d43ffad {
  display: none;
}
#s-964e1c59-7860-4c6d-8560-37d09d43ffad, #wrap-s-964e1c59-7860-4c6d-8560-37d09d43ffad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-964e1c59-7860-4c6d-8560-37d09d43ffad {
  display: none;
}
#s-964e1c59-7860-4c6d-8560-37d09d43ffad, #wrap-s-964e1c59-7860-4c6d-8560-37d09d43ffad { display: none !important; }}@media (max-width: 767px){#s-964e1c59-7860-4c6d-8560-37d09d43ffad {
  display: none;
}
#s-964e1c59-7860-4c6d-8560-37d09d43ffad, #wrap-s-964e1c59-7860-4c6d-8560-37d09d43ffad { display: none !important; }}
@media (min-width: 0px) {
[id="s-964e1c59-7860-4c6d-8560-37d09d43ffad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-964e1c59-7860-4c6d-8560-37d09d43ffad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-964e1c59-7860-4c6d-8560-37d09d43ffad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-964e1c59-7860-4c6d-8560-37d09d43ffad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-635219c7-b18a-41db-82a6-1b7883345a08 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-635219c7-b18a-41db-82a6-1b7883345a08 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-688ffb6d-c5e9-4f2f-8739-a10fc67c8ed1 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-bcbf58a4-a6d8-4003-81b3-c3d8fe32c169 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-bcbf58a4-a6d8-4003-81b3-c3d8fe32c169 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-bcbf58a4-a6d8-4003-81b3-c3d8fe32c169 {
  margin-bottom: 35px;
}
}






  #s-bcbf58a4-a6d8-4003-81b3-c3d8fe32c169 img.shogun-image {
    

    
    
    
  }


#s-bcbf58a4-a6d8-4003-81b3-c3d8fe32c169 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-ba906592-25b7-4edc-b029-dc44d1c6cb1b {
  display: none;
}
#s-ba906592-25b7-4edc-b029-dc44d1c6cb1b, #wrap-s-ba906592-25b7-4edc-b029-dc44d1c6cb1b { display: none !important; }}
#s-c089bb6a-9c72-4dac-98a6-6bdcf4033ccb {
  padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1.4px;
}
#s-c089bb6a-9c72-4dac-98a6-6bdcf4033ccb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c089bb6a-9c72-4dac-98a6-6bdcf4033ccb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c089bb6a-9c72-4dac-98a6-6bdcf4033ccb-root {
    text-align: center;
  }


#s-c089bb6a-9c72-4dac-98a6-6bdcf4033ccb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c089bb6a-9c72-4dac-98a6-6bdcf4033ccb-root {
    text-align: center;
  }


#s-c089bb6a-9c72-4dac-98a6-6bdcf4033ccb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c089bb6a-9c72-4dac-98a6-6bdcf4033ccb-root {
    text-align: center;
  }


#s-c089bb6a-9c72-4dac-98a6-6bdcf4033ccb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c089bb6a-9c72-4dac-98a6-6bdcf4033ccb-root {
    text-align: center;
  }


#s-c089bb6a-9c72-4dac-98a6-6bdcf4033ccb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c089bb6a-9c72-4dac-98a6-6bdcf4033ccb-root {
    text-align: center;
  }


#s-c089bb6a-9c72-4dac-98a6-6bdcf4033ccb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-95fe619b-4578-4be6-b390-e8793cb523ec {
  display: none;
}
#s-95fe619b-4578-4be6-b390-e8793cb523ec, #wrap-s-95fe619b-4578-4be6-b390-e8793cb523ec { display: none !important; }}
@media (min-width: 0px) {
[id="s-95fe619b-4578-4be6-b390-e8793cb523ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95fe619b-4578-4be6-b390-e8793cb523ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95fe619b-4578-4be6-b390-e8793cb523ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95fe619b-4578-4be6-b390-e8793cb523ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-50464028-7dad-489c-8dae-6b7c1a46bc90 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-50464028-7dad-489c-8dae-6b7c1a46bc90 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-3dd1bf41-9fad-457d-acc2-5b3315c86f72 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-e23ba202-d0b0-407c-8420-2b7196778e92 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e23ba202-d0b0-407c-8420-2b7196778e92 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-a42ad7c8-d65c-4142-8ed6-bf35054a031e {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-a42ad7c8-d65c-4142-8ed6-bf35054a031e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a42ad7c8-d65c-4142-8ed6-bf35054a031e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a42ad7c8-d65c-4142-8ed6-bf35054a031e {
  
}
}@media (max-width: 767px){#s-a42ad7c8-d65c-4142-8ed6-bf35054a031e {
  
}
}
#s-42e90260-a509-461e-afa7-06461be9e621 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-42e90260-a509-461e-afa7-06461be9e621 {
  display: none;
}
#s-42e90260-a509-461e-afa7-06461be9e621, #wrap-s-42e90260-a509-461e-afa7-06461be9e621 { display: none !important; }}
#s-42e90260-a509-461e-afa7-06461be9e621 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-ede23529-d681-4562-9999-67abfd2ff25b {
  
}
}@media (max-width: 767px){#s-ede23529-d681-4562-9999-67abfd2ff25b {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-dccc4d48-b78f-4aeb-a9f4-c977fe530be0 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-dccc4d48-b78f-4aeb-a9f4-c977fe530be0 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-dccc4d48-b78f-4aeb-a9f4-c977fe530be0 {
  margin-bottom: 35px;
}
}






  #s-dccc4d48-b78f-4aeb-a9f4-c977fe530be0 img.shogun-image {
    

    
    
    
  }


#s-dccc4d48-b78f-4aeb-a9f4-c977fe530be0 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-38607154-4c8b-4029-929c-3ed4ed2965c8 {
  display: none;
}
#s-38607154-4c8b-4029-929c-3ed4ed2965c8, #wrap-s-38607154-4c8b-4029-929c-3ed4ed2965c8 { display: none !important; }}
@media (min-width: 1200px){#s-f4443b79-af9a-4db8-b766-eaf8abbcd9ff {
  display: none;
}
#s-f4443b79-af9a-4db8-b766-eaf8abbcd9ff, #wrap-s-f4443b79-af9a-4db8-b766-eaf8abbcd9ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4443b79-af9a-4db8-b766-eaf8abbcd9ff {
  display: none;
}
#s-f4443b79-af9a-4db8-b766-eaf8abbcd9ff, #wrap-s-f4443b79-af9a-4db8-b766-eaf8abbcd9ff { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4443b79-af9a-4db8-b766-eaf8abbcd9ff {
  display: none;
}
#s-f4443b79-af9a-4db8-b766-eaf8abbcd9ff, #wrap-s-f4443b79-af9a-4db8-b766-eaf8abbcd9ff { display: none !important; }}@media (max-width: 767px){#s-f4443b79-af9a-4db8-b766-eaf8abbcd9ff {
  
}
}
#s-ddb9709d-4c43-4ea3-b99b-a6f7829fa4aa {
  padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1.4px;
}
#s-ddb9709d-4c43-4ea3-b99b-a6f7829fa4aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ddb9709d-4c43-4ea3-b99b-a6f7829fa4aa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ddb9709d-4c43-4ea3-b99b-a6f7829fa4aa-root {
    text-align: center;
  }


#s-ddb9709d-4c43-4ea3-b99b-a6f7829fa4aa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ddb9709d-4c43-4ea3-b99b-a6f7829fa4aa-root {
    text-align: center;
  }


#s-ddb9709d-4c43-4ea3-b99b-a6f7829fa4aa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddb9709d-4c43-4ea3-b99b-a6f7829fa4aa-root {
    text-align: center;
  }


#s-ddb9709d-4c43-4ea3-b99b-a6f7829fa4aa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddb9709d-4c43-4ea3-b99b-a6f7829fa4aa-root {
    text-align: center;
  }


#s-ddb9709d-4c43-4ea3-b99b-a6f7829fa4aa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ddb9709d-4c43-4ea3-b99b-a6f7829fa4aa-root {
    text-align: center;
  }


#s-ddb9709d-4c43-4ea3-b99b-a6f7829fa4aa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-3c7d96cc-0ece-43e5-bbda-d2704821cd26 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-3c7d96cc-0ece-43e5-bbda-d2704821cd26 {
  display: none;
}
#s-3c7d96cc-0ece-43e5-bbda-d2704821cd26, #wrap-s-3c7d96cc-0ece-43e5-bbda-d2704821cd26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c7d96cc-0ece-43e5-bbda-d2704821cd26 {
  display: none;
}
#s-3c7d96cc-0ece-43e5-bbda-d2704821cd26, #wrap-s-3c7d96cc-0ece-43e5-bbda-d2704821cd26 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c7d96cc-0ece-43e5-bbda-d2704821cd26 {
  
}
}@media (max-width: 767px){#s-3c7d96cc-0ece-43e5-bbda-d2704821cd26 {
  display: none;
}
#s-3c7d96cc-0ece-43e5-bbda-d2704821cd26, #wrap-s-3c7d96cc-0ece-43e5-bbda-d2704821cd26 { display: none !important; }}
#s-2cbc89d9-39fd-41da-8ab3-75894f5b75d9 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-2cbc89d9-39fd-41da-8ab3-75894f5b75d9 {
  display: none;
}
#s-2cbc89d9-39fd-41da-8ab3-75894f5b75d9, #wrap-s-2cbc89d9-39fd-41da-8ab3-75894f5b75d9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cbc89d9-39fd-41da-8ab3-75894f5b75d9 {
  display: none;
}
#s-2cbc89d9-39fd-41da-8ab3-75894f5b75d9, #wrap-s-2cbc89d9-39fd-41da-8ab3-75894f5b75d9 { display: none !important; }}@media (max-width: 767px){#s-2cbc89d9-39fd-41da-8ab3-75894f5b75d9 {
  display: none;
}
#s-2cbc89d9-39fd-41da-8ab3-75894f5b75d9, #wrap-s-2cbc89d9-39fd-41da-8ab3-75894f5b75d9 { display: none !important; }}
#s-2cbc89d9-39fd-41da-8ab3-75894f5b75d9 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-33049240-c035-4430-8eeb-6022ca48d3e2 {
  margin-top: 0px;
margin-bottom: 20px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-33049240-c035-4430-8eeb-6022ca48d3e2 {
  display: none;
}
#s-33049240-c035-4430-8eeb-6022ca48d3e2, #wrap-s-33049240-c035-4430-8eeb-6022ca48d3e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33049240-c035-4430-8eeb-6022ca48d3e2 {
  display: none;
}
#s-33049240-c035-4430-8eeb-6022ca48d3e2, #wrap-s-33049240-c035-4430-8eeb-6022ca48d3e2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33049240-c035-4430-8eeb-6022ca48d3e2 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-33049240-c035-4430-8eeb-6022ca48d3e2 {
  display: none;
}
#s-33049240-c035-4430-8eeb-6022ca48d3e2, #wrap-s-33049240-c035-4430-8eeb-6022ca48d3e2 { display: none !important; }}
#s-aa26fa7d-77d4-4ea7-aae7-a6f6c7eedfbd {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-aa26fa7d-77d4-4ea7-aae7-a6f6c7eedfbd {
  display: none;
}
#s-aa26fa7d-77d4-4ea7-aae7-a6f6c7eedfbd, #wrap-s-aa26fa7d-77d4-4ea7-aae7-a6f6c7eedfbd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa26fa7d-77d4-4ea7-aae7-a6f6c7eedfbd {
  display: none;
}
#s-aa26fa7d-77d4-4ea7-aae7-a6f6c7eedfbd, #wrap-s-aa26fa7d-77d4-4ea7-aae7-a6f6c7eedfbd { display: none !important; }}@media (max-width: 767px){#s-aa26fa7d-77d4-4ea7-aae7-a6f6c7eedfbd {
  display: none;
}
#s-aa26fa7d-77d4-4ea7-aae7-a6f6c7eedfbd, #wrap-s-aa26fa7d-77d4-4ea7-aae7-a6f6c7eedfbd { display: none !important; }}
#s-aa26fa7d-77d4-4ea7-aae7-a6f6c7eedfbd .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 1200px){#s-66bfb2f1-0b89-4245-98d5-a266de4f2493 {
  display: none;
}
#s-66bfb2f1-0b89-4245-98d5-a266de4f2493, #wrap-s-66bfb2f1-0b89-4245-98d5-a266de4f2493 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66bfb2f1-0b89-4245-98d5-a266de4f2493 {
  display: none;
}
#s-66bfb2f1-0b89-4245-98d5-a266de4f2493, #wrap-s-66bfb2f1-0b89-4245-98d5-a266de4f2493 { display: none !important; }}@media (max-width: 767px){#s-66bfb2f1-0b89-4245-98d5-a266de4f2493 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-66bfb2f1-0b89-4245-98d5-a266de4f2493, #wrap-s-66bfb2f1-0b89-4245-98d5-a266de4f2493 { display: none !important; }}
#s-f44fe786-9966-4d6d-9940-6c62c64ce074 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f44fe786-9966-4d6d-9940-6c62c64ce074 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-7e708b3a-2165-444d-8e3f-0b5b534def26 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-639c24f8-bb74-4d93-80a0-3d88227549d4 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-639c24f8-bb74-4d93-80a0-3d88227549d4 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-0de44a4a-ed6b-4c6b-8462-e175727a50f4 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-8cb148f6-5f43-4393-8d5e-16ef1ad6bede {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8cb148f6-5f43-4393-8d5e-16ef1ad6bede {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-8cb148f6-5f43-4393-8d5e-16ef1ad6bede {
  display: none;
}
#s-8cb148f6-5f43-4393-8d5e-16ef1ad6bede, #wrap-s-8cb148f6-5f43-4393-8d5e-16ef1ad6bede { display: none !important; }}







#s-8cb148f6-5f43-4393-8d5e-16ef1ad6bede > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cb148f6-5f43-4393-8d5e-16ef1ad6bede.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-8ff421c5-742f-48b6-8f9d-cc2496ac5854"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ff421c5-742f-48b6-8f9d-cc2496ac5854"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ff421c5-742f-48b6-8f9d-cc2496ac5854"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ff421c5-742f-48b6-8f9d-cc2496ac5854"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-a93943df-301a-472e-94ae-5ed98c83b070 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-a93943df-301a-472e-94ae-5ed98c83b070 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-a93943df-301a-472e-94ae-5ed98c83b070 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a93943df-301a-472e-94ae-5ed98c83b070 td.shogun-table-column {
  background-color: rgba(236, 236, 236, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a93943df-301a-472e-94ae-5ed98c83b070 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-a93943df-301a-472e-94ae-5ed98c83b070 td.shogun-table-column, #s-a93943df-301a-472e-94ae-5ed98c83b070 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-1a1371db-7437-44d6-b729-676667b3ecc2 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-1a1371db-7437-44d6-b729-676667b3ecc2 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-1a1371db-7437-44d6-b729-676667b3ecc2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1a1371db-7437-44d6-b729-676667b3ecc2 td.shogun-table-column {
  background-color: rgba(236, 236, 236, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1a1371db-7437-44d6-b729-676667b3ecc2 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-1a1371db-7437-44d6-b729-676667b3ecc2 td.shogun-table-column, #s-1a1371db-7437-44d6-b729-676667b3ecc2 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-682bb82f-793c-473e-b2fd-cc479afe6326 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-682bb82f-793c-473e-b2fd-cc479afe6326 {
  display: none;
}
#s-682bb82f-793c-473e-b2fd-cc479afe6326, #wrap-s-682bb82f-793c-473e-b2fd-cc479afe6326 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-682bb82f-793c-473e-b2fd-cc479afe6326 {
  display: none;
}
#s-682bb82f-793c-473e-b2fd-cc479afe6326, #wrap-s-682bb82f-793c-473e-b2fd-cc479afe6326 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-682bb82f-793c-473e-b2fd-cc479afe6326 {
  display: none;
}
#s-682bb82f-793c-473e-b2fd-cc479afe6326, #wrap-s-682bb82f-793c-473e-b2fd-cc479afe6326 { display: none !important; }}
#s-682bb82f-793c-473e-b2fd-cc479afe6326 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-682bb82f-793c-473e-b2fd-cc479afe6326 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-682bb82f-793c-473e-b2fd-cc479afe6326 td.shogun-table-column {
  background-color: rgba(236, 236, 236, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-682bb82f-793c-473e-b2fd-cc479afe6326 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-682bb82f-793c-473e-b2fd-cc479afe6326 td.shogun-table-column, #s-682bb82f-793c-473e-b2fd-cc479afe6326 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-49255e0a-11a6-47e1-800d-551947bb9cc4 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-49255e0a-11a6-47e1-800d-551947bb9cc4 {
  display: none;
}
#s-49255e0a-11a6-47e1-800d-551947bb9cc4, #wrap-s-49255e0a-11a6-47e1-800d-551947bb9cc4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49255e0a-11a6-47e1-800d-551947bb9cc4 {
  display: none;
}
#s-49255e0a-11a6-47e1-800d-551947bb9cc4, #wrap-s-49255e0a-11a6-47e1-800d-551947bb9cc4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-49255e0a-11a6-47e1-800d-551947bb9cc4 {
  display: none;
}
#s-49255e0a-11a6-47e1-800d-551947bb9cc4, #wrap-s-49255e0a-11a6-47e1-800d-551947bb9cc4 { display: none !important; }}
#s-49255e0a-11a6-47e1-800d-551947bb9cc4 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-49255e0a-11a6-47e1-800d-551947bb9cc4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-49255e0a-11a6-47e1-800d-551947bb9cc4 td.shogun-table-column {
  background-color: rgba(236, 236, 236, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-49255e0a-11a6-47e1-800d-551947bb9cc4 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-49255e0a-11a6-47e1-800d-551947bb9cc4 td.shogun-table-column, #s-49255e0a-11a6-47e1-800d-551947bb9cc4 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-6de1107a-4e8f-4b25-bf3e-ebf02599d61d {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-6de1107a-4e8f-4b25-bf3e-ebf02599d61d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}
#s-b8c3be6d-97a1-4028-9c13-22523c5548c6 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-b8c3be6d-97a1-4028-9c13-22523c5548c6 {
  
}
}@media (max-width: 767px){#s-b8c3be6d-97a1-4028-9c13-22523c5548c6 {
  margin-top: 10px;
margin-bottom: 0px;
min-height: 0px;
display: none;
}
#s-b8c3be6d-97a1-4028-9c13-22523c5548c6, #wrap-s-b8c3be6d-97a1-4028-9c13-22523c5548c6 { display: none !important; }}







#s-b8c3be6d-97a1-4028-9c13-22523c5548c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8c3be6d-97a1-4028-9c13-22523c5548c6.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-c1c470d2-2d67-4454-85de-b886d83c0a2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1c470d2-2d67-4454-85de-b886d83c0a2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1c470d2-2d67-4454-85de-b886d83c0a2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1c470d2-2d67-4454-85de-b886d83c0a2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-63dd442b-ed19-4e51-95c6-70c8a2d8d271 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-63dd442b-ed19-4e51-95c6-70c8a2d8d271 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-63dd442b-ed19-4e51-95c6-70c8a2d8d271 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-63dd442b-ed19-4e51-95c6-70c8a2d8d271 td.shogun-table-column {
  background-color: rgba(236, 236, 236, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-63dd442b-ed19-4e51-95c6-70c8a2d8d271 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-63dd442b-ed19-4e51-95c6-70c8a2d8d271 td.shogun-table-column, #s-63dd442b-ed19-4e51-95c6-70c8a2d8d271 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-dec1d294-e1d0-4cd6-abbe-85f6d0fb5047 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-dec1d294-e1d0-4cd6-abbe-85f6d0fb5047 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-dec1d294-e1d0-4cd6-abbe-85f6d0fb5047 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-dec1d294-e1d0-4cd6-abbe-85f6d0fb5047 td.shogun-table-column {
  background-color: rgba(236, 236, 236, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-dec1d294-e1d0-4cd6-abbe-85f6d0fb5047 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-dec1d294-e1d0-4cd6-abbe-85f6d0fb5047 td.shogun-table-column, #s-dec1d294-e1d0-4cd6-abbe-85f6d0fb5047 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-7db4d871-03c2-404a-81eb-da40c9d5d84c {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-7db4d871-03c2-404a-81eb-da40c9d5d84c {
  display: none;
}
#s-7db4d871-03c2-404a-81eb-da40c9d5d84c, #wrap-s-7db4d871-03c2-404a-81eb-da40c9d5d84c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7db4d871-03c2-404a-81eb-da40c9d5d84c {
  display: none;
}
#s-7db4d871-03c2-404a-81eb-da40c9d5d84c, #wrap-s-7db4d871-03c2-404a-81eb-da40c9d5d84c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7db4d871-03c2-404a-81eb-da40c9d5d84c {
  display: none;
}
#s-7db4d871-03c2-404a-81eb-da40c9d5d84c, #wrap-s-7db4d871-03c2-404a-81eb-da40c9d5d84c { display: none !important; }}
#s-7db4d871-03c2-404a-81eb-da40c9d5d84c .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-7db4d871-03c2-404a-81eb-da40c9d5d84c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7db4d871-03c2-404a-81eb-da40c9d5d84c td.shogun-table-column {
  background-color: rgba(236, 236, 236, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-7db4d871-03c2-404a-81eb-da40c9d5d84c td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-7db4d871-03c2-404a-81eb-da40c9d5d84c td.shogun-table-column, #s-7db4d871-03c2-404a-81eb-da40c9d5d84c td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-db58c90c-20bb-4cbc-8f5f-accaf1ebad7c {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-db58c90c-20bb-4cbc-8f5f-accaf1ebad7c {
  display: none;
}
#s-db58c90c-20bb-4cbc-8f5f-accaf1ebad7c, #wrap-s-db58c90c-20bb-4cbc-8f5f-accaf1ebad7c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db58c90c-20bb-4cbc-8f5f-accaf1ebad7c {
  display: none;
}
#s-db58c90c-20bb-4cbc-8f5f-accaf1ebad7c, #wrap-s-db58c90c-20bb-4cbc-8f5f-accaf1ebad7c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db58c90c-20bb-4cbc-8f5f-accaf1ebad7c {
  display: none;
}
#s-db58c90c-20bb-4cbc-8f5f-accaf1ebad7c, #wrap-s-db58c90c-20bb-4cbc-8f5f-accaf1ebad7c { display: none !important; }}
#s-db58c90c-20bb-4cbc-8f5f-accaf1ebad7c .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-db58c90c-20bb-4cbc-8f5f-accaf1ebad7c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-db58c90c-20bb-4cbc-8f5f-accaf1ebad7c td.shogun-table-column {
  background-color: rgba(236, 236, 236, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-db58c90c-20bb-4cbc-8f5f-accaf1ebad7c td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-db58c90c-20bb-4cbc-8f5f-accaf1ebad7c td.shogun-table-column, #s-db58c90c-20bb-4cbc-8f5f-accaf1ebad7c td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-979f458b-153c-4133-8435-5f81382b75ee {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-979f458b-153c-4133-8435-5f81382b75ee {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-979f458b-153c-4133-8435-5f81382b75ee {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}
#s-c7d92ae0-26f0-4b28-9dea-d1dac056efef {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c7d92ae0-26f0-4b28-9dea-d1dac056efef .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-79db84c0-3afd-4cf8-81b8-a2cd9258714b {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-d29ad613-361b-492a-b1cc-6090941f389f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d29ad613-361b-492a-b1cc-6090941f389f .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-16f27243-82a0-4113-ac3d-f68690bcbc00 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-388dcd5d-c1bc-4d4c-82e9-991a8d35e6c3 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-388dcd5d-c1bc-4d4c-82e9-991a8d35e6c3 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-7a8182c0-6b5d-470f-8f63-265766d4e3dc {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-5e023d6e-ad33-438e-a175-52a12a5e35b8 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5e023d6e-ad33-438e-a175-52a12a5e35b8 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-c112c1a7-429d-4fe8-a2b2-33b5e1161dee {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-0d8dcd9b-bf90-4a04-9ef0-312384c949ac {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-0d8dcd9b-bf90-4a04-9ef0-312384c949ac {
  display: none;
}
#s-0d8dcd9b-bf90-4a04-9ef0-312384c949ac, #wrap-s-0d8dcd9b-bf90-4a04-9ef0-312384c949ac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d8dcd9b-bf90-4a04-9ef0-312384c949ac {
  display: none;
}
#s-0d8dcd9b-bf90-4a04-9ef0-312384c949ac, #wrap-s-0d8dcd9b-bf90-4a04-9ef0-312384c949ac { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d8dcd9b-bf90-4a04-9ef0-312384c949ac {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (max-width: 767px){#s-0d8dcd9b-bf90-4a04-9ef0-312384c949ac {
  display: none;
}
#s-0d8dcd9b-bf90-4a04-9ef0-312384c949ac, #wrap-s-0d8dcd9b-bf90-4a04-9ef0-312384c949ac { display: none !important; }}







#s-0d8dcd9b-bf90-4a04-9ef0-312384c949ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d8dcd9b-bf90-4a04-9ef0-312384c949ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8eeadbea-4185-4d19-9a8a-4df01a4c923c {
  min-height: 50px;
}








#s-8eeadbea-4185-4d19-9a8a-4df01a4c923c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eeadbea-4185-4d19-9a8a-4df01a4c923c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4338d92-b971-4c1f-adfc-40c7607deee3 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
}

@media (min-width: 0px) {
[id="s-e4338d92-b971-4c1f-adfc-40c7607deee3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4338d92-b971-4c1f-adfc-40c7607deee3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e4338d92-b971-4c1f-adfc-40c7607deee3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4338d92-b971-4c1f-adfc-40c7607deee3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-73d18dc8-ab1e-42e7-82d6-8d67c68aff1a {
  box-shadow:    rgba(28, 97, 0, 1);
}







  #s-73d18dc8-ab1e-42e7-82d6-8d67c68aff1a img.shogun-image {
    

    
    
    
  }


#s-73d18dc8-ab1e-42e7-82d6-8d67c68aff1a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e15de4e5-b890-409c-8c04-638afe15a224 {
  margin-top: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}








#s-e15de4e5-b890-409c-8c04-638afe15a224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e15de4e5-b890-409c-8c04-638afe15a224.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee108b0f-19a2-4471-814f-4c0ac19bbc58 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-ee108b0f-19a2-4471-814f-4c0ac19bbc58 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee108b0f-19a2-4471-814f-4c0ac19bbc58 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee108b0f-19a2-4471-814f-4c0ac19bbc58 {
  
}
}@media (max-width: 767px){#s-ee108b0f-19a2-4471-814f-4c0ac19bbc58 {
  
}
}
#s-6b8117e0-0d3e-4b56-a78e-fef6be1d2025 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-6b8117e0-0d3e-4b56-a78e-fef6be1d2025 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b8117e0-0d3e-4b56-a78e-fef6be1d2025 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b8117e0-0d3e-4b56-a78e-fef6be1d2025 {
  
}
}@media (max-width: 767px){#s-6b8117e0-0d3e-4b56-a78e-fef6be1d2025 {
  
}
}
#s-f5ec7d43-9653-4f37-9413-6844885e9cbc {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(103, 195, 183, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-f5ec7d43-9653-4f37-9413-6844885e9cbc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5ec7d43-9653-4f37-9413-6844885e9cbc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5ec7d43-9653-4f37-9413-6844885e9cbc-root {
    text-align: center;
  }


#s-f5ec7d43-9653-4f37-9413-6844885e9cbc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5ec7d43-9653-4f37-9413-6844885e9cbc-root {
    text-align: center;
  }


#s-f5ec7d43-9653-4f37-9413-6844885e9cbc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5ec7d43-9653-4f37-9413-6844885e9cbc-root {
    text-align: center;
  }


#s-f5ec7d43-9653-4f37-9413-6844885e9cbc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5ec7d43-9653-4f37-9413-6844885e9cbc-root {
    text-align: center;
  }


#s-f5ec7d43-9653-4f37-9413-6844885e9cbc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5ec7d43-9653-4f37-9413-6844885e9cbc-root {
    text-align: center;
  }


#s-f5ec7d43-9653-4f37-9413-6844885e9cbc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-6a199373-9f9e-4931-88ab-18a3a7ef617c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-6a199373-9f9e-4931-88ab-18a3a7ef617c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a199373-9f9e-4931-88ab-18a3a7ef617c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a199373-9f9e-4931-88ab-18a3a7ef617c {
  display: none;
}
#s-6a199373-9f9e-4931-88ab-18a3a7ef617c, #wrap-s-6a199373-9f9e-4931-88ab-18a3a7ef617c { display: none !important; }}@media (max-width: 767px){#s-6a199373-9f9e-4931-88ab-18a3a7ef617c {
  
}
}







#s-6a199373-9f9e-4931-88ab-18a3a7ef617c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a199373-9f9e-4931-88ab-18a3a7ef617c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e021f465-e368-4bae-a706-927ba5a4d343 {
  min-height: 50px;
}








#s-e021f465-e368-4bae-a706-927ba5a4d343 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e021f465-e368-4bae-a706-927ba5a4d343.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-996e674a-f900-49b4-bac7-a3a6a4e9a3c5 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
}

@media (min-width: 0px) {
[id="s-996e674a-f900-49b4-bac7-a3a6a4e9a3c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-996e674a-f900-49b4-bac7-a3a6a4e9a3c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-996e674a-f900-49b4-bac7-a3a6a4e9a3c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-996e674a-f900-49b4-bac7-a3a6a4e9a3c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-26c38d84-0fce-4844-bda2-aad65b4a5d4b {
  box-shadow:    rgba(28, 97, 0, 1);
}







  #s-26c38d84-0fce-4844-bda2-aad65b4a5d4b img.shogun-image {
    

    
    
    
  }


#s-26c38d84-0fce-4844-bda2-aad65b4a5d4b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-564f77a5-5f4a-4d2c-8919-a0c784643628 {
  margin-top: 0px;
padding-top: 75px;
padding-left: 25px;
padding-bottom: 75px;
padding-right: 25px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-564f77a5-5f4a-4d2c-8919-a0c784643628 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-564f77a5-5f4a-4d2c-8919-a0c784643628 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-564f77a5-5f4a-4d2c-8919-a0c784643628.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-433a753d-a709-44d6-8559-6ed8f306fc4d {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-433a753d-a709-44d6-8559-6ed8f306fc4d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-433a753d-a709-44d6-8559-6ed8f306fc4d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-433a753d-a709-44d6-8559-6ed8f306fc4d {
  
}
}@media (max-width: 767px){#s-433a753d-a709-44d6-8559-6ed8f306fc4d {
  
}
}
#s-d8ddaab7-b695-4c69-b082-378820b04f36 {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-d8ddaab7-b695-4c69-b082-378820b04f36 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d8ddaab7-b695-4c69-b082-378820b04f36 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d8ddaab7-b695-4c69-b082-378820b04f36 {
  
}
}@media (max-width: 767px){#s-d8ddaab7-b695-4c69-b082-378820b04f36 {
  
}
}
#s-f5f418d6-2460-4fb3-94f0-8784dff426f9 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(103, 195, 183, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-f5f418d6-2460-4fb3-94f0-8784dff426f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5f418d6-2460-4fb3-94f0-8784dff426f9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5f418d6-2460-4fb3-94f0-8784dff426f9-root {
    text-align: center;
  }


#s-f5f418d6-2460-4fb3-94f0-8784dff426f9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5f418d6-2460-4fb3-94f0-8784dff426f9-root {
    text-align: center;
  }


#s-f5f418d6-2460-4fb3-94f0-8784dff426f9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5f418d6-2460-4fb3-94f0-8784dff426f9-root {
    text-align: center;
  }


#s-f5f418d6-2460-4fb3-94f0-8784dff426f9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5f418d6-2460-4fb3-94f0-8784dff426f9-root {
    text-align: center;
  }


#s-f5f418d6-2460-4fb3-94f0-8784dff426f9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5f418d6-2460-4fb3-94f0-8784dff426f9-root {
    text-align: center;
  }


#s-f5f418d6-2460-4fb3-94f0-8784dff426f9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-6c9bb501-9adb-4358-8ca5-3d13f1acbfde {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6c9bb501-9adb-4358-8ca5-3d13f1acbfde .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-1f6bf13f-a876-4a9b-8171-6a6087e6be32 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-f42bd35e-a1eb-4e50-909f-b67c74e34500 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f42bd35e-a1eb-4e50-909f-b67c74e34500 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-61a0af38-f1ae-4d78-8c9c-5f88c7a3b1b5 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-b037657f-3d16-4c34-9ea6-c3537a9bffc5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b037657f-3d16-4c34-9ea6-c3537a9bffc5 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-3fdf8215-9852-4bb2-b00b-fceb3d6fceb0 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-27f57dcc-7031-44b9-b804-897b8280b8d5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-27f57dcc-7031-44b9-b804-897b8280b8d5 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-34006c89-ee69-4916-82f2-41bdc4d0d1b7 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-b684e2dc-29fc-471e-beaf-23a4afb32fe0 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b684e2dc-29fc-471e-beaf-23a4afb32fe0 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-0a62b298-5896-4e78-b05d-db9af725a229 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-6ae93251-6abf-4838-b9a2-2f133bc22a83 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-6ae93251-6abf-4838-b9a2-2f133bc22a83 {
  display: none;
}
#s-6ae93251-6abf-4838-b9a2-2f133bc22a83, #wrap-s-6ae93251-6abf-4838-b9a2-2f133bc22a83 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ae93251-6abf-4838-b9a2-2f133bc22a83 {
  display: none;
}
#s-6ae93251-6abf-4838-b9a2-2f133bc22a83, #wrap-s-6ae93251-6abf-4838-b9a2-2f133bc22a83 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ae93251-6abf-4838-b9a2-2f133bc22a83 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-6ae93251-6abf-4838-b9a2-2f133bc22a83 {
  display: none;
}
#s-6ae93251-6abf-4838-b9a2-2f133bc22a83, #wrap-s-6ae93251-6abf-4838-b9a2-2f133bc22a83 { display: none !important; }}







#s-6ae93251-6abf-4838-b9a2-2f133bc22a83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ae93251-6abf-4838-b9a2-2f133bc22a83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fc9fd92-18cd-435d-b09c-d9f42c5c098e {
  min-height: 50px;
}








#s-5fc9fd92-18cd-435d-b09c-d9f42c5c098e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fc9fd92-18cd-435d-b09c-d9f42c5c098e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3450c52f-3231-473b-b99c-15ce4519eba8 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1200px){#s-3450c52f-3231-473b-b99c-15ce4519eba8 {
  display: none;
}
#s-3450c52f-3231-473b-b99c-15ce4519eba8, #wrap-s-3450c52f-3231-473b-b99c-15ce4519eba8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3450c52f-3231-473b-b99c-15ce4519eba8 {
  display: none;
}
#s-3450c52f-3231-473b-b99c-15ce4519eba8, #wrap-s-3450c52f-3231-473b-b99c-15ce4519eba8 { display: none !important; }}@media (max-width: 767px){#s-3450c52f-3231-473b-b99c-15ce4519eba8 {
  display: none;
}
#s-3450c52f-3231-473b-b99c-15ce4519eba8, #wrap-s-3450c52f-3231-473b-b99c-15ce4519eba8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3450c52f-3231-473b-b99c-15ce4519eba8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3450c52f-3231-473b-b99c-15ce4519eba8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3450c52f-3231-473b-b99c-15ce4519eba8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3450c52f-3231-473b-b99c-15ce4519eba8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-79578f94-155b-4f88-8554-690567ff89ff {
  margin-top: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-79578f94-155b-4f88-8554-690567ff89ff {
  margin-top: 20px;
}
}







#s-79578f94-155b-4f88-8554-690567ff89ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79578f94-155b-4f88-8554-690567ff89ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bda5f552-4ebe-4e3b-9fd9-a33de069e59f {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-bda5f552-4ebe-4e3b-9fd9-a33de069e59f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bda5f552-4ebe-4e3b-9fd9-a33de069e59f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bda5f552-4ebe-4e3b-9fd9-a33de069e59f {
  
}
}@media (max-width: 767px){#s-bda5f552-4ebe-4e3b-9fd9-a33de069e59f {
  
}
}
#s-07dbdfd8-901e-4f9a-9aa4-dcb1ab0f5963 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-07dbdfd8-901e-4f9a-9aa4-dcb1ab0f5963 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07dbdfd8-901e-4f9a-9aa4-dcb1ab0f5963 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-07dbdfd8-901e-4f9a-9aa4-dcb1ab0f5963 {
  margin-top: 20px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-07dbdfd8-901e-4f9a-9aa4-dcb1ab0f5963 {
  
}
}
#s-f790c772-7fe0-4796-9e1a-2cc6ab0e82f4 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(103, 195, 183, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-f790c772-7fe0-4796-9e1a-2cc6ab0e82f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f790c772-7fe0-4796-9e1a-2cc6ab0e82f4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f790c772-7fe0-4796-9e1a-2cc6ab0e82f4-root {
    text-align: center;
  }


#s-f790c772-7fe0-4796-9e1a-2cc6ab0e82f4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f790c772-7fe0-4796-9e1a-2cc6ab0e82f4-root {
    text-align: center;
  }


#s-f790c772-7fe0-4796-9e1a-2cc6ab0e82f4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f790c772-7fe0-4796-9e1a-2cc6ab0e82f4-root {
    text-align: center;
  }


#s-f790c772-7fe0-4796-9e1a-2cc6ab0e82f4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f790c772-7fe0-4796-9e1a-2cc6ab0e82f4-root {
    text-align: center;
  }


#s-f790c772-7fe0-4796-9e1a-2cc6ab0e82f4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f790c772-7fe0-4796-9e1a-2cc6ab0e82f4-root {
    text-align: center;
  }


#s-f790c772-7fe0-4796-9e1a-2cc6ab0e82f4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-36811ed5-3fb0-4368-bf36-a0d2fcf86cd7 {
  box-shadow:    rgba(28, 97, 0, 1);
}







  #s-36811ed5-3fb0-4368-bf36-a0d2fcf86cd7 img.shogun-image {
    

    
    
    
  }


#s-36811ed5-3fb0-4368-bf36-a0d2fcf86cd7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ec87f4be-57a8-4500-941f-9abd94542848 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-ec87f4be-57a8-4500-941f-9abd94542848 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec87f4be-57a8-4500-941f-9abd94542848 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec87f4be-57a8-4500-941f-9abd94542848 {
  display: none;
}
#s-ec87f4be-57a8-4500-941f-9abd94542848, #wrap-s-ec87f4be-57a8-4500-941f-9abd94542848 { display: none !important; }}@media (max-width: 767px){#s-ec87f4be-57a8-4500-941f-9abd94542848 {
  display: none;
}
#s-ec87f4be-57a8-4500-941f-9abd94542848, #wrap-s-ec87f4be-57a8-4500-941f-9abd94542848 { display: none !important; }}







#s-ec87f4be-57a8-4500-941f-9abd94542848 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec87f4be-57a8-4500-941f-9abd94542848.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d259603-9fa5-4825-894c-0cac14742743 {
  min-height: 50px;
}








#s-3d259603-9fa5-4825-894c-0cac14742743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d259603-9fa5-4825-894c-0cac14742743.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae2425e7-6c4c-461b-b24a-c0ea2109ef15 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
}

@media (min-width: 0px) {
[id="s-ae2425e7-6c4c-461b-b24a-c0ea2109ef15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae2425e7-6c4c-461b-b24a-c0ea2109ef15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ae2425e7-6c4c-461b-b24a-c0ea2109ef15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae2425e7-6c4c-461b-b24a-c0ea2109ef15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c148c64a-79a5-4e0c-aa74-366125b0c49b {
  margin-top: 0px;
padding-top: 75px;
padding-left: 25px;
padding-bottom: 75px;
padding-right: 25px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-c148c64a-79a5-4e0c-aa74-366125b0c49b {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-c148c64a-79a5-4e0c-aa74-366125b0c49b {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-c148c64a-79a5-4e0c-aa74-366125b0c49b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c148c64a-79a5-4e0c-aa74-366125b0c49b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2c53ade-6f19-409f-b274-c3fe6c7f56eb {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-a2c53ade-6f19-409f-b274-c3fe6c7f56eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2c53ade-6f19-409f-b274-c3fe6c7f56eb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2c53ade-6f19-409f-b274-c3fe6c7f56eb {
  
}
}@media (max-width: 767px){#s-a2c53ade-6f19-409f-b274-c3fe6c7f56eb {
  
}
}
#s-a0c11a6d-b757-4e08-a13c-b5608a6ab5f3 {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-a0c11a6d-b757-4e08-a13c-b5608a6ab5f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0c11a6d-b757-4e08-a13c-b5608a6ab5f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0c11a6d-b757-4e08-a13c-b5608a6ab5f3 {
  
}
}@media (max-width: 767px){#s-a0c11a6d-b757-4e08-a13c-b5608a6ab5f3 {
  
}
}
#s-cce14d41-6dd0-434c-9d9a-5eb1bd3f6077 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(103, 195, 183, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-cce14d41-6dd0-434c-9d9a-5eb1bd3f6077:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cce14d41-6dd0-434c-9d9a-5eb1bd3f6077:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cce14d41-6dd0-434c-9d9a-5eb1bd3f6077-root {
    text-align: center;
  }


#s-cce14d41-6dd0-434c-9d9a-5eb1bd3f6077.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cce14d41-6dd0-434c-9d9a-5eb1bd3f6077-root {
    text-align: center;
  }


#s-cce14d41-6dd0-434c-9d9a-5eb1bd3f6077.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cce14d41-6dd0-434c-9d9a-5eb1bd3f6077-root {
    text-align: center;
  }


#s-cce14d41-6dd0-434c-9d9a-5eb1bd3f6077.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cce14d41-6dd0-434c-9d9a-5eb1bd3f6077-root {
    text-align: center;
  }


#s-cce14d41-6dd0-434c-9d9a-5eb1bd3f6077.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cce14d41-6dd0-434c-9d9a-5eb1bd3f6077-root {
    text-align: center;
  }


#s-cce14d41-6dd0-434c-9d9a-5eb1bd3f6077.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b0fd8341-2c49-4906-95e6-64c19785c51d {
  box-shadow:    rgba(28, 97, 0, 1);
}







  #s-b0fd8341-2c49-4906-95e6-64c19785c51d img.shogun-image {
    

    
    
    
  }


#s-b0fd8341-2c49-4906-95e6-64c19785c51d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-71f09253-b82a-463e-b34a-edefd6ca64db {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-71f09253-b82a-463e-b34a-edefd6ca64db {
  display: none;
}
#s-71f09253-b82a-463e-b34a-edefd6ca64db, #wrap-s-71f09253-b82a-463e-b34a-edefd6ca64db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71f09253-b82a-463e-b34a-edefd6ca64db {
  display: none;
}
#s-71f09253-b82a-463e-b34a-edefd6ca64db, #wrap-s-71f09253-b82a-463e-b34a-edefd6ca64db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71f09253-b82a-463e-b34a-edefd6ca64db {
  display: none;
}
#s-71f09253-b82a-463e-b34a-edefd6ca64db, #wrap-s-71f09253-b82a-463e-b34a-edefd6ca64db { display: none !important; }}@media (max-width: 767px){#s-71f09253-b82a-463e-b34a-edefd6ca64db {
  
}
}







#s-71f09253-b82a-463e-b34a-edefd6ca64db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71f09253-b82a-463e-b34a-edefd6ca64db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aacd32bb-288a-444f-82e5-e0105cb86795 {
  min-height: 50px;
}








#s-aacd32bb-288a-444f-82e5-e0105cb86795 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aacd32bb-288a-444f-82e5-e0105cb86795.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61232692-8e4f-4769-bbb6-3f293564eb39 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
}

@media (min-width: 0px) {
[id="s-61232692-8e4f-4769-bbb6-3f293564eb39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61232692-8e4f-4769-bbb6-3f293564eb39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-61232692-8e4f-4769-bbb6-3f293564eb39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-61232692-8e4f-4769-bbb6-3f293564eb39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e27f9391-a536-452f-9871-0e4fab879045 {
  box-shadow:    rgba(28, 97, 0, 1);
}







  #s-e27f9391-a536-452f-9871-0e4fab879045 img.shogun-image {
    

    
    
    
  }


#s-e27f9391-a536-452f-9871-0e4fab879045 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-03a72b09-afea-4b02-9ae0-992b6258c330 {
  margin-top: 0px;
padding-top: 75px;
padding-left: 25px;
padding-bottom: 75px;
padding-right: 25px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-03a72b09-afea-4b02-9ae0-992b6258c330 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-03a72b09-afea-4b02-9ae0-992b6258c330 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-03a72b09-afea-4b02-9ae0-992b6258c330 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03a72b09-afea-4b02-9ae0-992b6258c330.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2b23574-d213-4b95-99d4-2c33ff39e43e {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-a2b23574-d213-4b95-99d4-2c33ff39e43e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2b23574-d213-4b95-99d4-2c33ff39e43e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2b23574-d213-4b95-99d4-2c33ff39e43e {
  
}
}@media (max-width: 767px){#s-a2b23574-d213-4b95-99d4-2c33ff39e43e {
  
}
}
#s-6ff00214-341c-47d8-a17d-5e2b03daf9c8 {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-6ff00214-341c-47d8-a17d-5e2b03daf9c8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ff00214-341c-47d8-a17d-5e2b03daf9c8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ff00214-341c-47d8-a17d-5e2b03daf9c8 {
  
}
}@media (max-width: 767px){#s-6ff00214-341c-47d8-a17d-5e2b03daf9c8 {
  
}
}
#s-708128d2-c9cf-451d-803e-d3a7eb8df98e {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(103, 195, 183, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-708128d2-c9cf-451d-803e-d3a7eb8df98e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-708128d2-c9cf-451d-803e-d3a7eb8df98e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-708128d2-c9cf-451d-803e-d3a7eb8df98e-root {
    text-align: center;
  }


#s-708128d2-c9cf-451d-803e-d3a7eb8df98e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-708128d2-c9cf-451d-803e-d3a7eb8df98e-root {
    text-align: center;
  }


#s-708128d2-c9cf-451d-803e-d3a7eb8df98e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-708128d2-c9cf-451d-803e-d3a7eb8df98e-root {
    text-align: center;
  }


#s-708128d2-c9cf-451d-803e-d3a7eb8df98e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-708128d2-c9cf-451d-803e-d3a7eb8df98e-root {
    text-align: center;
  }


#s-708128d2-c9cf-451d-803e-d3a7eb8df98e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-708128d2-c9cf-451d-803e-d3a7eb8df98e-root {
    text-align: center;
  }


#s-708128d2-c9cf-451d-803e-d3a7eb8df98e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-89c92373-c0ca-4909-b742-1486726b9e17 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 38px;
padding-left: 80px;
padding-bottom: 45px;
padding-right: 80px;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-89c92373-c0ca-4909-b742-1486726b9e17 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89c92373-c0ca-4909-b742-1486726b9e17 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-89c92373-c0ca-4909-b742-1486726b9e17 {
  
}
}@media (max-width: 767px){#s-89c92373-c0ca-4909-b742-1486726b9e17 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-89c92373-c0ca-4909-b742-1486726b9e17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89c92373-c0ca-4909-b742-1486726b9e17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa5d987d-568b-4676-82ed-2be5cab74a1a {
  min-height: 50px;
}








#s-fa5d987d-568b-4676-82ed-2be5cab74a1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa5d987d-568b-4676-82ed-2be5cab74a1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80d488b1-823f-4ec4-a1d9-3661e3d6b24d {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-80d488b1-823f-4ec4-a1d9-3661e3d6b24d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80d488b1-823f-4ec4-a1d9-3661e3d6b24d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-80d488b1-823f-4ec4-a1d9-3661e3d6b24d {
  
}
}@media (max-width: 767px){#s-80d488b1-823f-4ec4-a1d9-3661e3d6b24d {
  
}
}
#s-14f6067c-49ba-4d1e-834e-3658cc357b45 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 38px;
padding-left: 80px;
padding-bottom: 45px;
padding-right: 80px;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-14f6067c-49ba-4d1e-834e-3658cc357b45 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14f6067c-49ba-4d1e-834e-3658cc357b45 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-14f6067c-49ba-4d1e-834e-3658cc357b45 {
  
}
}@media (max-width: 767px){#s-14f6067c-49ba-4d1e-834e-3658cc357b45 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-14f6067c-49ba-4d1e-834e-3658cc357b45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14f6067c-49ba-4d1e-834e-3658cc357b45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $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}
