.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: 50px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
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 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  margin-top: 30px;
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 {
  display: none;
}
#s-273d27cb-1621-46be-89a8-37de02c17f55, #wrap-s-273d27cb-1621-46be-89a8-37de02c17f55 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#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 {
  display: none;
}
#s-273d27cb-1621-46be-89a8-37de02c17f55, #wrap-s-273d27cb-1621-46be-89a8-37de02c17f55 { display: none !important; }}
@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-top: 0px;
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: 50px;
  
  
  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-left: 0px;
margin-right: 0px;
}
}
#s-55d68670-a585-47f9-90a3-2e17d650317b {
  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-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; }}
#s-55d68670-a585-47f9-90a3-2e17d650317b .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;
}



.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-bottom: 30px;
}
@media (min-width: 1200px){#s-7d4f9fa8-1992-40ee-90c0-287ba729fbbd {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d4f9fa8-1992-40ee-90c0-287ba729fbbd {
  margin-bottom: 15px;
}
}






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

    
    
    
  }


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

#s-d1a927c9-84ad-480c-ba4b-a5c04ccb970b {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-d1a927c9-84ad-480c-ba4b-a5c04ccb970b {
  display: none;
}
#s-d1a927c9-84ad-480c-ba4b-a5c04ccb970b, #wrap-s-d1a927c9-84ad-480c-ba4b-a5c04ccb970b { display: none !important; }}
@media (min-width: 0px) {
[id="s-d1a927c9-84ad-480c-ba4b-a5c04ccb970b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1a927c9-84ad-480c-ba4b-a5c04ccb970b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d1a927c9-84ad-480c-ba4b-a5c04ccb970b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1a927c9-84ad-480c-ba4b-a5c04ccb970b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d1a927c9-84ad-480c-ba4b-a5c04ccb970b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2d95337a-1b64-47b7-bdb7-e60116c7fdde {
  margin-top: 0px;
padding-right: 30px;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-2d95337a-1b64-47b7-bdb7-e60116c7fdde {
  padding-right: 0px;
min-height: 0px;
}
}







#s-2d95337a-1b64-47b7-bdb7-e60116c7fdde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d95337a-1b64-47b7-bdb7-e60116c7fdde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f1995ce-6715-407b-994e-caa98399f2ee {
  margin-top: 0px;
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-2f1995ce-6715-407b-994e-caa98399f2ee {
  display: none;
}
#s-2f1995ce-6715-407b-994e-caa98399f2ee, #wrap-s-2f1995ce-6715-407b-994e-caa98399f2ee { display: none !important; }}
#s-2f1995ce-6715-407b-994e-caa98399f2ee .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-53af61b7-05b3-4fbe-a5a6-86fa82fd6cce {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-13a5460f-ee12-4092-87ff-1c867f5a3d39 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-13a5460f-ee12-4092-87ff-1c867f5a3d39 {
  margin-top: 10px;
}
}
#s-13a5460f-ee12-4092-87ff-1c867f5a3d39 .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-5430aeb7-1905-48e9-bfd7-326b7d5dceae {
  display: none;
}
#s-5430aeb7-1905-48e9-bfd7-326b7d5dceae, #wrap-s-5430aeb7-1905-48e9-bfd7-326b7d5dceae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5430aeb7-1905-48e9-bfd7-326b7d5dceae {
  display: none;
}
#s-5430aeb7-1905-48e9-bfd7-326b7d5dceae, #wrap-s-5430aeb7-1905-48e9-bfd7-326b7d5dceae { display: none !important; }}@media (max-width: 767px){#s-5430aeb7-1905-48e9-bfd7-326b7d5dceae {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-0b1eeb55-58ee-444e-ab1b-cd32f88b703d {
  margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-0b1eeb55-58ee-444e-ab1b-cd32f88b703d {
  display: none;
}
#s-0b1eeb55-58ee-444e-ab1b-cd32f88b703d, #wrap-s-0b1eeb55-58ee-444e-ab1b-cd32f88b703d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b1eeb55-58ee-444e-ab1b-cd32f88b703d {
  display: none;
}
#s-0b1eeb55-58ee-444e-ab1b-cd32f88b703d, #wrap-s-0b1eeb55-58ee-444e-ab1b-cd32f88b703d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b1eeb55-58ee-444e-ab1b-cd32f88b703d {
  display: none;
}
#s-0b1eeb55-58ee-444e-ab1b-cd32f88b703d, #wrap-s-0b1eeb55-58ee-444e-ab1b-cd32f88b703d { display: none !important; }}
#s-0b1eeb55-58ee-444e-ab1b-cd32f88b703d .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-8caf45ac-d4a4-4e57-a358-27149fd667bd {
  box-shadow:    rgba(28, 97, 0, 1);
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-8caf45ac-d4a4-4e57-a358-27149fd667bd {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-8caf45ac-d4a4-4e57-a358-27149fd667bd {
  margin-top: 20px;
margin-bottom: 20px;
}
}






  #s-8caf45ac-d4a4-4e57-a358-27149fd667bd img.shogun-image {
    

    
    
    
  }


#s-8caf45ac-d4a4-4e57-a358-27149fd667bd .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-7b844c23-82ab-4cf7-8168-2184e0db1cbb {
  display: none;
}
#s-7b844c23-82ab-4cf7-8168-2184e0db1cbb, #wrap-s-7b844c23-82ab-4cf7-8168-2184e0db1cbb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b844c23-82ab-4cf7-8168-2184e0db1cbb {
  display: none;
}
#s-7b844c23-82ab-4cf7-8168-2184e0db1cbb, #wrap-s-7b844c23-82ab-4cf7-8168-2184e0db1cbb { display: none !important; }}@media (max-width: 767px){#s-7b844c23-82ab-4cf7-8168-2184e0db1cbb {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-7b844c23-82ab-4cf7-8168-2184e0db1cbb, #wrap-s-7b844c23-82ab-4cf7-8168-2184e0db1cbb { display: none !important; }}
#s-6ace8208-5300-4ce2-b480-393b813631b2 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-6ace8208-5300-4ce2-b480-393b813631b2 {
  display: none;
}
#s-6ace8208-5300-4ce2-b480-393b813631b2, #wrap-s-6ace8208-5300-4ce2-b480-393b813631b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ace8208-5300-4ce2-b480-393b813631b2 {
  display: none;
}
#s-6ace8208-5300-4ce2-b480-393b813631b2, #wrap-s-6ace8208-5300-4ce2-b480-393b813631b2 { display: none !important; }}@media (max-width: 767px){#s-6ace8208-5300-4ce2-b480-393b813631b2 {
  display: none;
}
#s-6ace8208-5300-4ce2-b480-393b813631b2, #wrap-s-6ace8208-5300-4ce2-b480-393b813631b2 { display: none !important; }}
#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 (min-width: 1200px){#s-fb326c23-678e-46b4-a577-10c52ffbbb41 {
  display: none;
}
#s-fb326c23-678e-46b4-a577-10c52ffbbb41, #wrap-s-fb326c23-678e-46b4-a577-10c52ffbbb41 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb326c23-678e-46b4-a577-10c52ffbbb41 {
  display: none;
}
#s-fb326c23-678e-46b4-a577-10c52ffbbb41, #wrap-s-fb326c23-678e-46b4-a577-10c52ffbbb41 { display: none !important; }}@media (max-width: 767px){#s-fb326c23-678e-46b4-a577-10c52ffbbb41 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-fb326c23-678e-46b4-a577-10c52ffbbb41, #wrap-s-fb326c23-678e-46b4-a577-10c52ffbbb41 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-9b625998-6d70-433f-8621-ead43d15e502 {
  display: none;
}
#s-9b625998-6d70-433f-8621-ead43d15e502, #wrap-s-9b625998-6d70-433f-8621-ead43d15e502 { display: none !important; }}@media (max-width: 767px){#s-9b625998-6d70-433f-8621-ead43d15e502 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-9b625998-6d70-433f-8621-ead43d15e502, #wrap-s-9b625998-6d70-433f-8621-ead43d15e502 { display: none !important; }}
#s-aa8a6da1-e662-4f21-9e3b-e7bbdf665b8d {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-aa8a6da1-e662-4f21-9e3b-e7bbdf665b8d .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-e7ddadb6-4966-4af0-b569-9ca10a1b5fc0 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-9b0a7d9a-bb4d-4df5-b354-c43ad04600c5 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (min-width: 1200px){#s-9b0a7d9a-bb4d-4df5-b354-c43ad04600c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b0a7d9a-bb4d-4df5-b354-c43ad04600c5 {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-9b0a7d9a-bb4d-4df5-b354-c43ad04600c5, #wrap-s-9b0a7d9a-bb4d-4df5-b354-c43ad04600c5 { display: none !important; }}@media (max-width: 767px){#s-9b0a7d9a-bb4d-4df5-b354-c43ad04600c5 {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-9b0a7d9a-bb4d-4df5-b354-c43ad04600c5, #wrap-s-9b0a7d9a-bb4d-4df5-b354-c43ad04600c5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9b0a7d9a-bb4d-4df5-b354-c43ad04600c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b0a7d9a-bb4d-4df5-b354-c43ad04600c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9b0a7d9a-bb4d-4df5-b354-c43ad04600c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b0a7d9a-bb4d-4df5-b354-c43ad04600c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-adafd309-1014-49ae-b1fe-df801f07f52e {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-adafd309-1014-49ae-b1fe-df801f07f52e {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-adafd309-1014-49ae-b1fe-df801f07f52e {
  margin-bottom: 35px;
}
}






  #s-adafd309-1014-49ae-b1fe-df801f07f52e img.shogun-image {
    

    
    
    
  }


#s-adafd309-1014-49ae-b1fe-df801f07f52e .shogun-image-content {
  
    align-items: center;
  
}

.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-d7bc81a6-73c3-4e05-b30d-369d93d5f5df {
  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-d7bc81a6-73c3-4e05-b30d-369d93d5f5df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7bc81a6-73c3-4e05-b30d-369d93d5f5df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d7bc81a6-73c3-4e05-b30d-369d93d5f5df-root {
    text-align: center;
  }


#s-d7bc81a6-73c3-4e05-b30d-369d93d5f5df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d7bc81a6-73c3-4e05-b30d-369d93d5f5df-root {
    text-align: center;
  }


#s-d7bc81a6-73c3-4e05-b30d-369d93d5f5df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7bc81a6-73c3-4e05-b30d-369d93d5f5df-root {
    text-align: center;
  }


#s-d7bc81a6-73c3-4e05-b30d-369d93d5f5df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7bc81a6-73c3-4e05-b30d-369d93d5f5df-root {
    text-align: center;
  }


#s-d7bc81a6-73c3-4e05-b30d-369d93d5f5df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d7bc81a6-73c3-4e05-b30d-369d93d5f5df-root {
    text-align: center;
  }


#s-d7bc81a6-73c3-4e05-b30d-369d93d5f5df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
#s-0fc0f039-e3ab-43f2-89fc-f5402970abb0 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fc0f039-e3ab-43f2-89fc-f5402970abb0 {
  min-height: 50px;
}
}







#s-0fc0f039-e3ab-43f2-89fc-f5402970abb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fc0f039-e3ab-43f2-89fc-f5402970abb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-0fc0f039-e3ab-43f2-89fc-f5402970abb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fc0f039-e3ab-43f2-89fc-f5402970abb0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-0fc0f039-e3ab-43f2-89fc-f5402970abb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fc0f039-e3ab-43f2-89fc-f5402970abb0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-8915fd7e-35ad-4c99-8d9c-726d7a059479 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-8915fd7e-35ad-4c99-8d9c-726d7a059479 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8915fd7e-35ad-4c99-8d9c-726d7a059479 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8915fd7e-35ad-4c99-8d9c-726d7a059479 {
  display: none;
}
#s-8915fd7e-35ad-4c99-8d9c-726d7a059479, #wrap-s-8915fd7e-35ad-4c99-8d9c-726d7a059479 { display: none !important; }}@media (max-width: 767px){#s-8915fd7e-35ad-4c99-8d9c-726d7a059479 {
  display: none;
}
#s-8915fd7e-35ad-4c99-8d9c-726d7a059479, #wrap-s-8915fd7e-35ad-4c99-8d9c-726d7a059479 { display: none !important; }}
#s-e1179096-13f8-4aff-925a-b148a165f868 {
  text-align: left;
}
@media (min-width: 1200px){#s-e1179096-13f8-4aff-925a-b148a165f868 {
  display: none;
}
#s-e1179096-13f8-4aff-925a-b148a165f868, #wrap-s-e1179096-13f8-4aff-925a-b148a165f868 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1179096-13f8-4aff-925a-b148a165f868 {
  display: none;
}
#s-e1179096-13f8-4aff-925a-b148a165f868, #wrap-s-e1179096-13f8-4aff-925a-b148a165f868 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1179096-13f8-4aff-925a-b148a165f868 {
  margin-bottom: 30px;
display: none;
}
#s-e1179096-13f8-4aff-925a-b148a165f868, #wrap-s-e1179096-13f8-4aff-925a-b148a165f868 { display: none !important; }}@media (max-width: 767px){#s-e1179096-13f8-4aff-925a-b148a165f868 {
  margin-bottom: 10px;
}
}






  #s-e1179096-13f8-4aff-925a-b148a165f868 img.shogun-image {
    

    
    
    
  }


#s-e1179096-13f8-4aff-925a-b148a165f868 .shogun-image-content {
  
    align-items: center;
  
}

#s-c65bd42c-143e-4880-a426-c989650fc588 {
  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-c65bd42c-143e-4880-a426-c989650fc588:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c65bd42c-143e-4880-a426-c989650fc588:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c65bd42c-143e-4880-a426-c989650fc588-root {
    text-align: center;
  }


#s-c65bd42c-143e-4880-a426-c989650fc588.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c65bd42c-143e-4880-a426-c989650fc588-root {
    text-align: center;
  }


#s-c65bd42c-143e-4880-a426-c989650fc588.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c65bd42c-143e-4880-a426-c989650fc588-root {
    text-align: center;
  }


#s-c65bd42c-143e-4880-a426-c989650fc588.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c65bd42c-143e-4880-a426-c989650fc588-root {
    text-align: center;
  }


#s-c65bd42c-143e-4880-a426-c989650fc588.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c65bd42c-143e-4880-a426-c989650fc588-root {
    text-align: center;
  }


#s-c65bd42c-143e-4880-a426-c989650fc588.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
#s-48a3c3a1-16cc-4dd6-9161-9662f6cbf34d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-48a3c3a1-16cc-4dd6-9161-9662f6cbf34d {
  display: none;
}
#s-48a3c3a1-16cc-4dd6-9161-9662f6cbf34d, #wrap-s-48a3c3a1-16cc-4dd6-9161-9662f6cbf34d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48a3c3a1-16cc-4dd6-9161-9662f6cbf34d {
  display: none;
}
#s-48a3c3a1-16cc-4dd6-9161-9662f6cbf34d, #wrap-s-48a3c3a1-16cc-4dd6-9161-9662f6cbf34d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48a3c3a1-16cc-4dd6-9161-9662f6cbf34d {
  display: none;
}
#s-48a3c3a1-16cc-4dd6-9161-9662f6cbf34d, #wrap-s-48a3c3a1-16cc-4dd6-9161-9662f6cbf34d { display: none !important; }}@media (max-width: 767px){#s-48a3c3a1-16cc-4dd6-9161-9662f6cbf34d {
  
}
}
#s-76493dfd-0f58-4265-bbd3-cda515b81ec2 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (min-width: 1200px){#s-76493dfd-0f58-4265-bbd3-cda515b81ec2 {
  display: none;
}
#s-76493dfd-0f58-4265-bbd3-cda515b81ec2, #wrap-s-76493dfd-0f58-4265-bbd3-cda515b81ec2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76493dfd-0f58-4265-bbd3-cda515b81ec2 {
  display: none;
}
#s-76493dfd-0f58-4265-bbd3-cda515b81ec2, #wrap-s-76493dfd-0f58-4265-bbd3-cda515b81ec2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76493dfd-0f58-4265-bbd3-cda515b81ec2 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-76493dfd-0f58-4265-bbd3-cda515b81ec2 {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-76493dfd-0f58-4265-bbd3-cda515b81ec2, #wrap-s-76493dfd-0f58-4265-bbd3-cda515b81ec2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-76493dfd-0f58-4265-bbd3-cda515b81ec2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76493dfd-0f58-4265-bbd3-cda515b81ec2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-76493dfd-0f58-4265-bbd3-cda515b81ec2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-76493dfd-0f58-4265-bbd3-cda515b81ec2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-044db7f3-1948-4512-ad3c-ade5eb97beb8 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-044db7f3-1948-4512-ad3c-ade5eb97beb8 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-044db7f3-1948-4512-ad3c-ade5eb97beb8 {
  margin-bottom: 35px;
}
}






  #s-044db7f3-1948-4512-ad3c-ade5eb97beb8 img.shogun-image {
    

    
    
    
  }


#s-044db7f3-1948-4512-ad3c-ade5eb97beb8 .shogun-image-content {
  
    align-items: center;
  
}

#s-358a9995-205a-4a9e-b726-2dabb09f7313 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
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-358a9995-205a-4a9e-b726-2dabb09f7313:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-358a9995-205a-4a9e-b726-2dabb09f7313:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-358a9995-205a-4a9e-b726-2dabb09f7313-root {
    text-align: center;
  }


#s-358a9995-205a-4a9e-b726-2dabb09f7313.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-358a9995-205a-4a9e-b726-2dabb09f7313-root {
    text-align: center;
  }


#s-358a9995-205a-4a9e-b726-2dabb09f7313.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-358a9995-205a-4a9e-b726-2dabb09f7313-root {
    text-align: center;
  }


#s-358a9995-205a-4a9e-b726-2dabb09f7313.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-358a9995-205a-4a9e-b726-2dabb09f7313-root {
    text-align: center;
  }


#s-358a9995-205a-4a9e-b726-2dabb09f7313.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-358a9995-205a-4a9e-b726-2dabb09f7313-root {
    text-align: center;
  }


#s-358a9995-205a-4a9e-b726-2dabb09f7313.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
#s-339e9c3d-5d64-4515-97ca-869125aec1bd {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-339e9c3d-5d64-4515-97ca-869125aec1bd {
  min-height: 50px;
}
}







#s-339e9c3d-5d64-4515-97ca-869125aec1bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-339e9c3d-5d64-4515-97ca-869125aec1bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-339e9c3d-5d64-4515-97ca-869125aec1bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-339e9c3d-5d64-4515-97ca-869125aec1bd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-339e9c3d-5d64-4515-97ca-869125aec1bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-339e9c3d-5d64-4515-97ca-869125aec1bd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-d8a3a3b6-f00a-4f78-81f4-047116e95960 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-d8a3a3b6-f00a-4f78-81f4-047116e95960 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d8a3a3b6-f00a-4f78-81f4-047116e95960 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d8a3a3b6-f00a-4f78-81f4-047116e95960 {
  display: none;
}
#s-d8a3a3b6-f00a-4f78-81f4-047116e95960, #wrap-s-d8a3a3b6-f00a-4f78-81f4-047116e95960 { display: none !important; }}@media (max-width: 767px){#s-d8a3a3b6-f00a-4f78-81f4-047116e95960 {
  display: none;
}
#s-d8a3a3b6-f00a-4f78-81f4-047116e95960, #wrap-s-d8a3a3b6-f00a-4f78-81f4-047116e95960 { display: none !important; }}
#s-b9d53308-99b8-4c2b-bd96-43137ea13804 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-b9d53308-99b8-4c2b-bd96-43137ea13804 {
  display: none;
}
#s-b9d53308-99b8-4c2b-bd96-43137ea13804, #wrap-s-b9d53308-99b8-4c2b-bd96-43137ea13804 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9d53308-99b8-4c2b-bd96-43137ea13804 {
  display: none;
}
#s-b9d53308-99b8-4c2b-bd96-43137ea13804, #wrap-s-b9d53308-99b8-4c2b-bd96-43137ea13804 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9d53308-99b8-4c2b-bd96-43137ea13804 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-b9d53308-99b8-4c2b-bd96-43137ea13804 {
  display: none;
}
#s-b9d53308-99b8-4c2b-bd96-43137ea13804, #wrap-s-b9d53308-99b8-4c2b-bd96-43137ea13804 { display: none !important; }}
#s-944d5997-1d6b-44ce-b23b-0d96edbe99ed {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-944d5997-1d6b-44ce-b23b-0d96edbe99ed {
  display: none;
}
#s-944d5997-1d6b-44ce-b23b-0d96edbe99ed, #wrap-s-944d5997-1d6b-44ce-b23b-0d96edbe99ed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-944d5997-1d6b-44ce-b23b-0d96edbe99ed {
  display: none;
}
#s-944d5997-1d6b-44ce-b23b-0d96edbe99ed, #wrap-s-944d5997-1d6b-44ce-b23b-0d96edbe99ed { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-944d5997-1d6b-44ce-b23b-0d96edbe99ed {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-944d5997-1d6b-44ce-b23b-0d96edbe99ed {
  display: none;
}
#s-944d5997-1d6b-44ce-b23b-0d96edbe99ed, #wrap-s-944d5997-1d6b-44ce-b23b-0d96edbe99ed { display: none !important; }}
#s-d95574db-c7a6-481c-a6ea-cb9cf3c72956 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-d95574db-c7a6-481c-a6ea-cb9cf3c72956 .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-fbc010df-09c0-423e-9ce6-1ac812dde9c7 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-bde22576-941c-40b0-85d0-eb0e248ca71e {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-bde22576-941c-40b0-85d0-eb0e248ca71e .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-4b5c0177-a49e-4eac-928e-bab30289dd3b {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-61a9db4b-da68-46a8-a5d5-c3a891422bf6 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-61a9db4b-da68-46a8-a5d5-c3a891422bf6 {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-61a9db4b-da68-46a8-a5d5-c3a891422bf6, #wrap-s-61a9db4b-da68-46a8-a5d5-c3a891422bf6 { display: none !important; }}@media (max-width: 767px){#s-61a9db4b-da68-46a8-a5d5-c3a891422bf6 {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-61a9db4b-da68-46a8-a5d5-c3a891422bf6, #wrap-s-61a9db4b-da68-46a8-a5d5-c3a891422bf6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-61a9db4b-da68-46a8-a5d5-c3a891422bf6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61a9db4b-da68-46a8-a5d5-c3a891422bf6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-61a9db4b-da68-46a8-a5d5-c3a891422bf6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-61a9db4b-da68-46a8-a5d5-c3a891422bf6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-f3c9348a-ed1c-41c4-93b2-e75608707211 {
  min-height: 50px;
}








#s-f3c9348a-ed1c-41c4-93b2-e75608707211 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3c9348a-ed1c-41c4-93b2-e75608707211.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-f3c9348a-ed1c-41c4-93b2-e75608707211 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3c9348a-ed1c-41c4-93b2-e75608707211.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-f3c9348a-ed1c-41c4-93b2-e75608707211 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3c9348a-ed1c-41c4-93b2-e75608707211.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-44c04147-4460-49ff-ae35-98124ff0538a {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-44c04147-4460-49ff-ae35-98124ff0538a .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-d3f3764d-dc8b-4ae2-abc0-f78f76412818 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-d3f3764d-dc8b-4ae2-abc0-f78f76412818 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3f3764d-dc8b-4ae2-abc0-f78f76412818 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3f3764d-dc8b-4ae2-abc0-f78f76412818 {
  
}
}@media (max-width: 767px){#s-d3f3764d-dc8b-4ae2-abc0-f78f76412818 {
  
}
}
#s-2d4923f9-0d48-452f-8898-00e5db157571 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-2d4923f9-0d48-452f-8898-00e5db157571 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-39ceeeb8-8e95-46aa-b4c6-4cb30db0b65c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-39ceeeb8-8e95-46aa-b4c6-4cb30db0b65c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39ceeeb8-8e95-46aa-b4c6-4cb30db0b65c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-39ceeeb8-8e95-46aa-b4c6-4cb30db0b65c {
  
}
}@media (max-width: 767px){#s-39ceeeb8-8e95-46aa-b4c6-4cb30db0b65c {
  
}
}
#s-d2172fea-9d6b-4146-8e0b-79e16a1cf2a6 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2172fea-9d6b-4146-8e0b-79e16a1cf2a6 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-d2172fea-9d6b-4146-8e0b-79e16a1cf2a6 {
  margin-bottom: 30px;
}
}






  #s-d2172fea-9d6b-4146-8e0b-79e16a1cf2a6 img.shogun-image {
    

    
    
    
  }


#s-d2172fea-9d6b-4146-8e0b-79e16a1cf2a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-067a55ac-1205-4ae9-afb4-984477c4685b {
  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-067a55ac-1205-4ae9-afb4-984477c4685b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-067a55ac-1205-4ae9-afb4-984477c4685b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-067a55ac-1205-4ae9-afb4-984477c4685b {
  padding-top: 8px;
padding-left: 15px;
padding-bottom: 8px;
padding-right: 15px;
}
}

  #s-067a55ac-1205-4ae9-afb4-984477c4685b-root {
    text-align: center;
  }


#s-067a55ac-1205-4ae9-afb4-984477c4685b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-067a55ac-1205-4ae9-afb4-984477c4685b-root {
    text-align: center;
  }


#s-067a55ac-1205-4ae9-afb4-984477c4685b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-067a55ac-1205-4ae9-afb4-984477c4685b-root {
    text-align: center;
  }


#s-067a55ac-1205-4ae9-afb4-984477c4685b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-067a55ac-1205-4ae9-afb4-984477c4685b-root {
    text-align: center;
  }


#s-067a55ac-1205-4ae9-afb4-984477c4685b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-067a55ac-1205-4ae9-afb4-984477c4685b-root {
    text-align: center;
  }


#s-067a55ac-1205-4ae9-afb4-984477c4685b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
#s-aa401f30-feea-453e-8dee-41993a25666a {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-aa401f30-feea-453e-8dee-41993a25666a {
  display: none;
}
#s-aa401f30-feea-453e-8dee-41993a25666a, #wrap-s-aa401f30-feea-453e-8dee-41993a25666a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa401f30-feea-453e-8dee-41993a25666a {
  display: none;
}
#s-aa401f30-feea-453e-8dee-41993a25666a, #wrap-s-aa401f30-feea-453e-8dee-41993a25666a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa401f30-feea-453e-8dee-41993a25666a {
  display: none;
}
#s-aa401f30-feea-453e-8dee-41993a25666a, #wrap-s-aa401f30-feea-453e-8dee-41993a25666a { display: none !important; }}
#s-aa401f30-feea-453e-8dee-41993a25666a .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-a0b421b9-252a-4620-8021-67dd035ddd45 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-a0b421b9-252a-4620-8021-67dd035ddd45 {
  display: none;
}
#s-a0b421b9-252a-4620-8021-67dd035ddd45, #wrap-s-a0b421b9-252a-4620-8021-67dd035ddd45 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0b421b9-252a-4620-8021-67dd035ddd45 {
  display: none;
}
#s-a0b421b9-252a-4620-8021-67dd035ddd45, #wrap-s-a0b421b9-252a-4620-8021-67dd035ddd45 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0b421b9-252a-4620-8021-67dd035ddd45 {
  display: none;
}
#s-a0b421b9-252a-4620-8021-67dd035ddd45, #wrap-s-a0b421b9-252a-4620-8021-67dd035ddd45 { display: none !important; }}@media (max-width: 767px){#s-a0b421b9-252a-4620-8021-67dd035ddd45 {
  
}
}
#s-6f3e1b13-2c8d-4c4d-86b6-66690ac3412e {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-6f3e1b13-2c8d-4c4d-86b6-66690ac3412e {
  display: none;
}
#s-6f3e1b13-2c8d-4c4d-86b6-66690ac3412e, #wrap-s-6f3e1b13-2c8d-4c4d-86b6-66690ac3412e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f3e1b13-2c8d-4c4d-86b6-66690ac3412e {
  display: none;
}
#s-6f3e1b13-2c8d-4c4d-86b6-66690ac3412e, #wrap-s-6f3e1b13-2c8d-4c4d-86b6-66690ac3412e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f3e1b13-2c8d-4c4d-86b6-66690ac3412e {
  display: none;
}
#s-6f3e1b13-2c8d-4c4d-86b6-66690ac3412e, #wrap-s-6f3e1b13-2c8d-4c4d-86b6-66690ac3412e { display: none !important; }}
#s-6f3e1b13-2c8d-4c4d-86b6-66690ac3412e .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-bace84fa-525b-462a-ac5e-b9dc209d84de {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-bace84fa-525b-462a-ac5e-b9dc209d84de {
  display: none;
}
#s-bace84fa-525b-462a-ac5e-b9dc209d84de, #wrap-s-bace84fa-525b-462a-ac5e-b9dc209d84de { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bace84fa-525b-462a-ac5e-b9dc209d84de {
  display: none;
}
#s-bace84fa-525b-462a-ac5e-b9dc209d84de, #wrap-s-bace84fa-525b-462a-ac5e-b9dc209d84de { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bace84fa-525b-462a-ac5e-b9dc209d84de {
  display: none;
}
#s-bace84fa-525b-462a-ac5e-b9dc209d84de, #wrap-s-bace84fa-525b-462a-ac5e-b9dc209d84de { display: none !important; }}@media (max-width: 767px){#s-bace84fa-525b-462a-ac5e-b9dc209d84de {
  
}
}
#s-7a5ec650-f39d-43e7-8837-6dc4e66f5c8c {
  text-align: left;
}
@media (min-width: 1200px){#s-7a5ec650-f39d-43e7-8837-6dc4e66f5c8c {
  display: none;
}
#s-7a5ec650-f39d-43e7-8837-6dc4e66f5c8c, #wrap-s-7a5ec650-f39d-43e7-8837-6dc4e66f5c8c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a5ec650-f39d-43e7-8837-6dc4e66f5c8c {
  display: none;
}
#s-7a5ec650-f39d-43e7-8837-6dc4e66f5c8c, #wrap-s-7a5ec650-f39d-43e7-8837-6dc4e66f5c8c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a5ec650-f39d-43e7-8837-6dc4e66f5c8c {
  margin-bottom: 30px;
display: none;
}
#s-7a5ec650-f39d-43e7-8837-6dc4e66f5c8c, #wrap-s-7a5ec650-f39d-43e7-8837-6dc4e66f5c8c { display: none !important; }}@media (max-width: 767px){#s-7a5ec650-f39d-43e7-8837-6dc4e66f5c8c {
  margin-bottom: 10px;
}
}






  #s-7a5ec650-f39d-43e7-8837-6dc4e66f5c8c img.shogun-image {
    

    
    
    
  }


#s-7a5ec650-f39d-43e7-8837-6dc4e66f5c8c .shogun-image-content {
  
    align-items: center;
  
}

#s-6392e417-8ff0-4376-93cc-3bb6f6f4e991 {
  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-6392e417-8ff0-4376-93cc-3bb6f6f4e991:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6392e417-8ff0-4376-93cc-3bb6f6f4e991:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6392e417-8ff0-4376-93cc-3bb6f6f4e991 {
  padding-top: 8px;
padding-left: 15px;
padding-bottom: 8px;
padding-right: 15px;
}
}

  #s-6392e417-8ff0-4376-93cc-3bb6f6f4e991-root {
    text-align: center;
  }


#s-6392e417-8ff0-4376-93cc-3bb6f6f4e991.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6392e417-8ff0-4376-93cc-3bb6f6f4e991-root {
    text-align: center;
  }


#s-6392e417-8ff0-4376-93cc-3bb6f6f4e991.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6392e417-8ff0-4376-93cc-3bb6f6f4e991-root {
    text-align: center;
  }


#s-6392e417-8ff0-4376-93cc-3bb6f6f4e991.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6392e417-8ff0-4376-93cc-3bb6f6f4e991-root {
    text-align: center;
  }


#s-6392e417-8ff0-4376-93cc-3bb6f6f4e991.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6392e417-8ff0-4376-93cc-3bb6f6f4e991-root {
    text-align: center;
  }


#s-6392e417-8ff0-4376-93cc-3bb6f6f4e991.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
#s-40fcf6fe-5d49-4b0d-b3fd-eb8f95823b73 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (min-width: 1200px){#s-40fcf6fe-5d49-4b0d-b3fd-eb8f95823b73 {
  display: none;
}
#s-40fcf6fe-5d49-4b0d-b3fd-eb8f95823b73, #wrap-s-40fcf6fe-5d49-4b0d-b3fd-eb8f95823b73 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40fcf6fe-5d49-4b0d-b3fd-eb8f95823b73 {
  display: none;
}
#s-40fcf6fe-5d49-4b0d-b3fd-eb8f95823b73, #wrap-s-40fcf6fe-5d49-4b0d-b3fd-eb8f95823b73 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-40fcf6fe-5d49-4b0d-b3fd-eb8f95823b73 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-40fcf6fe-5d49-4b0d-b3fd-eb8f95823b73 {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-40fcf6fe-5d49-4b0d-b3fd-eb8f95823b73, #wrap-s-40fcf6fe-5d49-4b0d-b3fd-eb8f95823b73 { display: none !important; }}
@media (min-width: 0px) {
[id="s-40fcf6fe-5d49-4b0d-b3fd-eb8f95823b73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40fcf6fe-5d49-4b0d-b3fd-eb8f95823b73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-40fcf6fe-5d49-4b0d-b3fd-eb8f95823b73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-40fcf6fe-5d49-4b0d-b3fd-eb8f95823b73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-7a87f682-958e-477b-a9b5-fcfdd5194f0a {
  min-height: 50px;
}








#s-7a87f682-958e-477b-a9b5-fcfdd5194f0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a87f682-958e-477b-a9b5-fcfdd5194f0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-7a87f682-958e-477b-a9b5-fcfdd5194f0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a87f682-958e-477b-a9b5-fcfdd5194f0a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-7a87f682-958e-477b-a9b5-fcfdd5194f0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a87f682-958e-477b-a9b5-fcfdd5194f0a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-dd4944a8-ce5a-49c9-ad6d-c6d45b9a6324 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-dd4944a8-ce5a-49c9-ad6d-c6d45b9a6324 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-8dc31880-0dbd-4ec2-927b-be0d409357b0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-8dc31880-0dbd-4ec2-927b-be0d409357b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8dc31880-0dbd-4ec2-927b-be0d409357b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8dc31880-0dbd-4ec2-927b-be0d409357b0 {
  
}
}@media (max-width: 767px){#s-8dc31880-0dbd-4ec2-927b-be0d409357b0 {
  
}
}
#s-c3071061-45ee-4d81-89d6-6e21fcf50137 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c3071061-45ee-4d81-89d6-6e21fcf50137 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-c3071061-45ee-4d81-89d6-6e21fcf50137 {
  margin-bottom: 30px;
}
}






  #s-c3071061-45ee-4d81-89d6-6e21fcf50137 img.shogun-image {
    

    
    
    
  }


#s-c3071061-45ee-4d81-89d6-6e21fcf50137 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb547784-b14d-4fbe-8d43-c7245eb4293b {
  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-eb547784-b14d-4fbe-8d43-c7245eb4293b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb547784-b14d-4fbe-8d43-c7245eb4293b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-eb547784-b14d-4fbe-8d43-c7245eb4293b {
  padding-top: 8px;
padding-left: 15px;
padding-bottom: 8px;
padding-right: 15px;
}
}

  #s-eb547784-b14d-4fbe-8d43-c7245eb4293b-root {
    text-align: center;
  }


#s-eb547784-b14d-4fbe-8d43-c7245eb4293b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb547784-b14d-4fbe-8d43-c7245eb4293b-root {
    text-align: center;
  }


#s-eb547784-b14d-4fbe-8d43-c7245eb4293b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb547784-b14d-4fbe-8d43-c7245eb4293b-root {
    text-align: center;
  }


#s-eb547784-b14d-4fbe-8d43-c7245eb4293b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb547784-b14d-4fbe-8d43-c7245eb4293b-root {
    text-align: center;
  }


#s-eb547784-b14d-4fbe-8d43-c7245eb4293b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb547784-b14d-4fbe-8d43-c7245eb4293b-root {
    text-align: center;
  }


#s-eb547784-b14d-4fbe-8d43-c7245eb4293b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
#s-c54baf63-329c-4c4a-9a5e-61c0f272dba9 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-c54baf63-329c-4c4a-9a5e-61c0f272dba9 {
  display: none;
}
#s-c54baf63-329c-4c4a-9a5e-61c0f272dba9, #wrap-s-c54baf63-329c-4c4a-9a5e-61c0f272dba9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c54baf63-329c-4c4a-9a5e-61c0f272dba9 {
  display: none;
}
#s-c54baf63-329c-4c4a-9a5e-61c0f272dba9, #wrap-s-c54baf63-329c-4c4a-9a5e-61c0f272dba9 { display: none !important; }}@media (max-width: 767px){#s-c54baf63-329c-4c4a-9a5e-61c0f272dba9 {
  display: none;
}
#s-c54baf63-329c-4c4a-9a5e-61c0f272dba9, #wrap-s-c54baf63-329c-4c4a-9a5e-61c0f272dba9 { display: none !important; }}
#s-c54baf63-329c-4c4a-9a5e-61c0f272dba9 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-fffd0cc8-8d2c-4a92-9274-ef05a8ab1507 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-fffd0cc8-8d2c-4a92-9274-ef05a8ab1507 {
  display: none;
}
#s-fffd0cc8-8d2c-4a92-9274-ef05a8ab1507, #wrap-s-fffd0cc8-8d2c-4a92-9274-ef05a8ab1507 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fffd0cc8-8d2c-4a92-9274-ef05a8ab1507 {
  display: none;
}
#s-fffd0cc8-8d2c-4a92-9274-ef05a8ab1507, #wrap-s-fffd0cc8-8d2c-4a92-9274-ef05a8ab1507 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fffd0cc8-8d2c-4a92-9274-ef05a8ab1507 {
  
}
}@media (max-width: 767px){#s-fffd0cc8-8d2c-4a92-9274-ef05a8ab1507 {
  display: none;
}
#s-fffd0cc8-8d2c-4a92-9274-ef05a8ab1507, #wrap-s-fffd0cc8-8d2c-4a92-9274-ef05a8ab1507 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-8db31e02-ad81-4996-a7fb-e98d8fbfab61 {
  display: none;
}
#s-8db31e02-ad81-4996-a7fb-e98d8fbfab61, #wrap-s-8db31e02-ad81-4996-a7fb-e98d8fbfab61 { display: none !important; }}@media (max-width: 767px){#s-8db31e02-ad81-4996-a7fb-e98d8fbfab61 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-8db31e02-ad81-4996-a7fb-e98d8fbfab61, #wrap-s-8db31e02-ad81-4996-a7fb-e98d8fbfab61 { display: none !important; }}
#s-d40114c6-8cf3-4561-9f31-d1a9df46793d {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-d40114c6-8cf3-4561-9f31-d1a9df46793d .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-77d71647-ee91-43a5-b866-e3fc7d0e0b2d {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-c87b0e38-0b13-4453-af89-0b3ae11e2c75 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c87b0e38-0b13-4453-af89-0b3ae11e2c75 {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-c87b0e38-0b13-4453-af89-0b3ae11e2c75, #wrap-s-c87b0e38-0b13-4453-af89-0b3ae11e2c75 { display: none !important; }}@media (max-width: 767px){#s-c87b0e38-0b13-4453-af89-0b3ae11e2c75 {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-c87b0e38-0b13-4453-af89-0b3ae11e2c75, #wrap-s-c87b0e38-0b13-4453-af89-0b3ae11e2c75 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c87b0e38-0b13-4453-af89-0b3ae11e2c75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c87b0e38-0b13-4453-af89-0b3ae11e2c75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c87b0e38-0b13-4453-af89-0b3ae11e2c75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c87b0e38-0b13-4453-af89-0b3ae11e2c75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-96cd0e29-b78a-4a73-8b2c-7cd24610338e {
  min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-96cd0e29-b78a-4a73-8b2c-7cd24610338e {
  margin-bottom: 35px;
}
}@media (max-width: 767px){#s-96cd0e29-b78a-4a73-8b2c-7cd24610338e {
  margin-bottom: 35px;
}
}







#s-96cd0e29-b78a-4a73-8b2c-7cd24610338e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96cd0e29-b78a-4a73-8b2c-7cd24610338e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89871ec9-78c7-45a9-9fa0-7e7be4edaf51 {
  padding-top: 60px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(248, 248, 248, 1);
}







  #s-89871ec9-78c7-45a9-9fa0-7e7be4edaf51 img.shogun-image {
    

    
    
    
  }


#s-89871ec9-78c7-45a9-9fa0-7e7be4edaf51 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e746c05-c5ae-416e-a6cf-6f1e3654faee {
  margin-left: 15px;
margin-right: 15px;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
background-color: rgba(248, 248, 248, 1);
}








#s-00f7ec3f-eaba-43e2-b0b1-20801e3b4033 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00f7ec3f-eaba-43e2-b0b1-20801e3b4033.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed015582-8583-4895-9ca5-6fce3cba5666 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-ed015582-8583-4895-9ca5-6fce3cba5666 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-3177f6e6-cd1b-469d-96a8-5b65180a7f6c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-3177f6e6-cd1b-469d-96a8-5b65180a7f6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3177f6e6-cd1b-469d-96a8-5b65180a7f6c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3177f6e6-cd1b-469d-96a8-5b65180a7f6c {
  
}
}@media (max-width: 767px){#s-3177f6e6-cd1b-469d-96a8-5b65180a7f6c {
  
}
}
#s-1a4cd0f9-b4c3-45c5-85c6-5ccda3ed3aa6 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-1a4cd0f9-b4c3-45c5-85c6-5ccda3ed3aa6 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-975dd178-541f-48f1-a400-72c8455bbf93 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-975dd178-541f-48f1-a400-72c8455bbf93 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-975dd178-541f-48f1-a400-72c8455bbf93 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-975dd178-541f-48f1-a400-72c8455bbf93 {
  
}
}@media (max-width: 767px){#s-975dd178-541f-48f1-a400-72c8455bbf93 {
  
}
}
#s-a526bb5e-28ac-49b7-b2d0-6211ad6d4503 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-a526bb5e-28ac-49b7-b2d0-6211ad6d4503 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-1de7cd7c-26c9-4b3d-9488-4aa59e73fc7c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-1de7cd7c-26c9-4b3d-9488-4aa59e73fc7c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1de7cd7c-26c9-4b3d-9488-4aa59e73fc7c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1de7cd7c-26c9-4b3d-9488-4aa59e73fc7c {
  
}
}@media (max-width: 767px){#s-1de7cd7c-26c9-4b3d-9488-4aa59e73fc7c {
  
}
}
#s-0031d944-78b8-4254-8e8d-98421a6c3d5e {
  padding-top: 60px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-0031d944-78b8-4254-8e8d-98421a6c3d5e {
  display: none;
}
#s-0031d944-78b8-4254-8e8d-98421a6c3d5e, #wrap-s-0031d944-78b8-4254-8e8d-98421a6c3d5e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0031d944-78b8-4254-8e8d-98421a6c3d5e {
  display: none;
}
#s-0031d944-78b8-4254-8e8d-98421a6c3d5e, #wrap-s-0031d944-78b8-4254-8e8d-98421a6c3d5e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0031d944-78b8-4254-8e8d-98421a6c3d5e {
  display: none;
}
#s-0031d944-78b8-4254-8e8d-98421a6c3d5e, #wrap-s-0031d944-78b8-4254-8e8d-98421a6c3d5e { display: none !important; }}






  #s-0031d944-78b8-4254-8e8d-98421a6c3d5e img.shogun-image {
    

    
    
    
  }


#s-0031d944-78b8-4254-8e8d-98421a6c3d5e .shogun-image-content {
  
    align-items: center;
  
}

#s-e3787d76-b1a8-47a2-91b2-f591e9aac26d {
  margin-bottom: 10px;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-e3787d76-b1a8-47a2-91b2-f591e9aac26d {
  display: none;
}
#s-e3787d76-b1a8-47a2-91b2-f591e9aac26d, #wrap-s-e3787d76-b1a8-47a2-91b2-f591e9aac26d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3787d76-b1a8-47a2-91b2-f591e9aac26d {
  display: none;
}
#s-e3787d76-b1a8-47a2-91b2-f591e9aac26d, #wrap-s-e3787d76-b1a8-47a2-91b2-f591e9aac26d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3787d76-b1a8-47a2-91b2-f591e9aac26d {
  display: none;
}
#s-e3787d76-b1a8-47a2-91b2-f591e9aac26d, #wrap-s-e3787d76-b1a8-47a2-91b2-f591e9aac26d { display: none !important; }}
#s-e661bcd1-cf47-4875-bc6b-e83b48d9ecc7 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-e661bcd1-cf47-4875-bc6b-e83b48d9ecc7 {
  display: none;
}
#s-e661bcd1-cf47-4875-bc6b-e83b48d9ecc7, #wrap-s-e661bcd1-cf47-4875-bc6b-e83b48d9ecc7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e661bcd1-cf47-4875-bc6b-e83b48d9ecc7 {
  display: none;
}
#s-e661bcd1-cf47-4875-bc6b-e83b48d9ecc7, #wrap-s-e661bcd1-cf47-4875-bc6b-e83b48d9ecc7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e661bcd1-cf47-4875-bc6b-e83b48d9ecc7 {
  display: none;
}
#s-e661bcd1-cf47-4875-bc6b-e83b48d9ecc7, #wrap-s-e661bcd1-cf47-4875-bc6b-e83b48d9ecc7 { display: none !important; }}
#s-e661bcd1-cf47-4875-bc6b-e83b48d9ecc7 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-b4790b90-4c0b-4286-8a7d-2da774a8b040 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-b4790b90-4c0b-4286-8a7d-2da774a8b040 {
  display: none;
}
#s-b4790b90-4c0b-4286-8a7d-2da774a8b040, #wrap-s-b4790b90-4c0b-4286-8a7d-2da774a8b040 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4790b90-4c0b-4286-8a7d-2da774a8b040 {
  display: none;
}
#s-b4790b90-4c0b-4286-8a7d-2da774a8b040, #wrap-s-b4790b90-4c0b-4286-8a7d-2da774a8b040 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4790b90-4c0b-4286-8a7d-2da774a8b040 {
  display: none;
}
#s-b4790b90-4c0b-4286-8a7d-2da774a8b040, #wrap-s-b4790b90-4c0b-4286-8a7d-2da774a8b040 { display: none !important; }}@media (max-width: 767px){#s-b4790b90-4c0b-4286-8a7d-2da774a8b040 {
  
}
}
#s-14824595-868b-424c-8b11-40f76618f1e4 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-14824595-868b-424c-8b11-40f76618f1e4 {
  display: none;
}
#s-14824595-868b-424c-8b11-40f76618f1e4, #wrap-s-14824595-868b-424c-8b11-40f76618f1e4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14824595-868b-424c-8b11-40f76618f1e4 {
  display: none;
}
#s-14824595-868b-424c-8b11-40f76618f1e4, #wrap-s-14824595-868b-424c-8b11-40f76618f1e4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14824595-868b-424c-8b11-40f76618f1e4 {
  display: none;
}
#s-14824595-868b-424c-8b11-40f76618f1e4, #wrap-s-14824595-868b-424c-8b11-40f76618f1e4 { display: none !important; }}
#s-14824595-868b-424c-8b11-40f76618f1e4 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-51c7c1c4-41c1-4289-a4bf-6f5b17e9515b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-51c7c1c4-41c1-4289-a4bf-6f5b17e9515b {
  display: none;
}
#s-51c7c1c4-41c1-4289-a4bf-6f5b17e9515b, #wrap-s-51c7c1c4-41c1-4289-a4bf-6f5b17e9515b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51c7c1c4-41c1-4289-a4bf-6f5b17e9515b {
  display: none;
}
#s-51c7c1c4-41c1-4289-a4bf-6f5b17e9515b, #wrap-s-51c7c1c4-41c1-4289-a4bf-6f5b17e9515b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-51c7c1c4-41c1-4289-a4bf-6f5b17e9515b {
  display: none;
}
#s-51c7c1c4-41c1-4289-a4bf-6f5b17e9515b, #wrap-s-51c7c1c4-41c1-4289-a4bf-6f5b17e9515b { display: none !important; }}@media (max-width: 767px){#s-51c7c1c4-41c1-4289-a4bf-6f5b17e9515b {
  
}
}
#s-b863c423-25d2-45cd-a45e-eca59f2f9eaa {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-b863c423-25d2-45cd-a45e-eca59f2f9eaa {
  display: none;
}
#s-b863c423-25d2-45cd-a45e-eca59f2f9eaa, #wrap-s-b863c423-25d2-45cd-a45e-eca59f2f9eaa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b863c423-25d2-45cd-a45e-eca59f2f9eaa {
  display: none;
}
#s-b863c423-25d2-45cd-a45e-eca59f2f9eaa, #wrap-s-b863c423-25d2-45cd-a45e-eca59f2f9eaa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b863c423-25d2-45cd-a45e-eca59f2f9eaa {
  display: none;
}
#s-b863c423-25d2-45cd-a45e-eca59f2f9eaa, #wrap-s-b863c423-25d2-45cd-a45e-eca59f2f9eaa { display: none !important; }}
#s-b863c423-25d2-45cd-a45e-eca59f2f9eaa .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-9015f4f2-f423-4693-b0b7-657300161631 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-9015f4f2-f423-4693-b0b7-657300161631 {
  display: none;
}
#s-9015f4f2-f423-4693-b0b7-657300161631, #wrap-s-9015f4f2-f423-4693-b0b7-657300161631 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9015f4f2-f423-4693-b0b7-657300161631 {
  display: none;
}
#s-9015f4f2-f423-4693-b0b7-657300161631, #wrap-s-9015f4f2-f423-4693-b0b7-657300161631 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9015f4f2-f423-4693-b0b7-657300161631 {
  display: none;
}
#s-9015f4f2-f423-4693-b0b7-657300161631, #wrap-s-9015f4f2-f423-4693-b0b7-657300161631 { display: none !important; }}@media (max-width: 767px){#s-9015f4f2-f423-4693-b0b7-657300161631 {
  
}
}
#s-e564b8c8-c3fd-4859-b217-7c2a01591691 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1280px;
}
@media (min-width: 1200px){#s-e564b8c8-c3fd-4859-b217-7c2a01591691 {
  display: none;
}
#s-e564b8c8-c3fd-4859-b217-7c2a01591691, #wrap-s-e564b8c8-c3fd-4859-b217-7c2a01591691 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e564b8c8-c3fd-4859-b217-7c2a01591691 {
  display: none;
}
#s-e564b8c8-c3fd-4859-b217-7c2a01591691, #wrap-s-e564b8c8-c3fd-4859-b217-7c2a01591691 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e564b8c8-c3fd-4859-b217-7c2a01591691 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-e564b8c8-c3fd-4859-b217-7c2a01591691 {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-e564b8c8-c3fd-4859-b217-7c2a01591691, #wrap-s-e564b8c8-c3fd-4859-b217-7c2a01591691 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e564b8c8-c3fd-4859-b217-7c2a01591691"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e564b8c8-c3fd-4859-b217-7c2a01591691"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e564b8c8-c3fd-4859-b217-7c2a01591691"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e564b8c8-c3fd-4859-b217-7c2a01591691"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-cdfb23df-a2d6-4d42-a7e2-5e0eca3ff4dd {
  min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cdfb23df-a2d6-4d42-a7e2-5e0eca3ff4dd {
  margin-bottom: 35px;
}
}@media (max-width: 767px){#s-cdfb23df-a2d6-4d42-a7e2-5e0eca3ff4dd {
  margin-bottom: 35px;
}
}







#s-cdfb23df-a2d6-4d42-a7e2-5e0eca3ff4dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdfb23df-a2d6-4d42-a7e2-5e0eca3ff4dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25f3002d-3fb9-4e7e-90c1-ecd98c0c4ece {
  padding-top: 60px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(248, 248, 248, 1);
}







  #s-25f3002d-3fb9-4e7e-90c1-ecd98c0c4ece img.shogun-image {
    

    
    
    
  }


#s-25f3002d-3fb9-4e7e-90c1-ecd98c0c4ece .shogun-image-content {
  
    align-items: center;
  
}

#s-cb2cf7ec-fca6-4de3-8d22-a3fe4a84a676 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
background-color: rgba(248, 248, 248, 1);
}








#s-9708170e-c016-4902-ad6f-5a5a4b68011a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9708170e-c016-4902-ad6f-5a5a4b68011a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d529f0bc-0740-460e-be7d-0366ec01d5e1 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-d529f0bc-0740-460e-be7d-0366ec01d5e1 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-420a490a-97ff-4680-8cdf-d269d6409777 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-420a490a-97ff-4680-8cdf-d269d6409777 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-420a490a-97ff-4680-8cdf-d269d6409777 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-420a490a-97ff-4680-8cdf-d269d6409777 {
  
}
}@media (max-width: 767px){#s-420a490a-97ff-4680-8cdf-d269d6409777 {
  
}
}
#s-ecd485f5-6c36-452a-b623-de809aec205e {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-ecd485f5-6c36-452a-b623-de809aec205e .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-406cf207-4acb-44ad-b1d1-f16b0b2f4242 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-406cf207-4acb-44ad-b1d1-f16b0b2f4242 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-406cf207-4acb-44ad-b1d1-f16b0b2f4242 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-406cf207-4acb-44ad-b1d1-f16b0b2f4242 {
  
}
}@media (max-width: 767px){#s-406cf207-4acb-44ad-b1d1-f16b0b2f4242 {
  
}
}
#s-0de59b1c-d94d-4ce7-8634-75b04d1f0256 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-0de59b1c-d94d-4ce7-8634-75b04d1f0256 {
  display: none;
}
#s-0de59b1c-d94d-4ce7-8634-75b04d1f0256, #wrap-s-0de59b1c-d94d-4ce7-8634-75b04d1f0256 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0de59b1c-d94d-4ce7-8634-75b04d1f0256 {
  display: none;
}
#s-0de59b1c-d94d-4ce7-8634-75b04d1f0256, #wrap-s-0de59b1c-d94d-4ce7-8634-75b04d1f0256 { display: none !important; }}@media (max-width: 767px){#s-0de59b1c-d94d-4ce7-8634-75b04d1f0256 {
  display: none;
}
#s-0de59b1c-d94d-4ce7-8634-75b04d1f0256, #wrap-s-0de59b1c-d94d-4ce7-8634-75b04d1f0256 { display: none !important; }}
#s-0de59b1c-d94d-4ce7-8634-75b04d1f0256 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-3a93cae4-77e8-44f5-9b77-30e3cd438ff9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-3a93cae4-77e8-44f5-9b77-30e3cd438ff9 {
  display: none;
}
#s-3a93cae4-77e8-44f5-9b77-30e3cd438ff9, #wrap-s-3a93cae4-77e8-44f5-9b77-30e3cd438ff9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a93cae4-77e8-44f5-9b77-30e3cd438ff9 {
  display: none;
}
#s-3a93cae4-77e8-44f5-9b77-30e3cd438ff9, #wrap-s-3a93cae4-77e8-44f5-9b77-30e3cd438ff9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a93cae4-77e8-44f5-9b77-30e3cd438ff9 {
  
}
}@media (max-width: 767px){#s-3a93cae4-77e8-44f5-9b77-30e3cd438ff9 {
  display: none;
}
#s-3a93cae4-77e8-44f5-9b77-30e3cd438ff9, #wrap-s-3a93cae4-77e8-44f5-9b77-30e3cd438ff9 { display: none !important; }}
#s-5607281c-892c-46d4-99a2-668a390a3ad1 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-5607281c-892c-46d4-99a2-668a390a3ad1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5607281c-892c-46d4-99a2-668a390a3ad1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5607281c-892c-46d4-99a2-668a390a3ad1 {
  
}
}@media (max-width: 767px){#s-5607281c-892c-46d4-99a2-668a390a3ad1 {
  
}
}
#s-5607281c-892c-46d4-99a2-668a390a3ad1 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-08bb1d63-ab7a-44c6-86eb-68b2b7078c16 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-08bb1d63-ab7a-44c6-86eb-68b2b7078c16 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08bb1d63-ab7a-44c6-86eb-68b2b7078c16 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08bb1d63-ab7a-44c6-86eb-68b2b7078c16 {
  
}
}@media (max-width: 767px){#s-08bb1d63-ab7a-44c6-86eb-68b2b7078c16 {
  
}
}
#s-42276192-7740-4e08-a514-812b4ab7b4d9 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (min-width: 768px) and (max-width: 991px){#s-42276192-7740-4e08-a514-812b4ab7b4d9 {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-42276192-7740-4e08-a514-812b4ab7b4d9, #wrap-s-42276192-7740-4e08-a514-812b4ab7b4d9 { display: none !important; }}@media (max-width: 767px){#s-42276192-7740-4e08-a514-812b4ab7b4d9 {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-42276192-7740-4e08-a514-812b4ab7b4d9, #wrap-s-42276192-7740-4e08-a514-812b4ab7b4d9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-42276192-7740-4e08-a514-812b4ab7b4d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42276192-7740-4e08-a514-812b4ab7b4d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-42276192-7740-4e08-a514-812b4ab7b4d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-42276192-7740-4e08-a514-812b4ab7b4d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-fd47bd28-8a04-4b23-aa95-eff8687e8b60 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd47bd28-8a04-4b23-aa95-eff8687e8b60 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-fd47bd28-8a04-4b23-aa95-eff8687e8b60 {
  margin-bottom: 35px;
}
}






  #s-fd47bd28-8a04-4b23-aa95-eff8687e8b60 img.shogun-image {
    

    
    
    
  }


#s-fd47bd28-8a04-4b23-aa95-eff8687e8b60 .shogun-image-content {
  
    align-items: center;
  
}

#s-21818e6d-1875-4329-a060-36f5646faa9c {
  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-21818e6d-1875-4329-a060-36f5646faa9c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21818e6d-1875-4329-a060-36f5646faa9c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-21818e6d-1875-4329-a060-36f5646faa9c {
  padding-top: 8px;
padding-left: 15px;
padding-bottom: 8px;
padding-right: 15px;
}
}

  #s-21818e6d-1875-4329-a060-36f5646faa9c-root {
    text-align: center;
  }


#s-21818e6d-1875-4329-a060-36f5646faa9c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21818e6d-1875-4329-a060-36f5646faa9c-root {
    text-align: center;
  }


#s-21818e6d-1875-4329-a060-36f5646faa9c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21818e6d-1875-4329-a060-36f5646faa9c-root {
    text-align: center;
  }


#s-21818e6d-1875-4329-a060-36f5646faa9c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21818e6d-1875-4329-a060-36f5646faa9c-root {
    text-align: center;
  }


#s-21818e6d-1875-4329-a060-36f5646faa9c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21818e6d-1875-4329-a060-36f5646faa9c-root {
    text-align: center;
  }


#s-21818e6d-1875-4329-a060-36f5646faa9c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
#s-22b28d89-ba16-4a50-913c-d6890e9003ed {
  min-height: 50px;
}








#s-22b28d89-ba16-4a50-913c-d6890e9003ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22b28d89-ba16-4a50-913c-d6890e9003ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-22b28d89-ba16-4a50-913c-d6890e9003ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22b28d89-ba16-4a50-913c-d6890e9003ed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-22b28d89-ba16-4a50-913c-d6890e9003ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22b28d89-ba16-4a50-913c-d6890e9003ed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-74a2db04-17d7-4e2f-9830-02c5837b4391 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-74a2db04-17d7-4e2f-9830-02c5837b4391 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-14628629-71a1-4666-911a-7739b60f741a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-14628629-71a1-4666-911a-7739b60f741a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14628629-71a1-4666-911a-7739b60f741a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-14628629-71a1-4666-911a-7739b60f741a {
  
}
}@media (max-width: 767px){#s-14628629-71a1-4666-911a-7739b60f741a {
  
}
}
#s-0c98279f-b60b-48ad-8095-53cdd8682345 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-0c98279f-b60b-48ad-8095-53cdd8682345 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-36e79525-f40d-47c1-be66-0d00b57c4700 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-36e79525-f40d-47c1-be66-0d00b57c4700 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36e79525-f40d-47c1-be66-0d00b57c4700 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36e79525-f40d-47c1-be66-0d00b57c4700 {
  display: none;
}
#s-36e79525-f40d-47c1-be66-0d00b57c4700, #wrap-s-36e79525-f40d-47c1-be66-0d00b57c4700 { display: none !important; }}@media (max-width: 767px){#s-36e79525-f40d-47c1-be66-0d00b57c4700 {
  display: none;
}
#s-36e79525-f40d-47c1-be66-0d00b57c4700, #wrap-s-36e79525-f40d-47c1-be66-0d00b57c4700 { display: none !important; }}
#s-81902873-a9d2-4a88-9d76-df66e0be2b0b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-81902873-a9d2-4a88-9d76-df66e0be2b0b {
  display: none;
}
#s-81902873-a9d2-4a88-9d76-df66e0be2b0b, #wrap-s-81902873-a9d2-4a88-9d76-df66e0be2b0b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81902873-a9d2-4a88-9d76-df66e0be2b0b {
  display: none;
}
#s-81902873-a9d2-4a88-9d76-df66e0be2b0b, #wrap-s-81902873-a9d2-4a88-9d76-df66e0be2b0b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81902873-a9d2-4a88-9d76-df66e0be2b0b {
  
}
}@media (max-width: 767px){#s-81902873-a9d2-4a88-9d76-df66e0be2b0b {
  display: none;
}
#s-81902873-a9d2-4a88-9d76-df66e0be2b0b, #wrap-s-81902873-a9d2-4a88-9d76-df66e0be2b0b { display: none !important; }}
#s-079eb21c-1d97-431a-ab90-0394ac43c301 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-079eb21c-1d97-431a-ab90-0394ac43c301 {
  display: none;
}
#s-079eb21c-1d97-431a-ab90-0394ac43c301, #wrap-s-079eb21c-1d97-431a-ab90-0394ac43c301 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-079eb21c-1d97-431a-ab90-0394ac43c301 {
  display: none;
}
#s-079eb21c-1d97-431a-ab90-0394ac43c301, #wrap-s-079eb21c-1d97-431a-ab90-0394ac43c301 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-079eb21c-1d97-431a-ab90-0394ac43c301 {
  display: none;
}
#s-079eb21c-1d97-431a-ab90-0394ac43c301, #wrap-s-079eb21c-1d97-431a-ab90-0394ac43c301 { display: none !important; }}@media (max-width: 767px){#s-079eb21c-1d97-431a-ab90-0394ac43c301 {
  
}
}
#s-1f5d47c0-4736-4857-b1fb-3061baaf3d6a {
  text-align: left;
}
@media (min-width: 1200px){#s-1f5d47c0-4736-4857-b1fb-3061baaf3d6a {
  display: none;
}
#s-1f5d47c0-4736-4857-b1fb-3061baaf3d6a, #wrap-s-1f5d47c0-4736-4857-b1fb-3061baaf3d6a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f5d47c0-4736-4857-b1fb-3061baaf3d6a {
  display: none;
}
#s-1f5d47c0-4736-4857-b1fb-3061baaf3d6a, #wrap-s-1f5d47c0-4736-4857-b1fb-3061baaf3d6a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f5d47c0-4736-4857-b1fb-3061baaf3d6a {
  margin-bottom: 30px;
display: none;
}
#s-1f5d47c0-4736-4857-b1fb-3061baaf3d6a, #wrap-s-1f5d47c0-4736-4857-b1fb-3061baaf3d6a { display: none !important; }}@media (max-width: 767px){#s-1f5d47c0-4736-4857-b1fb-3061baaf3d6a {
  margin-bottom: 10px;
}
}






  #s-1f5d47c0-4736-4857-b1fb-3061baaf3d6a img.shogun-image {
    

    
    
    
  }


#s-1f5d47c0-4736-4857-b1fb-3061baaf3d6a .shogun-image-content {
  
    align-items: center;
  
}

#s-2a0227d7-75fa-43aa-8732-be6860b9b96a {
  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-2a0227d7-75fa-43aa-8732-be6860b9b96a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2a0227d7-75fa-43aa-8732-be6860b9b96a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2a0227d7-75fa-43aa-8732-be6860b9b96a {
  padding-top: 8px;
padding-left: 15px;
padding-bottom: 8px;
padding-right: 15px;
}
}

  #s-2a0227d7-75fa-43aa-8732-be6860b9b96a-root {
    text-align: center;
  }


#s-2a0227d7-75fa-43aa-8732-be6860b9b96a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2a0227d7-75fa-43aa-8732-be6860b9b96a-root {
    text-align: center;
  }


#s-2a0227d7-75fa-43aa-8732-be6860b9b96a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a0227d7-75fa-43aa-8732-be6860b9b96a-root {
    text-align: center;
  }


#s-2a0227d7-75fa-43aa-8732-be6860b9b96a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a0227d7-75fa-43aa-8732-be6860b9b96a-root {
    text-align: center;
  }


#s-2a0227d7-75fa-43aa-8732-be6860b9b96a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2a0227d7-75fa-43aa-8732-be6860b9b96a-root {
    text-align: center;
  }


#s-2a0227d7-75fa-43aa-8732-be6860b9b96a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
#s-48fd7ac7-8902-4d0c-91cd-a8658635d424 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-48fd7ac7-8902-4d0c-91cd-a8658635d424 {
  display: none;
}
#s-48fd7ac7-8902-4d0c-91cd-a8658635d424, #wrap-s-48fd7ac7-8902-4d0c-91cd-a8658635d424 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48fd7ac7-8902-4d0c-91cd-a8658635d424 {
  display: none;
}
#s-48fd7ac7-8902-4d0c-91cd-a8658635d424, #wrap-s-48fd7ac7-8902-4d0c-91cd-a8658635d424 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48fd7ac7-8902-4d0c-91cd-a8658635d424 {
  display: none;
}
#s-48fd7ac7-8902-4d0c-91cd-a8658635d424, #wrap-s-48fd7ac7-8902-4d0c-91cd-a8658635d424 { display: none !important; }}
#s-48fd7ac7-8902-4d0c-91cd-a8658635d424 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-8921c6c9-ab17-4191-824f-9aef1b0156e2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-8921c6c9-ab17-4191-824f-9aef1b0156e2 {
  display: none;
}
#s-8921c6c9-ab17-4191-824f-9aef1b0156e2, #wrap-s-8921c6c9-ab17-4191-824f-9aef1b0156e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8921c6c9-ab17-4191-824f-9aef1b0156e2 {
  display: none;
}
#s-8921c6c9-ab17-4191-824f-9aef1b0156e2, #wrap-s-8921c6c9-ab17-4191-824f-9aef1b0156e2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8921c6c9-ab17-4191-824f-9aef1b0156e2 {
  display: none;
}
#s-8921c6c9-ab17-4191-824f-9aef1b0156e2, #wrap-s-8921c6c9-ab17-4191-824f-9aef1b0156e2 { display: none !important; }}@media (max-width: 767px){#s-8921c6c9-ab17-4191-824f-9aef1b0156e2 {
  
}
}
#s-6b7cfcd2-22fc-42e2-9540-b80c38a44d87 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-6b7cfcd2-22fc-42e2-9540-b80c38a44d87 {
  display: none;
}
#s-6b7cfcd2-22fc-42e2-9540-b80c38a44d87, #wrap-s-6b7cfcd2-22fc-42e2-9540-b80c38a44d87 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b7cfcd2-22fc-42e2-9540-b80c38a44d87 {
  display: none;
}
#s-6b7cfcd2-22fc-42e2-9540-b80c38a44d87, #wrap-s-6b7cfcd2-22fc-42e2-9540-b80c38a44d87 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b7cfcd2-22fc-42e2-9540-b80c38a44d87 {
  display: none;
}
#s-6b7cfcd2-22fc-42e2-9540-b80c38a44d87, #wrap-s-6b7cfcd2-22fc-42e2-9540-b80c38a44d87 { display: none !important; }}
#s-6b7cfcd2-22fc-42e2-9540-b80c38a44d87 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-6538b916-5cf6-4b9e-afc0-2c1e152569e1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-6538b916-5cf6-4b9e-afc0-2c1e152569e1 {
  display: none;
}
#s-6538b916-5cf6-4b9e-afc0-2c1e152569e1, #wrap-s-6538b916-5cf6-4b9e-afc0-2c1e152569e1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6538b916-5cf6-4b9e-afc0-2c1e152569e1 {
  display: none;
}
#s-6538b916-5cf6-4b9e-afc0-2c1e152569e1, #wrap-s-6538b916-5cf6-4b9e-afc0-2c1e152569e1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6538b916-5cf6-4b9e-afc0-2c1e152569e1 {
  display: none;
}
#s-6538b916-5cf6-4b9e-afc0-2c1e152569e1, #wrap-s-6538b916-5cf6-4b9e-afc0-2c1e152569e1 { display: none !important; }}@media (max-width: 767px){#s-6538b916-5cf6-4b9e-afc0-2c1e152569e1 {
  
}
}
#s-598b1ada-1f19-404f-a834-2f598577a00e {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (min-width: 1200px){#s-598b1ada-1f19-404f-a834-2f598577a00e {
  display: none;
}
#s-598b1ada-1f19-404f-a834-2f598577a00e, #wrap-s-598b1ada-1f19-404f-a834-2f598577a00e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-598b1ada-1f19-404f-a834-2f598577a00e {
  display: none;
}
#s-598b1ada-1f19-404f-a834-2f598577a00e, #wrap-s-598b1ada-1f19-404f-a834-2f598577a00e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-598b1ada-1f19-404f-a834-2f598577a00e {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-598b1ada-1f19-404f-a834-2f598577a00e {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-598b1ada-1f19-404f-a834-2f598577a00e, #wrap-s-598b1ada-1f19-404f-a834-2f598577a00e { display: none !important; }}
@media (min-width: 0px) {
[id="s-598b1ada-1f19-404f-a834-2f598577a00e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-598b1ada-1f19-404f-a834-2f598577a00e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-598b1ada-1f19-404f-a834-2f598577a00e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-598b1ada-1f19-404f-a834-2f598577a00e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-40e13d0d-f9a5-4372-ba06-9f54d53e63f5 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-40e13d0d-f9a5-4372-ba06-9f54d53e63f5 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-40e13d0d-f9a5-4372-ba06-9f54d53e63f5 {
  margin-bottom: 35px;
}
}






  #s-40e13d0d-f9a5-4372-ba06-9f54d53e63f5 img.shogun-image {
    

    
    
    
  }


#s-40e13d0d-f9a5-4372-ba06-9f54d53e63f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-455370c5-d5db-4c14-b54f-d532d786b94f {
  padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
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-455370c5-d5db-4c14-b54f-d532d786b94f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-455370c5-d5db-4c14-b54f-d532d786b94f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-455370c5-d5db-4c14-b54f-d532d786b94f {
  padding-top: 8px;
padding-bottom: 8px;
}
}

  #s-455370c5-d5db-4c14-b54f-d532d786b94f-root {
    text-align: center;
  }


#s-455370c5-d5db-4c14-b54f-d532d786b94f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-455370c5-d5db-4c14-b54f-d532d786b94f-root {
    text-align: center;
  }


#s-455370c5-d5db-4c14-b54f-d532d786b94f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-455370c5-d5db-4c14-b54f-d532d786b94f-root {
    text-align: center;
  }


#s-455370c5-d5db-4c14-b54f-d532d786b94f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-455370c5-d5db-4c14-b54f-d532d786b94f-root {
    text-align: center;
  }


#s-455370c5-d5db-4c14-b54f-d532d786b94f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-455370c5-d5db-4c14-b54f-d532d786b94f-root {
    text-align: center;
  }


#s-455370c5-d5db-4c14-b54f-d532d786b94f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
#s-3881d417-e65a-46fa-aed0-37aaacc28231 {
  min-height: 50px;
}








#s-3881d417-e65a-46fa-aed0-37aaacc28231 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3881d417-e65a-46fa-aed0-37aaacc28231.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-3881d417-e65a-46fa-aed0-37aaacc28231 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3881d417-e65a-46fa-aed0-37aaacc28231.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-3881d417-e65a-46fa-aed0-37aaacc28231 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3881d417-e65a-46fa-aed0-37aaacc28231.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-ba6d318f-4a85-47ee-a1ee-c011476ef074 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-ba6d318f-4a85-47ee-a1ee-c011476ef074 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-b8bfd6eb-dd5c-4b59-ab4a-70e2a1bb72e0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-b8bfd6eb-dd5c-4b59-ab4a-70e2a1bb72e0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8bfd6eb-dd5c-4b59-ab4a-70e2a1bb72e0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8bfd6eb-dd5c-4b59-ab4a-70e2a1bb72e0 {
  
}
}@media (max-width: 767px){#s-b8bfd6eb-dd5c-4b59-ab4a-70e2a1bb72e0 {
  
}
}
#s-2f1958c5-09a5-4a17-83b3-b13c947de862 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-2f1958c5-09a5-4a17-83b3-b13c947de862 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f1958c5-09a5-4a17-83b3-b13c947de862 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f1958c5-09a5-4a17-83b3-b13c947de862 {
  display: none;
}
#s-2f1958c5-09a5-4a17-83b3-b13c947de862, #wrap-s-2f1958c5-09a5-4a17-83b3-b13c947de862 { display: none !important; }}@media (max-width: 767px){#s-2f1958c5-09a5-4a17-83b3-b13c947de862 {
  display: none;
}
#s-2f1958c5-09a5-4a17-83b3-b13c947de862, #wrap-s-2f1958c5-09a5-4a17-83b3-b13c947de862 { display: none !important; }}
#s-f96fd8a8-db23-43af-90a7-d168db0e58e0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-f96fd8a8-db23-43af-90a7-d168db0e58e0 {
  display: none;
}
#s-f96fd8a8-db23-43af-90a7-d168db0e58e0, #wrap-s-f96fd8a8-db23-43af-90a7-d168db0e58e0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f96fd8a8-db23-43af-90a7-d168db0e58e0 {
  display: none;
}
#s-f96fd8a8-db23-43af-90a7-d168db0e58e0, #wrap-s-f96fd8a8-db23-43af-90a7-d168db0e58e0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f96fd8a8-db23-43af-90a7-d168db0e58e0 {
  display: none;
}
#s-f96fd8a8-db23-43af-90a7-d168db0e58e0, #wrap-s-f96fd8a8-db23-43af-90a7-d168db0e58e0 { display: none !important; }}@media (max-width: 767px){#s-f96fd8a8-db23-43af-90a7-d168db0e58e0 {
  
}
}
#s-41034b89-ca0e-4157-91ea-4c7c395b91db {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-41034b89-ca0e-4157-91ea-4c7c395b91db {
  display: none;
}
#s-41034b89-ca0e-4157-91ea-4c7c395b91db, #wrap-s-41034b89-ca0e-4157-91ea-4c7c395b91db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41034b89-ca0e-4157-91ea-4c7c395b91db {
  display: none;
}
#s-41034b89-ca0e-4157-91ea-4c7c395b91db, #wrap-s-41034b89-ca0e-4157-91ea-4c7c395b91db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41034b89-ca0e-4157-91ea-4c7c395b91db {
  
}
}@media (max-width: 767px){#s-41034b89-ca0e-4157-91ea-4c7c395b91db {
  display: none;
}
#s-41034b89-ca0e-4157-91ea-4c7c395b91db, #wrap-s-41034b89-ca0e-4157-91ea-4c7c395b91db { display: none !important; }}
#s-24288fea-04c0-4ac9-b8d2-09f48544d802 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-24288fea-04c0-4ac9-b8d2-09f48544d802 {
  display: none;
}
#s-24288fea-04c0-4ac9-b8d2-09f48544d802, #wrap-s-24288fea-04c0-4ac9-b8d2-09f48544d802 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24288fea-04c0-4ac9-b8d2-09f48544d802 {
  display: none;
}
#s-24288fea-04c0-4ac9-b8d2-09f48544d802, #wrap-s-24288fea-04c0-4ac9-b8d2-09f48544d802 { display: none !important; }}@media (max-width: 767px){#s-24288fea-04c0-4ac9-b8d2-09f48544d802 {
  display: none;
}
#s-24288fea-04c0-4ac9-b8d2-09f48544d802, #wrap-s-24288fea-04c0-4ac9-b8d2-09f48544d802 { display: none !important; }}
#s-24288fea-04c0-4ac9-b8d2-09f48544d802 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-998f8ddd-a691-4891-bae8-5439947bcdaa {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-998f8ddd-a691-4891-bae8-5439947bcdaa {
  display: none;
}
#s-998f8ddd-a691-4891-bae8-5439947bcdaa, #wrap-s-998f8ddd-a691-4891-bae8-5439947bcdaa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-998f8ddd-a691-4891-bae8-5439947bcdaa {
  display: none;
}
#s-998f8ddd-a691-4891-bae8-5439947bcdaa, #wrap-s-998f8ddd-a691-4891-bae8-5439947bcdaa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-998f8ddd-a691-4891-bae8-5439947bcdaa {
  
}
}@media (max-width: 767px){#s-998f8ddd-a691-4891-bae8-5439947bcdaa {
  display: none;
}
#s-998f8ddd-a691-4891-bae8-5439947bcdaa, #wrap-s-998f8ddd-a691-4891-bae8-5439947bcdaa { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-b99ad145-f9fd-4a6a-9581-31853adc7383 {
  display: none;
}
#s-b99ad145-f9fd-4a6a-9581-31853adc7383, #wrap-s-b99ad145-f9fd-4a6a-9581-31853adc7383 { display: none !important; }}@media (max-width: 767px){#s-b99ad145-f9fd-4a6a-9581-31853adc7383 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-b99ad145-f9fd-4a6a-9581-31853adc7383, #wrap-s-b99ad145-f9fd-4a6a-9581-31853adc7383 { display: none !important; }}
#s-f9568ecc-2d9e-4927-9887-04746976eb92 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-f9568ecc-2d9e-4927-9887-04746976eb92 .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-229797b7-8bbc-4bde-9e0f-5f02186e626f {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-8593e1e6-5f05-4af8-a8d6-f2e5d6550024 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-8593e1e6-5f05-4af8-a8d6-f2e5d6550024 .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-244ee4ee-2949-46ce-ae85-3abef8ae8223 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-8c51ab18-dbff-409c-8cf4-446f93334cb0 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1280px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8c51ab18-dbff-409c-8cf4-446f93334cb0 {
  max-width: 980px;
display: none;
}
#s-8c51ab18-dbff-409c-8cf4-446f93334cb0, #wrap-s-8c51ab18-dbff-409c-8cf4-446f93334cb0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c51ab18-dbff-409c-8cf4-446f93334cb0 {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-8c51ab18-dbff-409c-8cf4-446f93334cb0, #wrap-s-8c51ab18-dbff-409c-8cf4-446f93334cb0 { display: none !important; }}@media (max-width: 767px){#s-8c51ab18-dbff-409c-8cf4-446f93334cb0 {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-8c51ab18-dbff-409c-8cf4-446f93334cb0, #wrap-s-8c51ab18-dbff-409c-8cf4-446f93334cb0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8c51ab18-dbff-409c-8cf4-446f93334cb0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c51ab18-dbff-409c-8cf4-446f93334cb0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8c51ab18-dbff-409c-8cf4-446f93334cb0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c51ab18-dbff-409c-8cf4-446f93334cb0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-f6f974ac-3b87-4d4e-9df5-c6b9c3f04cc8 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f6f974ac-3b87-4d4e-9df5-c6b9c3f04cc8 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (max-width: 767px){#s-f6f974ac-3b87-4d4e-9df5-c6b9c3f04cc8 {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-f6f974ac-3b87-4d4e-9df5-c6b9c3f04cc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6f974ac-3b87-4d4e-9df5-c6b9c3f04cc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a45436a-797f-49c9-97bd-fe7ea29efeb4 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-6a45436a-797f-49c9-97bd-fe7ea29efeb4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a45436a-797f-49c9-97bd-fe7ea29efeb4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a45436a-797f-49c9-97bd-fe7ea29efeb4 {
  
}
}@media (max-width: 767px){#s-6a45436a-797f-49c9-97bd-fe7ea29efeb4 {
  
}
}
#s-16ac9954-755a-49d2-a42f-ad24cee1e8d6 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 30px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-16ac9954-755a-49d2-a42f-ad24cee1e8d6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16ac9954-755a-49d2-a42f-ad24cee1e8d6 {
  margin-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-16ac9954-755a-49d2-a42f-ad24cee1e8d6 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (max-width: 767px){#s-16ac9954-755a-49d2-a42f-ad24cee1e8d6 {
  
}
}
#s-909f1969-4e14-4f35-84bc-d6eb1018ecd1 {
  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-909f1969-4e14-4f35-84bc-d6eb1018ecd1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-909f1969-4e14-4f35-84bc-d6eb1018ecd1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-909f1969-4e14-4f35-84bc-d6eb1018ecd1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
}

  #s-909f1969-4e14-4f35-84bc-d6eb1018ecd1-root {
    text-align: center;
  }


#s-909f1969-4e14-4f35-84bc-d6eb1018ecd1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-909f1969-4e14-4f35-84bc-d6eb1018ecd1-root {
    text-align: center;
  }


#s-909f1969-4e14-4f35-84bc-d6eb1018ecd1.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-909f1969-4e14-4f35-84bc-d6eb1018ecd1-root {
    text-align: center;
  }


#s-909f1969-4e14-4f35-84bc-d6eb1018ecd1.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-909f1969-4e14-4f35-84bc-d6eb1018ecd1-root {
    text-align: center;
  }


#s-909f1969-4e14-4f35-84bc-d6eb1018ecd1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-909f1969-4e14-4f35-84bc-d6eb1018ecd1-root {
    text-align: center;
  }


#s-909f1969-4e14-4f35-84bc-d6eb1018ecd1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-bcbb4d92-83d5-4d1b-a144-a77dbcc324d0 {
  box-shadow:    rgba(28, 97, 0, 1);
}







  #s-bcbb4d92-83d5-4d1b-a144-a77dbcc324d0 img.shogun-image {
    

    
    
    
  }


#s-bcbb4d92-83d5-4d1b-a144-a77dbcc324d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6693ac6-246b-4a3b-ad0a-a3e3c9e02def {
  
}







  #s-d6693ac6-246b-4a3b-ad0a-a3e3c9e02def img.shogun-image {
    

    
    
    
  }


#s-d6693ac6-246b-4a3b-ad0a-a3e3c9e02def .shogun-image-content {
  
    align-items: center;
  
}

#s-7c2d955b-909a-4e7e-9783-bb4aafdd7e7c {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1280px;
}
@media (min-width: 1200px){#s-7c2d955b-909a-4e7e-9783-bb4aafdd7e7c {
  display: none;
}
#s-7c2d955b-909a-4e7e-9783-bb4aafdd7e7c, #wrap-s-7c2d955b-909a-4e7e-9783-bb4aafdd7e7c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c2d955b-909a-4e7e-9783-bb4aafdd7e7c {
  max-width: 980px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c2d955b-909a-4e7e-9783-bb4aafdd7e7c {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-7c2d955b-909a-4e7e-9783-bb4aafdd7e7c, #wrap-s-7c2d955b-909a-4e7e-9783-bb4aafdd7e7c { display: none !important; }}@media (max-width: 767px){#s-7c2d955b-909a-4e7e-9783-bb4aafdd7e7c {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-7c2d955b-909a-4e7e-9783-bb4aafdd7e7c, #wrap-s-7c2d955b-909a-4e7e-9783-bb4aafdd7e7c { display: none !important; }}
@media (min-width: 0px) {
[id="s-7c2d955b-909a-4e7e-9783-bb4aafdd7e7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c2d955b-909a-4e7e-9783-bb4aafdd7e7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7c2d955b-909a-4e7e-9783-bb4aafdd7e7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c2d955b-909a-4e7e-9783-bb4aafdd7e7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b6d54324-fd0e-4e4f-bd18-d37bb2643b72 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6d54324-fd0e-4e4f-bd18-d37bb2643b72 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (max-width: 767px){#s-b6d54324-fd0e-4e4f-bd18-d37bb2643b72 {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-b6d54324-fd0e-4e4f-bd18-d37bb2643b72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6d54324-fd0e-4e4f-bd18-d37bb2643b72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-242805cf-c5db-4337-a2b0-6dabe110f05b {
  margin-bottom: 15px;
text-align: center;
}

#s-242805cf-c5db-4337-a2b0-6dabe110f05b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Vertigo-Regular";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-a7fba26b-641a-49c9-a0de-e520bf05ff45 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 30px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-a7fba26b-641a-49c9-a0de-e520bf05ff45 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7fba26b-641a-49c9-a0de-e520bf05ff45 {
  margin-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7fba26b-641a-49c9-a0de-e520bf05ff45 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (max-width: 767px){#s-a7fba26b-641a-49c9-a0de-e520bf05ff45 {
  
}
}
#s-d7ca23dc-0af2-4c88-bfcc-884562bbae91 {
  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-d7ca23dc-0af2-4c88-bfcc-884562bbae91:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7ca23dc-0af2-4c88-bfcc-884562bbae91:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d7ca23dc-0af2-4c88-bfcc-884562bbae91 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
}

  #s-d7ca23dc-0af2-4c88-bfcc-884562bbae91-root {
    text-align: center;
  }


#s-d7ca23dc-0af2-4c88-bfcc-884562bbae91.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d7ca23dc-0af2-4c88-bfcc-884562bbae91-root {
    text-align: center;
  }


#s-d7ca23dc-0af2-4c88-bfcc-884562bbae91.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7ca23dc-0af2-4c88-bfcc-884562bbae91-root {
    text-align: center;
  }


#s-d7ca23dc-0af2-4c88-bfcc-884562bbae91.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7ca23dc-0af2-4c88-bfcc-884562bbae91-root {
    text-align: center;
  }


#s-d7ca23dc-0af2-4c88-bfcc-884562bbae91.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d7ca23dc-0af2-4c88-bfcc-884562bbae91-root {
    text-align: center;
  }


#s-d7ca23dc-0af2-4c88-bfcc-884562bbae91.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-97cf1de9-de35-4b94-b385-5cb73cfe781a {
  box-shadow:    rgba(28, 97, 0, 1);
}







  #s-97cf1de9-de35-4b94-b385-5cb73cfe781a img.shogun-image {
    

    
    
    
  }


#s-97cf1de9-de35-4b94-b385-5cb73cfe781a .shogun-image-content {
  
    align-items: center;
  
}

#s-4488862a-01e5-44c3-a0e5-3636b369a7ca {
  
}







  #s-4488862a-01e5-44c3-a0e5-3636b369a7ca img.shogun-image {
    

    
    
    
  }


#s-4488862a-01e5-44c3-a0e5-3636b369a7ca .shogun-image-content {
  
    align-items: center;
  
}

#s-49ad39b3-5c12-49df-bed6-5816bfa0848a {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.14);
margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-49ad39b3-5c12-49df-bed6-5816bfa0848a {
  display: none;
}
#s-49ad39b3-5c12-49df-bed6-5816bfa0848a, #wrap-s-49ad39b3-5c12-49df-bed6-5816bfa0848a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49ad39b3-5c12-49df-bed6-5816bfa0848a {
  display: none;
}
#s-49ad39b3-5c12-49df-bed6-5816bfa0848a, #wrap-s-49ad39b3-5c12-49df-bed6-5816bfa0848a { display: none !important; }}@media (max-width: 767px){#s-49ad39b3-5c12-49df-bed6-5816bfa0848a {
  display: none;
}
#s-49ad39b3-5c12-49df-bed6-5816bfa0848a, #wrap-s-49ad39b3-5c12-49df-bed6-5816bfa0848a { display: none !important; }}







#s-49ad39b3-5c12-49df-bed6-5816bfa0848a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49ad39b3-5c12-49df-bed6-5816bfa0848a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0e8b91d-3dc2-43b2-93ab-f18e87c83bc8 {
  
}







  #s-f0e8b91d-3dc2-43b2-93ab-f18e87c83bc8 img.shogun-image {
    

    
    
    
  }


#s-f0e8b91d-3dc2-43b2-93ab-f18e87c83bc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-fafa4cb0-3893-4811-b8cb-e5a45bd0424c {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-fafa4cb0-3893-4811-b8cb-e5a45bd0424c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fafa4cb0-3893-4811-b8cb-e5a45bd0424c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fafa4cb0-3893-4811-b8cb-e5a45bd0424c {
  
}
}@media (max-width: 767px){#s-fafa4cb0-3893-4811-b8cb-e5a45bd0424c {
  
}
}
#s-7334da77-ee9c-46d0-99eb-b0278ee32b3d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-7334da77-ee9c-46d0-99eb-b0278ee32b3d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7334da77-ee9c-46d0-99eb-b0278ee32b3d {
  margin-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7334da77-ee9c-46d0-99eb-b0278ee32b3d {
  padding-left: 15%;
padding-right: 15%;
}
}@media (max-width: 767px){#s-7334da77-ee9c-46d0-99eb-b0278ee32b3d {
  
}
}
#s-21158f9a-5feb-47c3-a3a8-b21772cf9fa7 {
  margin-bottom: 30px;
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-21158f9a-5feb-47c3-a3a8-b21772cf9fa7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21158f9a-5feb-47c3-a3a8-b21772cf9fa7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-21158f9a-5feb-47c3-a3a8-b21772cf9fa7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
}

  #s-21158f9a-5feb-47c3-a3a8-b21772cf9fa7-root {
    text-align: center;
  }


#s-21158f9a-5feb-47c3-a3a8-b21772cf9fa7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21158f9a-5feb-47c3-a3a8-b21772cf9fa7-root {
    text-align: center;
  }


#s-21158f9a-5feb-47c3-a3a8-b21772cf9fa7.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-21158f9a-5feb-47c3-a3a8-b21772cf9fa7-root {
    text-align: center;
  }


#s-21158f9a-5feb-47c3-a3a8-b21772cf9fa7.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-21158f9a-5feb-47c3-a3a8-b21772cf9fa7-root {
    text-align: center;
  }


#s-21158f9a-5feb-47c3-a3a8-b21772cf9fa7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21158f9a-5feb-47c3-a3a8-b21772cf9fa7-root {
    text-align: center;
  }


#s-21158f9a-5feb-47c3-a3a8-b21772cf9fa7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-224f9e9c-1e18-4302-8ffe-2c3de84f1f44 {
  box-shadow:    rgba(28, 97, 0, 1);
margin-top: 20px;
}
@media (min-width: 1200px){#s-224f9e9c-1e18-4302-8ffe-2c3de84f1f44 {
  display: none;
}
#s-224f9e9c-1e18-4302-8ffe-2c3de84f1f44, #wrap-s-224f9e9c-1e18-4302-8ffe-2c3de84f1f44 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-224f9e9c-1e18-4302-8ffe-2c3de84f1f44 {
  display: none;
}
#s-224f9e9c-1e18-4302-8ffe-2c3de84f1f44, #wrap-s-224f9e9c-1e18-4302-8ffe-2c3de84f1f44 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-224f9e9c-1e18-4302-8ffe-2c3de84f1f44 {
  display: none;
}
#s-224f9e9c-1e18-4302-8ffe-2c3de84f1f44, #wrap-s-224f9e9c-1e18-4302-8ffe-2c3de84f1f44 { display: none !important; }}






  #s-224f9e9c-1e18-4302-8ffe-2c3de84f1f44 img.shogun-image {
    

    
    
    
  }


#s-224f9e9c-1e18-4302-8ffe-2c3de84f1f44 .shogun-image-content {
  
    align-items: center;
  
}

#s-63df8a00-01e2-45f2-a633-e9390b649d7f {
  box-shadow:1px 1px 50px 1px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-63df8a00-01e2-45f2-a633-e9390b649d7f {
  display: none;
}
#s-63df8a00-01e2-45f2-a633-e9390b649d7f, #wrap-s-63df8a00-01e2-45f2-a633-e9390b649d7f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63df8a00-01e2-45f2-a633-e9390b649d7f {
  display: none;
}
#s-63df8a00-01e2-45f2-a633-e9390b649d7f, #wrap-s-63df8a00-01e2-45f2-a633-e9390b649d7f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63df8a00-01e2-45f2-a633-e9390b649d7f {
  padding-top: 40px;
padding-bottom: 40px;
display: none;
}
#s-63df8a00-01e2-45f2-a633-e9390b649d7f, #wrap-s-63df8a00-01e2-45f2-a633-e9390b649d7f { display: none !important; }}@media (max-width: 767px){#s-63df8a00-01e2-45f2-a633-e9390b649d7f {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-63df8a00-01e2-45f2-a633-e9390b649d7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63df8a00-01e2-45f2-a633-e9390b649d7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72c994d2-1bdf-4c57-8941-ef06c280088f {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-72c994d2-1bdf-4c57-8941-ef06c280088f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72c994d2-1bdf-4c57-8941-ef06c280088f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-72c994d2-1bdf-4c57-8941-ef06c280088f {
  
}
}@media (max-width: 767px){#s-72c994d2-1bdf-4c57-8941-ef06c280088f {
  
}
}
#s-7ed0c977-570f-4cc8-8a23-9d5b544a06f7 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 30px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-7ed0c977-570f-4cc8-8a23-9d5b544a06f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ed0c977-570f-4cc8-8a23-9d5b544a06f7 {
  margin-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ed0c977-570f-4cc8-8a23-9d5b544a06f7 {
  
}
}@media (max-width: 767px){#s-7ed0c977-570f-4cc8-8a23-9d5b544a06f7 {
  
}
}
#s-ad907639-4f25-4efc-9095-62e009a7cbd2 {
  padding-top: 10px;
padding-left: 22px;
padding-bottom: 10px;
padding-right: 22px;
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-ad907639-4f25-4efc-9095-62e009a7cbd2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad907639-4f25-4efc-9095-62e009a7cbd2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ad907639-4f25-4efc-9095-62e009a7cbd2-root {
    text-align: center;
  }


#s-ad907639-4f25-4efc-9095-62e009a7cbd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ad907639-4f25-4efc-9095-62e009a7cbd2-root {
    text-align: center;
  }


#s-ad907639-4f25-4efc-9095-62e009a7cbd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad907639-4f25-4efc-9095-62e009a7cbd2-root {
    text-align: center;
  }


#s-ad907639-4f25-4efc-9095-62e009a7cbd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad907639-4f25-4efc-9095-62e009a7cbd2-root {
    text-align: center;
  }


#s-ad907639-4f25-4efc-9095-62e009a7cbd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ad907639-4f25-4efc-9095-62e009a7cbd2-root {
    text-align: center;
  }


#s-ad907639-4f25-4efc-9095-62e009a7cbd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d6b7412d-f1b9-4b58-95a2-43f3d15447d2 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-d6b7412d-f1b9-4b58-95a2-43f3d15447d2 .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-1555bd3e-afec-4a39-85b5-551f273fe94b {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-4cf08bfc-f723-42a9-809e-93a94ae2b168 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-4cf08bfc-f723-42a9-809e-93a94ae2b168 .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-dbede241-fa38-42e3-b24d-0c6c584c15f0 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-2f696a96-731d-4845-b91f-36c0725bfad4 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (min-width: 1200px){#s-2f696a96-731d-4845-b91f-36c0725bfad4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f696a96-731d-4845-b91f-36c0725bfad4 {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-2f696a96-731d-4845-b91f-36c0725bfad4, #wrap-s-2f696a96-731d-4845-b91f-36c0725bfad4 { display: none !important; }}@media (max-width: 767px){#s-2f696a96-731d-4845-b91f-36c0725bfad4 {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-2f696a96-731d-4845-b91f-36c0725bfad4, #wrap-s-2f696a96-731d-4845-b91f-36c0725bfad4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2f696a96-731d-4845-b91f-36c0725bfad4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f696a96-731d-4845-b91f-36c0725bfad4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2f696a96-731d-4845-b91f-36c0725bfad4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f696a96-731d-4845-b91f-36c0725bfad4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-72d05a5b-bb14-4b37-897d-f314650d1f92 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-72d05a5b-bb14-4b37-897d-f314650d1f92 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-72d05a5b-bb14-4b37-897d-f314650d1f92 {
  margin-bottom: 35px;
}
}






  #s-72d05a5b-bb14-4b37-897d-f314650d1f92 img.shogun-image {
    

    
    
    
  }


#s-72d05a5b-bb14-4b37-897d-f314650d1f92 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b43624e-a76d-41fb-afa3-a01b2a85735d {
  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-3b43624e-a76d-41fb-afa3-a01b2a85735d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b43624e-a76d-41fb-afa3-a01b2a85735d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-3b43624e-a76d-41fb-afa3-a01b2a85735d {
  padding-top: 8px;
padding-left: 15px;
padding-bottom: 8px;
padding-right: 15px;
}
}

  #s-3b43624e-a76d-41fb-afa3-a01b2a85735d-root {
    text-align: center;
  }


#s-3b43624e-a76d-41fb-afa3-a01b2a85735d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3b43624e-a76d-41fb-afa3-a01b2a85735d-root {
    text-align: center;
  }


#s-3b43624e-a76d-41fb-afa3-a01b2a85735d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b43624e-a76d-41fb-afa3-a01b2a85735d-root {
    text-align: center;
  }


#s-3b43624e-a76d-41fb-afa3-a01b2a85735d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b43624e-a76d-41fb-afa3-a01b2a85735d-root {
    text-align: center;
  }


#s-3b43624e-a76d-41fb-afa3-a01b2a85735d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3b43624e-a76d-41fb-afa3-a01b2a85735d-root {
    text-align: center;
  }


#s-3b43624e-a76d-41fb-afa3-a01b2a85735d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
#s-07a1c89c-39ab-4614-9eb7-b588ee141491 {
  min-height: 50px;
}








#s-07a1c89c-39ab-4614-9eb7-b588ee141491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07a1c89c-39ab-4614-9eb7-b588ee141491.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-07a1c89c-39ab-4614-9eb7-b588ee141491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07a1c89c-39ab-4614-9eb7-b588ee141491.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-07a1c89c-39ab-4614-9eb7-b588ee141491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07a1c89c-39ab-4614-9eb7-b588ee141491.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-9f0e8b9f-39a4-460d-b2fe-ab6fe56983a7 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-9f0e8b9f-39a4-460d-b2fe-ab6fe56983a7 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-a4fc4d09-252a-45c2-81a1-05b3772b7f90 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-a4fc4d09-252a-45c2-81a1-05b3772b7f90 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4fc4d09-252a-45c2-81a1-05b3772b7f90 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4fc4d09-252a-45c2-81a1-05b3772b7f90 {
  
}
}@media (max-width: 767px){#s-a4fc4d09-252a-45c2-81a1-05b3772b7f90 {
  
}
}
#s-2dfb4204-80a2-49b4-b79a-1643e8015650 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-2dfb4204-80a2-49b4-b79a-1643e8015650 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-528ccf58-7b6f-4361-be79-ce95366af80d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-528ccf58-7b6f-4361-be79-ce95366af80d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-528ccf58-7b6f-4361-be79-ce95366af80d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-528ccf58-7b6f-4361-be79-ce95366af80d {
  
}
}@media (max-width: 767px){#s-528ccf58-7b6f-4361-be79-ce95366af80d {
  
}
}
#s-24f14b1c-f36f-4ee4-9eb8-a2586ad326bd {
  text-align: left;
}
@media (min-width: 1200px){#s-24f14b1c-f36f-4ee4-9eb8-a2586ad326bd {
  display: none;
}
#s-24f14b1c-f36f-4ee4-9eb8-a2586ad326bd, #wrap-s-24f14b1c-f36f-4ee4-9eb8-a2586ad326bd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24f14b1c-f36f-4ee4-9eb8-a2586ad326bd {
  display: none;
}
#s-24f14b1c-f36f-4ee4-9eb8-a2586ad326bd, #wrap-s-24f14b1c-f36f-4ee4-9eb8-a2586ad326bd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24f14b1c-f36f-4ee4-9eb8-a2586ad326bd {
  margin-bottom: 30px;
display: none;
}
#s-24f14b1c-f36f-4ee4-9eb8-a2586ad326bd, #wrap-s-24f14b1c-f36f-4ee4-9eb8-a2586ad326bd { display: none !important; }}@media (max-width: 767px){#s-24f14b1c-f36f-4ee4-9eb8-a2586ad326bd {
  margin-bottom: 10px;
}
}






  #s-24f14b1c-f36f-4ee4-9eb8-a2586ad326bd img.shogun-image {
    

    
    
    
  }


#s-24f14b1c-f36f-4ee4-9eb8-a2586ad326bd .shogun-image-content {
  
    align-items: center;
  
}

#s-768ed579-e66f-4665-870a-2788fd4e3cb6 {
  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-768ed579-e66f-4665-870a-2788fd4e3cb6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-768ed579-e66f-4665-870a-2788fd4e3cb6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-768ed579-e66f-4665-870a-2788fd4e3cb6 {
  padding-top: 8px;
padding-left: 15px;
padding-bottom: 8px;
padding-right: 15px;
}
}

  #s-768ed579-e66f-4665-870a-2788fd4e3cb6-root {
    text-align: center;
  }


#s-768ed579-e66f-4665-870a-2788fd4e3cb6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-768ed579-e66f-4665-870a-2788fd4e3cb6-root {
    text-align: center;
  }


#s-768ed579-e66f-4665-870a-2788fd4e3cb6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-768ed579-e66f-4665-870a-2788fd4e3cb6-root {
    text-align: center;
  }


#s-768ed579-e66f-4665-870a-2788fd4e3cb6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-768ed579-e66f-4665-870a-2788fd4e3cb6-root {
    text-align: center;
  }


#s-768ed579-e66f-4665-870a-2788fd4e3cb6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-768ed579-e66f-4665-870a-2788fd4e3cb6-root {
    text-align: center;
  }


#s-768ed579-e66f-4665-870a-2788fd4e3cb6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
#s-e0133e2e-f15d-4680-acdc-c368a2ddb4e7 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-e0133e2e-f15d-4680-acdc-c368a2ddb4e7 {
  display: none;
}
#s-e0133e2e-f15d-4680-acdc-c368a2ddb4e7, #wrap-s-e0133e2e-f15d-4680-acdc-c368a2ddb4e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0133e2e-f15d-4680-acdc-c368a2ddb4e7 {
  display: none;
}
#s-e0133e2e-f15d-4680-acdc-c368a2ddb4e7, #wrap-s-e0133e2e-f15d-4680-acdc-c368a2ddb4e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0133e2e-f15d-4680-acdc-c368a2ddb4e7 {
  display: none;
}
#s-e0133e2e-f15d-4680-acdc-c368a2ddb4e7, #wrap-s-e0133e2e-f15d-4680-acdc-c368a2ddb4e7 { display: none !important; }}
#s-e0133e2e-f15d-4680-acdc-c368a2ddb4e7 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-375cb6a8-47c1-4bb6-8bf5-6f2fa55cc0e7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-375cb6a8-47c1-4bb6-8bf5-6f2fa55cc0e7 {
  display: none;
}
#s-375cb6a8-47c1-4bb6-8bf5-6f2fa55cc0e7, #wrap-s-375cb6a8-47c1-4bb6-8bf5-6f2fa55cc0e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-375cb6a8-47c1-4bb6-8bf5-6f2fa55cc0e7 {
  display: none;
}
#s-375cb6a8-47c1-4bb6-8bf5-6f2fa55cc0e7, #wrap-s-375cb6a8-47c1-4bb6-8bf5-6f2fa55cc0e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-375cb6a8-47c1-4bb6-8bf5-6f2fa55cc0e7 {
  display: none;
}
#s-375cb6a8-47c1-4bb6-8bf5-6f2fa55cc0e7, #wrap-s-375cb6a8-47c1-4bb6-8bf5-6f2fa55cc0e7 { display: none !important; }}@media (max-width: 767px){#s-375cb6a8-47c1-4bb6-8bf5-6f2fa55cc0e7 {
  
}
}
#s-59e67038-6b2b-47fc-8df5-c8605eba2961 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-59e67038-6b2b-47fc-8df5-c8605eba2961 {
  display: none;
}
#s-59e67038-6b2b-47fc-8df5-c8605eba2961, #wrap-s-59e67038-6b2b-47fc-8df5-c8605eba2961 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59e67038-6b2b-47fc-8df5-c8605eba2961 {
  display: none;
}
#s-59e67038-6b2b-47fc-8df5-c8605eba2961, #wrap-s-59e67038-6b2b-47fc-8df5-c8605eba2961 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59e67038-6b2b-47fc-8df5-c8605eba2961 {
  display: none;
}
#s-59e67038-6b2b-47fc-8df5-c8605eba2961, #wrap-s-59e67038-6b2b-47fc-8df5-c8605eba2961 { display: none !important; }}
#s-59e67038-6b2b-47fc-8df5-c8605eba2961 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-b00dc1b4-e6a6-4d2c-9975-0b19b1ccad7b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-b00dc1b4-e6a6-4d2c-9975-0b19b1ccad7b {
  display: none;
}
#s-b00dc1b4-e6a6-4d2c-9975-0b19b1ccad7b, #wrap-s-b00dc1b4-e6a6-4d2c-9975-0b19b1ccad7b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b00dc1b4-e6a6-4d2c-9975-0b19b1ccad7b {
  display: none;
}
#s-b00dc1b4-e6a6-4d2c-9975-0b19b1ccad7b, #wrap-s-b00dc1b4-e6a6-4d2c-9975-0b19b1ccad7b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b00dc1b4-e6a6-4d2c-9975-0b19b1ccad7b {
  display: none;
}
#s-b00dc1b4-e6a6-4d2c-9975-0b19b1ccad7b, #wrap-s-b00dc1b4-e6a6-4d2c-9975-0b19b1ccad7b { display: none !important; }}@media (max-width: 767px){#s-b00dc1b4-e6a6-4d2c-9975-0b19b1ccad7b {
  
}
}
#s-b083702a-6fa1-4c22-bb66-c63f2d5f70d0 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (min-width: 1200px){#s-b083702a-6fa1-4c22-bb66-c63f2d5f70d0 {
  display: none;
}
#s-b083702a-6fa1-4c22-bb66-c63f2d5f70d0, #wrap-s-b083702a-6fa1-4c22-bb66-c63f2d5f70d0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b083702a-6fa1-4c22-bb66-c63f2d5f70d0 {
  display: none;
}
#s-b083702a-6fa1-4c22-bb66-c63f2d5f70d0, #wrap-s-b083702a-6fa1-4c22-bb66-c63f2d5f70d0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b083702a-6fa1-4c22-bb66-c63f2d5f70d0 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-b083702a-6fa1-4c22-bb66-c63f2d5f70d0 {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-b083702a-6fa1-4c22-bb66-c63f2d5f70d0, #wrap-s-b083702a-6fa1-4c22-bb66-c63f2d5f70d0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b083702a-6fa1-4c22-bb66-c63f2d5f70d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b083702a-6fa1-4c22-bb66-c63f2d5f70d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b083702a-6fa1-4c22-bb66-c63f2d5f70d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b083702a-6fa1-4c22-bb66-c63f2d5f70d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-3e79c561-e68a-4dbf-be26-63982f270726 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-3e79c561-e68a-4dbf-be26-63982f270726 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-3e79c561-e68a-4dbf-be26-63982f270726 {
  margin-bottom: 35px;
}
}






  #s-3e79c561-e68a-4dbf-be26-63982f270726 img.shogun-image {
    

    
    
    
  }


#s-3e79c561-e68a-4dbf-be26-63982f270726 .shogun-image-content {
  
    align-items: center;
  
}

#s-2cb487be-5a96-4be5-bfbf-c6a71cc8a36c {
  padding-top: 12px;
padding-left: 8px;
padding-bottom: 12px;
padding-right: 8px;
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-2cb487be-5a96-4be5-bfbf-c6a71cc8a36c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2cb487be-5a96-4be5-bfbf-c6a71cc8a36c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2cb487be-5a96-4be5-bfbf-c6a71cc8a36c {
  padding-top: 8px;
padding-bottom: 8px;
}
}

  #s-2cb487be-5a96-4be5-bfbf-c6a71cc8a36c-root {
    text-align: center;
  }


#s-2cb487be-5a96-4be5-bfbf-c6a71cc8a36c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2cb487be-5a96-4be5-bfbf-c6a71cc8a36c-root {
    text-align: center;
  }


#s-2cb487be-5a96-4be5-bfbf-c6a71cc8a36c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2cb487be-5a96-4be5-bfbf-c6a71cc8a36c-root {
    text-align: center;
  }


#s-2cb487be-5a96-4be5-bfbf-c6a71cc8a36c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2cb487be-5a96-4be5-bfbf-c6a71cc8a36c-root {
    text-align: center;
  }


#s-2cb487be-5a96-4be5-bfbf-c6a71cc8a36c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2cb487be-5a96-4be5-bfbf-c6a71cc8a36c-root {
    text-align: center;
  }


#s-2cb487be-5a96-4be5-bfbf-c6a71cc8a36c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
#s-6553e468-a0c1-491e-8cdc-97ff06ed61b4 {
  min-height: 50px;
}








#s-6553e468-a0c1-491e-8cdc-97ff06ed61b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6553e468-a0c1-491e-8cdc-97ff06ed61b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-6553e468-a0c1-491e-8cdc-97ff06ed61b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6553e468-a0c1-491e-8cdc-97ff06ed61b4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-6553e468-a0c1-491e-8cdc-97ff06ed61b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6553e468-a0c1-491e-8cdc-97ff06ed61b4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-b090d28a-ef0f-4c8f-b04a-b3ef7d239040 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-b090d28a-ef0f-4c8f-b04a-b3ef7d239040 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-57041450-ca9a-4357-952a-0f580c1c08b7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-57041450-ca9a-4357-952a-0f580c1c08b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-57041450-ca9a-4357-952a-0f580c1c08b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-57041450-ca9a-4357-952a-0f580c1c08b7 {
  
}
}@media (max-width: 767px){#s-57041450-ca9a-4357-952a-0f580c1c08b7 {
  
}
}
#s-c931466c-ca4b-48b5-935b-d3ea71796b32 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-c931466c-ca4b-48b5-935b-d3ea71796b32 {
  display: none;
}
#s-c931466c-ca4b-48b5-935b-d3ea71796b32, #wrap-s-c931466c-ca4b-48b5-935b-d3ea71796b32 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c931466c-ca4b-48b5-935b-d3ea71796b32 {
  display: none;
}
#s-c931466c-ca4b-48b5-935b-d3ea71796b32, #wrap-s-c931466c-ca4b-48b5-935b-d3ea71796b32 { display: none !important; }}@media (max-width: 767px){#s-c931466c-ca4b-48b5-935b-d3ea71796b32 {
  display: none;
}
#s-c931466c-ca4b-48b5-935b-d3ea71796b32, #wrap-s-c931466c-ca4b-48b5-935b-d3ea71796b32 { display: none !important; }}
#s-c931466c-ca4b-48b5-935b-d3ea71796b32 .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Poppins-Medium";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-a7928576-fdb0-4ccb-abc4-ee2148e6589f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-a7928576-fdb0-4ccb-abc4-ee2148e6589f {
  display: none;
}
#s-a7928576-fdb0-4ccb-abc4-ee2148e6589f, #wrap-s-a7928576-fdb0-4ccb-abc4-ee2148e6589f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7928576-fdb0-4ccb-abc4-ee2148e6589f {
  display: none;
}
#s-a7928576-fdb0-4ccb-abc4-ee2148e6589f, #wrap-s-a7928576-fdb0-4ccb-abc4-ee2148e6589f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7928576-fdb0-4ccb-abc4-ee2148e6589f {
  
}
}@media (max-width: 767px){#s-a7928576-fdb0-4ccb-abc4-ee2148e6589f {
  display: none;
}
#s-a7928576-fdb0-4ccb-abc4-ee2148e6589f, #wrap-s-a7928576-fdb0-4ccb-abc4-ee2148e6589f { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-767ead5e-bc35-41cc-951b-fbcb1c461e4e {
  display: none;
}
#s-767ead5e-bc35-41cc-951b-fbcb1c461e4e, #wrap-s-767ead5e-bc35-41cc-951b-fbcb1c461e4e { display: none !important; }}@media (max-width: 767px){#s-767ead5e-bc35-41cc-951b-fbcb1c461e4e {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-767ead5e-bc35-41cc-951b-fbcb1c461e4e, #wrap-s-767ead5e-bc35-41cc-951b-fbcb1c461e4e { display: none !important; }}
#s-df72eea8-92f3-486e-94fc-3bcabbaaa8f8 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-df72eea8-92f3-486e-94fc-3bcabbaaa8f8 .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-027dab0a-ec19-4f54-ac8c-12f59621d236 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-89c92373-c0ca-4909-b742-1486726b9e17 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
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-864d812a-1471-4d28-8230-e1207ff8e24a {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-864d812a-1471-4d28-8230-e1207ff8e24a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-864d812a-1471-4d28-8230-e1207ff8e24a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-864d812a-1471-4d28-8230-e1207ff8e24a {
  
}
}@media (max-width: 767px){#s-864d812a-1471-4d28-8230-e1207ff8e24a {
  
}
}
#s-95cc8439-902d-4651-8f3f-790cf7440dd7 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
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-95cc8439-902d-4651-8f3f-790cf7440dd7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95cc8439-902d-4651-8f3f-790cf7440dd7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-95cc8439-902d-4651-8f3f-790cf7440dd7 {
  
}
}@media (max-width: 767px){#s-95cc8439-902d-4651-8f3f-790cf7440dd7 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-95cc8439-902d-4651-8f3f-790cf7440dd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95cc8439-902d-4651-8f3f-790cf7440dd7.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}
