.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: 10px;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  max-width: 1280px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  
}
}@media (max-width: 767px){#s-30bc609c-bbb5-4b08-b833-32ea3e29a764 {
  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: #000;
  font-family: ;
  text-transform: none;
  font-weight: normal;
  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:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  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: #000;
  font-family: ;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000;
  font-family: inherit;
}

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

@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:   ;
  font-family: "vertigo";
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  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;
}
#s-7d4f9fa8-1992-40ee-90c0-287ba729fbbd {
  box-shadow:    rgba(28, 97, 0, 1);
}







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

    
    
    
  }


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

#s-46fec891-8989-4b83-8902-0c98963a1336 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-46fec891-8989-4b83-8902-0c98963a1336 {
  margin-bottom: -10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46fec891-8989-4b83-8902-0c98963a1336 {
  margin-bottom: -10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-46fec891-8989-4b83-8902-0c98963a1336 {
  display: none;
}
#s-46fec891-8989-4b83-8902-0c98963a1336, #wrap-s-46fec891-8989-4b83-8902-0c98963a1336 { display:none !important; }}
@media (min-width: 0px) {
[id="s-46fec891-8989-4b83-8902-0c98963a1336"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46fec891-8989-4b83-8902-0c98963a1336"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-46fec891-8989-4b83-8902-0c98963a1336"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-46fec891-8989-4b83-8902-0c98963a1336"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-46fec891-8989-4b83-8902-0c98963a1336"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2bcc6455-22a4-4a4d-a52e-3b32a6784348 {
  margin-top: 0px;
padding-right: 30px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-2bcc6455-22a4-4a4d-a52e-3b32a6784348 {
  padding-right: 0px;
}
}







#s-2bcc6455-22a4-4a4d-a52e-3b32a6784348 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bcc6455-22a4-4a4d-a52e-3b32a6784348.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8e1f7e5-b895-4a02-9c10-c34a4569c5bd {
  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-d8e1f7e5-b895-4a02-9c10-c34a4569c5bd {
  display: none;
}
#s-d8e1f7e5-b895-4a02-9c10-c34a4569c5bd, #wrap-s-d8e1f7e5-b895-4a02-9c10-c34a4569c5bd { display:none !important; }}
#s-d8e1f7e5-b895-4a02-9c10-c34a4569c5bd .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 64px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (max-width: 767px){#s-1e8f7799-8820-49bf-b4e7-79d1805f7bce {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-3a2ee350-393d-456c-8945-51a2535c69ef {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-3a2ee350-393d-456c-8945-51a2535c69ef {
  margin-right: 1%;
display: none;
}
#s-3a2ee350-393d-456c-8945-51a2535c69ef, #wrap-s-3a2ee350-393d-456c-8945-51a2535c69ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a2ee350-393d-456c-8945-51a2535c69ef {
  margin-right: 1%;
display: none;
}
#s-3a2ee350-393d-456c-8945-51a2535c69ef, #wrap-s-3a2ee350-393d-456c-8945-51a2535c69ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a2ee350-393d-456c-8945-51a2535c69ef {
  display: none;
}
#s-3a2ee350-393d-456c-8945-51a2535c69ef, #wrap-s-3a2ee350-393d-456c-8945-51a2535c69ef { display:none !important; }}
#s-3a2ee350-393d-456c-8945-51a2535c69ef .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 1200px){#s-ba6cd9c8-ae07-4d9f-801a-5fa7a22d89c9 {
  display: none;
}
#s-ba6cd9c8-ae07-4d9f-801a-5fa7a22d89c9, #wrap-s-ba6cd9c8-ae07-4d9f-801a-5fa7a22d89c9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba6cd9c8-ae07-4d9f-801a-5fa7a22d89c9 {
  display: none;
}
#s-ba6cd9c8-ae07-4d9f-801a-5fa7a22d89c9, #wrap-s-ba6cd9c8-ae07-4d9f-801a-5fa7a22d89c9 { display:none !important; }}@media (max-width: 767px){#s-ba6cd9c8-ae07-4d9f-801a-5fa7a22d89c9 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-cb5626a0-9bab-459c-9b19-f7e2dca61b40 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-cb5626a0-9bab-459c-9b19-f7e2dca61b40 {
  margin-top: 10px;
margin-right: 1%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cb5626a0-9bab-459c-9b19-f7e2dca61b40 {
  margin-top: 10px;
margin-right: 1%;
}
}@media (max-width: 767px){#s-cb5626a0-9bab-459c-9b19-f7e2dca61b40 {
  display: none;
}
#s-cb5626a0-9bab-459c-9b19-f7e2dca61b40, #wrap-s-cb5626a0-9bab-459c-9b19-f7e2dca61b40 { display:none !important; }}
#s-cb5626a0-9bab-459c-9b19-f7e2dca61b40 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



#s-a295197d-0da9-4175-86e9-3ce0d1830c69 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a295197d-0da9-4175-86e9-3ce0d1830c69 {
  display: none;
}
#s-a295197d-0da9-4175-86e9-3ce0d1830c69, #wrap-s-a295197d-0da9-4175-86e9-3ce0d1830c69 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a295197d-0da9-4175-86e9-3ce0d1830c69 {
  display: none;
}
#s-a295197d-0da9-4175-86e9-3ce0d1830c69, #wrap-s-a295197d-0da9-4175-86e9-3ce0d1830c69 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a295197d-0da9-4175-86e9-3ce0d1830c69 {
  display: none;
}
#s-a295197d-0da9-4175-86e9-3ce0d1830c69, #wrap-s-a295197d-0da9-4175-86e9-3ce0d1830c69 { display:none !important; }}@media (max-width: 767px){#s-a295197d-0da9-4175-86e9-3ce0d1830c69 {
  margin-left: 10px;
margin-right: 1px;
}
}
#s-a295197d-0da9-4175-86e9-3ce0d1830c69 .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d2a0ae99-5602-44e7-8ce3-6335b93c2518 {
  box-shadow:    rgba(28, 97, 0, 1);
}
@media (max-width: 767px){#s-d2a0ae99-5602-44e7-8ce3-6335b93c2518 {
  margin-top: 20px;
margin-bottom: 20px;
}
}






  #s-d2a0ae99-5602-44e7-8ce3-6335b93c2518 img.shogun-image {
    

    
    
    
  }


#s-d2a0ae99-5602-44e7-8ce3-6335b93c2518 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-a6525de9-347d-471b-b4aa-1c75c1ec74d2 {
  display: none;
}
#s-a6525de9-347d-471b-b4aa-1c75c1ec74d2, #wrap-s-a6525de9-347d-471b-b4aa-1c75c1ec74d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6525de9-347d-471b-b4aa-1c75c1ec74d2 {
  display: none;
}
#s-a6525de9-347d-471b-b4aa-1c75c1ec74d2, #wrap-s-a6525de9-347d-471b-b4aa-1c75c1ec74d2 { display:none !important; }}@media (max-width: 767px){#s-a6525de9-347d-471b-b4aa-1c75c1ec74d2 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-a6525de9-347d-471b-b4aa-1c75c1ec74d2, #wrap-s-a6525de9-347d-471b-b4aa-1c75c1ec74d2 { 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:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 1200px){#s-c6c89df0-cf6f-4d95-8676-b596852c4e0b {
  display: none;
}
#s-c6c89df0-cf6f-4d95-8676-b596852c4e0b, #wrap-s-c6c89df0-cf6f-4d95-8676-b596852c4e0b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6c89df0-cf6f-4d95-8676-b596852c4e0b {
  display: none;
}
#s-c6c89df0-cf6f-4d95-8676-b596852c4e0b, #wrap-s-c6c89df0-cf6f-4d95-8676-b596852c4e0b { display:none !important; }}@media (max-width: 767px){#s-c6c89df0-cf6f-4d95-8676-b596852c4e0b {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-c6c89df0-cf6f-4d95-8676-b596852c4e0b, #wrap-s-c6c89df0-cf6f-4d95-8676-b596852c4e0b { display:none !important; }}
@media (min-width: 1200px){#s-cd5586d1-7b4a-4dd9-aa77-b84e2e5e55b5 {
  display: none;
}
#s-cd5586d1-7b4a-4dd9-aa77-b84e2e5e55b5, #wrap-s-cd5586d1-7b4a-4dd9-aa77-b84e2e5e55b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd5586d1-7b4a-4dd9-aa77-b84e2e5e55b5 {
  display: none;
}
#s-cd5586d1-7b4a-4dd9-aa77-b84e2e5e55b5, #wrap-s-cd5586d1-7b4a-4dd9-aa77-b84e2e5e55b5 { display:none !important; }}@media (max-width: 767px){#s-cd5586d1-7b4a-4dd9-aa77-b84e2e5e55b5 {
  display: none;
}
#s-cd5586d1-7b4a-4dd9-aa77-b84e2e5e55b5, #wrap-s-cd5586d1-7b4a-4dd9-aa77-b84e2e5e55b5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-cd5586d1-7b4a-4dd9-aa77-b84e2e5e55b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd5586d1-7b4a-4dd9-aa77-b84e2e5e55b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd5586d1-7b4a-4dd9-aa77-b84e2e5e55b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd5586d1-7b4a-4dd9-aa77-b84e2e5e55b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c30bb5a4-1851-48e6-923c-f4e7b828804b {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c30bb5a4-1851-48e6-923c-f4e7b828804b {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-c30bb5a4-1851-48e6-923c-f4e7b828804b {
  margin-bottom: 35px;
}
}






  #s-c30bb5a4-1851-48e6-923c-f4e7b828804b img.shogun-image {
    

    
    
    
  }


#s-c30bb5a4-1851-48e6-923c-f4e7b828804b .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.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-533174ec-1eaa-45c5-bda8-b433102f4556 {
  border-style: solid;
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-533174ec-1eaa-45c5-bda8-b433102f4556:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-533174ec-1eaa-45c5-bda8-b433102f4556:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-533174ec-1eaa-45c5-bda8-b433102f4556-btn-wrapper {
    text-align: center;
  }


#s-533174ec-1eaa-45c5-bda8-b433102f4556.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-533174ec-1eaa-45c5-bda8-b433102f4556-btn-wrapper {
    text-align: center;
  }


#s-533174ec-1eaa-45c5-bda8-b433102f4556.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-533174ec-1eaa-45c5-bda8-b433102f4556-btn-wrapper {
    text-align: center;
  }


#s-533174ec-1eaa-45c5-bda8-b433102f4556.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-533174ec-1eaa-45c5-bda8-b433102f4556-btn-wrapper {
    text-align: center;
  }


#s-533174ec-1eaa-45c5-bda8-b433102f4556.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-533174ec-1eaa-45c5-bda8-b433102f4556-btn-wrapper {
    text-align: center;
  }


#s-533174ec-1eaa-45c5-bda8-b433102f4556.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-4ab84f21-b354-4e81-a7b3-1166b575e046 {
  display: none;
}
#s-4ab84f21-b354-4e81-a7b3-1166b575e046, #wrap-s-4ab84f21-b354-4e81-a7b3-1166b575e046 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ab84f21-b354-4e81-a7b3-1166b575e046 {
  display: none;
}
#s-4ab84f21-b354-4e81-a7b3-1166b575e046, #wrap-s-4ab84f21-b354-4e81-a7b3-1166b575e046 { display:none !important; }}@media (max-width: 767px){#s-4ab84f21-b354-4e81-a7b3-1166b575e046 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-4ab84f21-b354-4e81-a7b3-1166b575e046, #wrap-s-4ab84f21-b354-4e81-a7b3-1166b575e046 { display:none !important; }}
@media (min-width: 1200px){#s-12ed03f2-e037-4dac-963a-8440af228124 {
  margin-top: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12ed03f2-e037-4dac-963a-8440af228124 {
  margin-top: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-12ed03f2-e037-4dac-963a-8440af228124 {
  display: none;
}
#s-12ed03f2-e037-4dac-963a-8440af228124, #wrap-s-12ed03f2-e037-4dac-963a-8440af228124 { display:none !important; }}@media (max-width: 767px){#s-12ed03f2-e037-4dac-963a-8440af228124 {
  margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
display: none;
}
#s-12ed03f2-e037-4dac-963a-8440af228124, #wrap-s-12ed03f2-e037-4dac-963a-8440af228124 { display:none !important; }}
#s-e6860aa6-1693-48c9-adee-0088c9a54e85 {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e6860aa6-1693-48c9-adee-0088c9a54e85 {
  display: none;
}
#s-e6860aa6-1693-48c9-adee-0088c9a54e85, #wrap-s-e6860aa6-1693-48c9-adee-0088c9a54e85 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e6860aa6-1693-48c9-adee-0088c9a54e85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6860aa6-1693-48c9-adee-0088c9a54e85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e6860aa6-1693-48c9-adee-0088c9a54e85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6860aa6-1693-48c9-adee-0088c9a54e85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b7040e2a-3efa-466a-ba47-8d65672d0426 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b7040e2a-3efa-466a-ba47-8d65672d0426 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-b7040e2a-3efa-466a-ba47-8d65672d0426 {
  margin-bottom: 15px;
}
}






  #s-b7040e2a-3efa-466a-ba47-8d65672d0426 img.shogun-image {
    

    
    
    
  }


#s-b7040e2a-3efa-466a-ba47-8d65672d0426 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-a9a19d8b-c9bd-43c9-98dc-242c81955e20 {
  
}
}@media (max-width: 767px){#s-a9a19d8b-c9bd-43c9-98dc-242c81955e20 {
  display: none;
}
#s-a9a19d8b-c9bd-43c9-98dc-242c81955e20, #wrap-s-a9a19d8b-c9bd-43c9-98dc-242c81955e20 { display:none !important; }}
@media (min-width: 1200px){#s-be6cfe38-bdba-4bff-a475-ce923ca66aa4 {
  display: none;
}
#s-be6cfe38-bdba-4bff-a475-ce923ca66aa4, #wrap-s-be6cfe38-bdba-4bff-a475-ce923ca66aa4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be6cfe38-bdba-4bff-a475-ce923ca66aa4 {
  display: none;
}
#s-be6cfe38-bdba-4bff-a475-ce923ca66aa4, #wrap-s-be6cfe38-bdba-4bff-a475-ce923ca66aa4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be6cfe38-bdba-4bff-a475-ce923ca66aa4 {
  display: none;
}
#s-be6cfe38-bdba-4bff-a475-ce923ca66aa4, #wrap-s-be6cfe38-bdba-4bff-a475-ce923ca66aa4 { display:none !important; }}
#s-756ffc05-4bfb-4e79-b84f-c54d24cce82c {
  border-style: solid;
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-756ffc05-4bfb-4e79-b84f-c54d24cce82c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-756ffc05-4bfb-4e79-b84f-c54d24cce82c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-756ffc05-4bfb-4e79-b84f-c54d24cce82c-btn-wrapper {
    text-align: center;
  }


#s-756ffc05-4bfb-4e79-b84f-c54d24cce82c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-756ffc05-4bfb-4e79-b84f-c54d24cce82c-btn-wrapper {
    text-align: center;
  }


#s-756ffc05-4bfb-4e79-b84f-c54d24cce82c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-756ffc05-4bfb-4e79-b84f-c54d24cce82c-btn-wrapper {
    text-align: center;
  }


#s-756ffc05-4bfb-4e79-b84f-c54d24cce82c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-756ffc05-4bfb-4e79-b84f-c54d24cce82c-btn-wrapper {
    text-align: center;
  }


#s-756ffc05-4bfb-4e79-b84f-c54d24cce82c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-756ffc05-4bfb-4e79-b84f-c54d24cce82c-btn-wrapper {
    text-align: center;
  }


#s-756ffc05-4bfb-4e79-b84f-c54d24cce82c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-7291033e-d00e-428b-a2ca-3306be950fd3 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-6a3eb6de-b26a-4fd7-b56b-6839a56ca5d4 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-6a3eb6de-b26a-4fd7-b56b-6839a56ca5d4 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 1200px){#s-e0d9567c-8520-49fe-a4e0-375b421bb028 {
  display: none;
}
#s-e0d9567c-8520-49fe-a4e0-375b421bb028, #wrap-s-e0d9567c-8520-49fe-a4e0-375b421bb028 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0d9567c-8520-49fe-a4e0-375b421bb028 {
  display: none;
}
#s-e0d9567c-8520-49fe-a4e0-375b421bb028, #wrap-s-e0d9567c-8520-49fe-a4e0-375b421bb028 { display:none !important; }}@media (max-width: 767px){#s-e0d9567c-8520-49fe-a4e0-375b421bb028 {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (max-width: 767px){#s-a5dd8c2e-beff-467f-bb72-915fd42ce89e {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-a5dd8c2e-beff-467f-bb72-915fd42ce89e, #wrap-s-a5dd8c2e-beff-467f-bb72-915fd42ce89e { display:none !important; }}
#s-4722d42e-c248-4247-9a63-44bf080fdfb8 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-4722d42e-c248-4247-9a63-44bf080fdfb8 {
  display: none;
}
#s-4722d42e-c248-4247-9a63-44bf080fdfb8, #wrap-s-4722d42e-c248-4247-9a63-44bf080fdfb8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4722d42e-c248-4247-9a63-44bf080fdfb8 {
  display: none;
}
#s-4722d42e-c248-4247-9a63-44bf080fdfb8, #wrap-s-4722d42e-c248-4247-9a63-44bf080fdfb8 { display:none !important; }}@media (max-width: 767px){#s-4722d42e-c248-4247-9a63-44bf080fdfb8 {
  display: none;
}
#s-4722d42e-c248-4247-9a63-44bf080fdfb8, #wrap-s-4722d42e-c248-4247-9a63-44bf080fdfb8 { display:none !important; }}
#s-4722d42e-c248-4247-9a63-44bf080fdfb8 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 1200px){#s-76f52b97-3134-4e48-acfd-c7bc174aba20 {
  display: none;
}
#s-76f52b97-3134-4e48-acfd-c7bc174aba20, #wrap-s-76f52b97-3134-4e48-acfd-c7bc174aba20 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76f52b97-3134-4e48-acfd-c7bc174aba20 {
  display: none;
}
#s-76f52b97-3134-4e48-acfd-c7bc174aba20, #wrap-s-76f52b97-3134-4e48-acfd-c7bc174aba20 { display:none !important; }}@media (max-width: 767px){#s-76f52b97-3134-4e48-acfd-c7bc174aba20 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-76f52b97-3134-4e48-acfd-c7bc174aba20, #wrap-s-76f52b97-3134-4e48-acfd-c7bc174aba20 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-80807b2e-4238-4085-98ea-8a030acc9779 {
  display: none;
}
#s-80807b2e-4238-4085-98ea-8a030acc9779, #wrap-s-80807b2e-4238-4085-98ea-8a030acc9779 { display:none !important; }}@media (max-width: 767px){#s-80807b2e-4238-4085-98ea-8a030acc9779 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-80807b2e-4238-4085-98ea-8a030acc9779, #wrap-s-80807b2e-4238-4085-98ea-8a030acc9779 { display:none !important; }}
#s-0ead1762-9019-41f7-93b1-991759090e6c {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-0ead1762-9019-41f7-93b1-991759090e6c {
  margin-top: 5px;
}
}
#s-0ead1762-9019-41f7-93b1-991759090e6c .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-fbc010df-09c0-423e-9ce6-1ac812dde9c7 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-23114486-e086-4c43-9aad-1c3480e8fd9d {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-23114486-e086-4c43-9aad-1c3480e8fd9d {
  margin-top: 5px;
}
}
#s-23114486-e086-4c43-9aad-1c3480e8fd9d .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-5da7e9f9-1031-4fad-8023-7ffcfa523f96 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-657db770-59bb-4578-80a3-8859d066893d {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-657db770-59bb-4578-80a3-8859d066893d .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-ece90ff6-4f37-44a0-b626-ccbfa0d34783 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-ee7e39d0-3742-4557-8b47-8fb07dcc6525 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-ee7e39d0-3742-4557-8b47-8fb07dcc6525 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-4b5c0177-a49e-4eac-928e-bab30289dd3b {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-0e9ffe97-9b50-4e29-a05d-df6935c6b1ef {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-0e9ffe97-9b50-4e29-a05d-df6935c6b1ef .shogun-heading-component h3 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



#s-e3db4915-c217-462b-a173-c5be148d8f1b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-e3db4915-c217-462b-a173-c5be148d8f1b {
  display: none;
}
#s-e3db4915-c217-462b-a173-c5be148d8f1b, #wrap-s-e3db4915-c217-462b-a173-c5be148d8f1b { display:none !important; }}







#s-e3db4915-c217-462b-a173-c5be148d8f1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3db4915-c217-462b-a173-c5be148d8f1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

#s-7933b0b8-1a1a-49a5-aebc-bc9149eedeb1 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-7933b0b8-1a1a-49a5-aebc-bc9149eedeb1 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-7933b0b8-1a1a-49a5-aebc-bc9149eedeb1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7933b0b8-1a1a-49a5-aebc-bc9149eedeb1 td.shogun-table-column {
  background-color: rgba(236, 236, 236, 1);
  padding: 10px;
  text-align: inherit;
}

#s-7933b0b8-1a1a-49a5-aebc-bc9149eedeb1 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-7933b0b8-1a1a-49a5-aebc-bc9149eedeb1 td.shogun-table-column, #s-7933b0b8-1a1a-49a5-aebc-bc9149eedeb1 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-7ec7cba3-188e-4934-ae4f-64d01df4e041 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-7ec7cba3-188e-4934-ae4f-64d01df4e041 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7ec7cba3-188e-4934-ae4f-64d01df4e041 td.shogun-table-column {
  background-color: rgba(103, 195, 183, 1);
  padding: 10px;
  text-align: inherit;
}

#s-7ec7cba3-188e-4934-ae4f-64d01df4e041 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-7ec7cba3-188e-4934-ae4f-64d01df4e041 td.shogun-table-column, #s-7ec7cba3-188e-4934-ae4f-64d01df4e041 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-f2718edd-909f-46b0-95b7-467488bb651f {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-f2718edd-909f-46b0-95b7-467488bb651f .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-f2718edd-909f-46b0-95b7-467488bb651f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f2718edd-909f-46b0-95b7-467488bb651f td.shogun-table-column {
  background-color: rgba(236, 236, 236, 1);
  padding: 10px;
  text-align: inherit;
}

#s-f2718edd-909f-46b0-95b7-467488bb651f td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-f2718edd-909f-46b0-95b7-467488bb651f td.shogun-table-column, #s-f2718edd-909f-46b0-95b7-467488bb651f td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-3f4978a0-6f3d-48a2-bcbb-f58875f77eaf .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-3f4978a0-6f3d-48a2-bcbb-f58875f77eaf table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3f4978a0-6f3d-48a2-bcbb-f58875f77eaf td.shogun-table-column {
  background-color: rgba(103, 195, 183, 1);
  padding: 10px;
  text-align: inherit;
}

#s-3f4978a0-6f3d-48a2-bcbb-f58875f77eaf td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-3f4978a0-6f3d-48a2-bcbb-f58875f77eaf td.shogun-table-column, #s-3f4978a0-6f3d-48a2-bcbb-f58875f77eaf td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-4fa7113d-b52c-4c5f-8f9f-bc37177908a2 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-4fa7113d-b52c-4c5f-8f9f-bc37177908a2 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-4fa7113d-b52c-4c5f-8f9f-bc37177908a2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4fa7113d-b52c-4c5f-8f9f-bc37177908a2 td.shogun-table-column {
  background-color: rgba(236, 236, 236, 1);
  padding: 10px;
  text-align: inherit;
}

#s-4fa7113d-b52c-4c5f-8f9f-bc37177908a2 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-4fa7113d-b52c-4c5f-8f9f-bc37177908a2 td.shogun-table-column, #s-4fa7113d-b52c-4c5f-8f9f-bc37177908a2 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-f528d8a7-cbed-4f26-a0d6-adfc6664f20a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-f528d8a7-cbed-4f26-a0d6-adfc6664f20a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f528d8a7-cbed-4f26-a0d6-adfc6664f20a td.shogun-table-column {
  background-color: rgba(103, 195, 183, 1);
  padding: 10px;
  text-align: inherit;
}

#s-f528d8a7-cbed-4f26-a0d6-adfc6664f20a td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-f528d8a7-cbed-4f26-a0d6-adfc6664f20a td.shogun-table-column, #s-f528d8a7-cbed-4f26-a0d6-adfc6664f20a td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-ceda4468-4fa4-4a54-9034-99a7d92f5a9f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ceda4468-4fa4-4a54-9034-99a7d92f5a9f {
  display: none;
}
#s-ceda4468-4fa4-4a54-9034-99a7d92f5a9f, #wrap-s-ceda4468-4fa4-4a54-9034-99a7d92f5a9f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ceda4468-4fa4-4a54-9034-99a7d92f5a9f {
  display: none;
}
#s-ceda4468-4fa4-4a54-9034-99a7d92f5a9f, #wrap-s-ceda4468-4fa4-4a54-9034-99a7d92f5a9f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ceda4468-4fa4-4a54-9034-99a7d92f5a9f {
  display: none;
}
#s-ceda4468-4fa4-4a54-9034-99a7d92f5a9f, #wrap-s-ceda4468-4fa4-4a54-9034-99a7d92f5a9f { display:none !important; }}







#s-ceda4468-4fa4-4a54-9034-99a7d92f5a9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceda4468-4fa4-4a54-9034-99a7d92f5a9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-226c5e78-57c6-4cac-9aaf-df0c57a7feea {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-226c5e78-57c6-4cac-9aaf-df0c57a7feea .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-226c5e78-57c6-4cac-9aaf-df0c57a7feea table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-226c5e78-57c6-4cac-9aaf-df0c57a7feea td.shogun-table-column {
  background-color: rgba(236, 236, 236, 1);
  padding: 10px;
  text-align: inherit;
}

#s-226c5e78-57c6-4cac-9aaf-df0c57a7feea td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-226c5e78-57c6-4cac-9aaf-df0c57a7feea td.shogun-table-column, #s-226c5e78-57c6-4cac-9aaf-df0c57a7feea td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-44123689-1fb5-46c4-a838-c89eddb40f9d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-44123689-1fb5-46c4-a838-c89eddb40f9d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-44123689-1fb5-46c4-a838-c89eddb40f9d td.shogun-table-column {
  background-color: rgba(103, 195, 183, 1);
  padding: 10px;
  text-align: inherit;
}

#s-44123689-1fb5-46c4-a838-c89eddb40f9d td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-44123689-1fb5-46c4-a838-c89eddb40f9d td.shogun-table-column, #s-44123689-1fb5-46c4-a838-c89eddb40f9d td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-d2d20412-3894-4f01-a3f0-46c75d1a5281 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-d2d20412-3894-4f01-a3f0-46c75d1a5281 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-d2d20412-3894-4f01-a3f0-46c75d1a5281 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d2d20412-3894-4f01-a3f0-46c75d1a5281 td.shogun-table-column {
  background-color: rgba(236, 236, 236, 1);
  padding: 10px;
  text-align: inherit;
}

#s-d2d20412-3894-4f01-a3f0-46c75d1a5281 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-d2d20412-3894-4f01-a3f0-46c75d1a5281 td.shogun-table-column, #s-d2d20412-3894-4f01-a3f0-46c75d1a5281 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-423d09f1-921e-46ee-846b-97f0fb7447d0 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-423d09f1-921e-46ee-846b-97f0fb7447d0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-423d09f1-921e-46ee-846b-97f0fb7447d0 td.shogun-table-column {
  background-color: rgba(103, 195, 183, 1);
  padding: 10px;
  text-align: inherit;
}

#s-423d09f1-921e-46ee-846b-97f0fb7447d0 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-423d09f1-921e-46ee-846b-97f0fb7447d0 td.shogun-table-column, #s-423d09f1-921e-46ee-846b-97f0fb7447d0 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-04733ee9-16ec-4ccc-9820-6ae53e3ecb2b {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-04733ee9-16ec-4ccc-9820-6ae53e3ecb2b .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-04733ee9-16ec-4ccc-9820-6ae53e3ecb2b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-04733ee9-16ec-4ccc-9820-6ae53e3ecb2b td.shogun-table-column {
  background-color: rgba(236, 236, 236, 1);
  padding: 10px;
  text-align: inherit;
}

#s-04733ee9-16ec-4ccc-9820-6ae53e3ecb2b td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-04733ee9-16ec-4ccc-9820-6ae53e3ecb2b td.shogun-table-column, #s-04733ee9-16ec-4ccc-9820-6ae53e3ecb2b td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-4435ca36-b55f-435a-ac3f-519e2d808bd7 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-4435ca36-b55f-435a-ac3f-519e2d808bd7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4435ca36-b55f-435a-ac3f-519e2d808bd7 td.shogun-table-column {
  background-color: rgba(103, 195, 183, 1);
  padding: 10px;
  text-align: inherit;
}

#s-4435ca36-b55f-435a-ac3f-519e2d808bd7 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-4435ca36-b55f-435a-ac3f-519e2d808bd7 td.shogun-table-column, #s-4435ca36-b55f-435a-ac3f-519e2d808bd7 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-4f877454-3cd9-4320-929a-58eab04be23d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-4f877454-3cd9-4320-929a-58eab04be23d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f877454-3cd9-4320-929a-58eab04be23d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f877454-3cd9-4320-929a-58eab04be23d {
  
}
}@media (max-width: 767px){#s-4f877454-3cd9-4320-929a-58eab04be23d {
  
}
}







#s-4f877454-3cd9-4320-929a-58eab04be23d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f877454-3cd9-4320-929a-58eab04be23d.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-9b8e0b42-e8c2-42af-8e11-086728785731 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-293c3b7d-6fe1-4e6d-a626-0752ecf585ed {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-293c3b7d-6fe1-4e6d-a626-0752ecf585ed .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



#s-12ca627d-38b2-4d14-b7f6-0aaed5adca65 {
  margin-top: 0px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-12ca627d-38b2-4d14-b7f6-0aaed5adca65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12ca627d-38b2-4d14-b7f6-0aaed5adca65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12ca627d-38b2-4d14-b7f6-0aaed5adca65 {
  
}
}@media (max-width: 767px){#s-12ca627d-38b2-4d14-b7f6-0aaed5adca65 {
  margin-right: 0px;
}
}
@media (min-width: 1200px){#s-6cba6e07-4ab2-47e9-8193-d13a3a09c103 {
  margin-top: 15px;
margin-bottom: 15px;
display: none;
}
#s-6cba6e07-4ab2-47e9-8193-d13a3a09c103, #wrap-s-6cba6e07-4ab2-47e9-8193-d13a3a09c103 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6cba6e07-4ab2-47e9-8193-d13a3a09c103 {
  margin-top: 15px;
margin-bottom: 15px;
display: none;
}
#s-6cba6e07-4ab2-47e9-8193-d13a3a09c103, #wrap-s-6cba6e07-4ab2-47e9-8193-d13a3a09c103 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6cba6e07-4ab2-47e9-8193-d13a3a09c103 {
  
}
}@media (max-width: 767px){#s-6cba6e07-4ab2-47e9-8193-d13a3a09c103 {
  display: none;
}
#s-6cba6e07-4ab2-47e9-8193-d13a3a09c103, #wrap-s-6cba6e07-4ab2-47e9-8193-d13a3a09c103 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6cba6e07-4ab2-47e9-8193-d13a3a09c103"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cba6e07-4ab2-47e9-8193-d13a3a09c103"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6cba6e07-4ab2-47e9-8193-d13a3a09c103"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cba6e07-4ab2-47e9-8193-d13a3a09c103"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-68ffa7b1-46a1-4bb8-8255-19ab3405e4fa {
  padding-top: 20px;
padding-bottom: 30px;
text-align: center;
background-color: rgba(248, 248, 248, 1);
}







  #s-68ffa7b1-46a1-4bb8-8255-19ab3405e4fa img.shogun-image {
    

    
    
    
  }


#s-68ffa7b1-46a1-4bb8-8255-19ab3405e4fa .shogun-image-content {
  
    align-items: center;
  
}

#s-5342e185-1e11-432c-bf9e-f96594d285f9 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
background-color: rgba(248, 248, 248, 1);
}

@media (max-width: 767px){#s-f93c31f5-651a-4c17-bb30-da04e54c631c {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-459fc534-86b0-4612-8260-1f0ea2e6fc90 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-459fc534-86b0-4612-8260-1f0ea2e6fc90 {
  margin-top: 15px;
}
}
#s-459fc534-86b0-4612-8260-1f0ea2e6fc90 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-b9cb712f-6ee7-4b08-9452-b0e182308ac7 {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 1200px){#s-c5741da2-3617-48f0-af0d-fa34a9a7ab8e {
  display: none;
}
#s-c5741da2-3617-48f0-af0d-fa34a9a7ab8e, #wrap-s-c5741da2-3617-48f0-af0d-fa34a9a7ab8e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5741da2-3617-48f0-af0d-fa34a9a7ab8e {
  display: none;
}
#s-c5741da2-3617-48f0-af0d-fa34a9a7ab8e, #wrap-s-c5741da2-3617-48f0-af0d-fa34a9a7ab8e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5741da2-3617-48f0-af0d-fa34a9a7ab8e {
  display: none;
}
#s-c5741da2-3617-48f0-af0d-fa34a9a7ab8e, #wrap-s-c5741da2-3617-48f0-af0d-fa34a9a7ab8e { display:none !important; }}@media (max-width: 767px){#s-c5741da2-3617-48f0-af0d-fa34a9a7ab8e {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 1200px){#s-54075afb-cd8a-4c50-abc6-a33922de7117 {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54075afb-cd8a-4c50-abc6-a33922de7117 {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-54075afb-cd8a-4c50-abc6-a33922de7117 {
  display: none;
}
#s-54075afb-cd8a-4c50-abc6-a33922de7117, #wrap-s-54075afb-cd8a-4c50-abc6-a33922de7117 { display:none !important; }}
@media (min-width: 0px) {
[id="s-54075afb-cd8a-4c50-abc6-a33922de7117"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54075afb-cd8a-4c50-abc6-a33922de7117"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54075afb-cd8a-4c50-abc6-a33922de7117"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54075afb-cd8a-4c50-abc6-a33922de7117"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d921dea4-6049-4a43-9fb7-9ad402b61f15 {
  padding-top: 20px;
padding-bottom: 30px;
text-align: center;
background-color: rgba(248, 248, 248, 1);
}







  #s-d921dea4-6049-4a43-9fb7-9ad402b61f15 img.shogun-image {
    

    
    
    
  }


#s-d921dea4-6049-4a43-9fb7-9ad402b61f15 .shogun-image-content {
  
    align-items: center;
  
}

#s-12ce95a7-d22c-4a27-b7b2-b7c9ce24d219 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
background-color: rgba(248, 248, 248, 1);
}
@media (max-width: 767px){#s-12ce95a7-d22c-4a27-b7b2-b7c9ce24d219 {
  display: none;
}
#s-12ce95a7-d22c-4a27-b7b2-b7c9ce24d219, #wrap-s-12ce95a7-d22c-4a27-b7b2-b7c9ce24d219 { display:none !important; }}
#s-46415d30-f88a-4b9a-8bf0-ab42312c6ced {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-46415d30-f88a-4b9a-8bf0-ab42312c6ced {
  display: none;
}
#s-46415d30-f88a-4b9a-8bf0-ab42312c6ced, #wrap-s-46415d30-f88a-4b9a-8bf0-ab42312c6ced { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46415d30-f88a-4b9a-8bf0-ab42312c6ced {
  display: none;
}
#s-46415d30-f88a-4b9a-8bf0-ab42312c6ced, #wrap-s-46415d30-f88a-4b9a-8bf0-ab42312c6ced { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46415d30-f88a-4b9a-8bf0-ab42312c6ced {
  display: none;
}
#s-46415d30-f88a-4b9a-8bf0-ab42312c6ced, #wrap-s-46415d30-f88a-4b9a-8bf0-ab42312c6ced { display:none !important; }}
@media (max-width: 767px){#s-42734a36-a2e7-402f-94cf-4838803468f3 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-42734a36-a2e7-402f-94cf-4838803468f3, #wrap-s-42734a36-a2e7-402f-94cf-4838803468f3 { display:none !important; }}
#s-8e594f65-1068-4ce7-83e1-2420459828dc {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8e594f65-1068-4ce7-83e1-2420459828dc {
  margin-top: 15px;
}
}
#s-8e594f65-1068-4ce7-83e1-2420459828dc .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-b9f3dbb4-41e2-4ceb-835a-5598fecc55bc {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-1750a456-8fd3-4ea1-bb71-35341fb76d5b {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-1750a456-8fd3-4ea1-bb71-35341fb76d5b {
  display: none;
}
#s-1750a456-8fd3-4ea1-bb71-35341fb76d5b, #wrap-s-1750a456-8fd3-4ea1-bb71-35341fb76d5b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1750a456-8fd3-4ea1-bb71-35341fb76d5b {
  display: none;
}
#s-1750a456-8fd3-4ea1-bb71-35341fb76d5b, #wrap-s-1750a456-8fd3-4ea1-bb71-35341fb76d5b { display:none !important; }}@media (max-width: 767px){#s-1750a456-8fd3-4ea1-bb71-35341fb76d5b {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-1750a456-8fd3-4ea1-bb71-35341fb76d5b, #wrap-s-1750a456-8fd3-4ea1-bb71-35341fb76d5b { display:none !important; }}
#s-b4bbbdef-b4fb-4990-a062-29e79f711de3 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b4bbbdef-b4fb-4990-a062-29e79f711de3 {
  margin-top: 15px;
}
}
#s-b4bbbdef-b4fb-4990-a062-29e79f711de3 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-bf5a55a0-594e-461b-b78c-245965e11949 {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 1200px){#s-75d2cdbc-ab60-4da3-982d-6e1ec916477f {
  display: none;
}
#s-75d2cdbc-ab60-4da3-982d-6e1ec916477f, #wrap-s-75d2cdbc-ab60-4da3-982d-6e1ec916477f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75d2cdbc-ab60-4da3-982d-6e1ec916477f {
  display: none;
}
#s-75d2cdbc-ab60-4da3-982d-6e1ec916477f, #wrap-s-75d2cdbc-ab60-4da3-982d-6e1ec916477f { display:none !important; }}@media (max-width: 767px){#s-75d2cdbc-ab60-4da3-982d-6e1ec916477f {
  display: none;
}
#s-75d2cdbc-ab60-4da3-982d-6e1ec916477f, #wrap-s-75d2cdbc-ab60-4da3-982d-6e1ec916477f { display:none !important; }}
@media (min-width: 0px) {
[id="s-75d2cdbc-ab60-4da3-982d-6e1ec916477f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75d2cdbc-ab60-4da3-982d-6e1ec916477f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75d2cdbc-ab60-4da3-982d-6e1ec916477f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75d2cdbc-ab60-4da3-982d-6e1ec916477f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-14d57b42-1055-4977-84b6-65fa3988beac {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-14d57b42-1055-4977-84b6-65fa3988beac {
  display: none;
}
#s-14d57b42-1055-4977-84b6-65fa3988beac, #wrap-s-14d57b42-1055-4977-84b6-65fa3988beac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14d57b42-1055-4977-84b6-65fa3988beac {
  display: none;
}
#s-14d57b42-1055-4977-84b6-65fa3988beac, #wrap-s-14d57b42-1055-4977-84b6-65fa3988beac { display:none !important; }}@media (max-width: 767px){#s-14d57b42-1055-4977-84b6-65fa3988beac {
  display: none;
}
#s-14d57b42-1055-4977-84b6-65fa3988beac, #wrap-s-14d57b42-1055-4977-84b6-65fa3988beac { display:none !important; }}
#s-14d57b42-1055-4977-84b6-65fa3988beac .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



@media (min-width: 1200px){#s-38f15744-880b-49c4-bb4a-3d781d75d9de {
  display: none;
}
#s-38f15744-880b-49c4-bb4a-3d781d75d9de, #wrap-s-38f15744-880b-49c4-bb4a-3d781d75d9de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38f15744-880b-49c4-bb4a-3d781d75d9de {
  display: none;
}
#s-38f15744-880b-49c4-bb4a-3d781d75d9de, #wrap-s-38f15744-880b-49c4-bb4a-3d781d75d9de { display:none !important; }}@media (max-width: 767px){#s-38f15744-880b-49c4-bb4a-3d781d75d9de {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-38f15744-880b-49c4-bb4a-3d781d75d9de, #wrap-s-38f15744-880b-49c4-bb4a-3d781d75d9de { display:none !important; }}
#s-7d9d6093-f176-4ba1-9998-ecf341eb3f9e {
  text-align: left;
}







  #s-7d9d6093-f176-4ba1-9998-ecf341eb3f9e img.shogun-image {
    

    
    
    
  }


#s-7d9d6093-f176-4ba1-9998-ecf341eb3f9e .shogun-image-content {
  
    align-items: center;
  
}

#s-5d71a7d2-ee3a-4588-88b2-527f156e0729 {
  border-style: solid;
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-5d71a7d2-ee3a-4588-88b2-527f156e0729:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d71a7d2-ee3a-4588-88b2-527f156e0729:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5d71a7d2-ee3a-4588-88b2-527f156e0729-btn-wrapper {
    text-align: center;
  }


#s-5d71a7d2-ee3a-4588-88b2-527f156e0729.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d71a7d2-ee3a-4588-88b2-527f156e0729-btn-wrapper {
    text-align: center;
  }


#s-5d71a7d2-ee3a-4588-88b2-527f156e0729.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d71a7d2-ee3a-4588-88b2-527f156e0729-btn-wrapper {
    text-align: center;
  }


#s-5d71a7d2-ee3a-4588-88b2-527f156e0729.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d71a7d2-ee3a-4588-88b2-527f156e0729-btn-wrapper {
    text-align: center;
  }


#s-5d71a7d2-ee3a-4588-88b2-527f156e0729.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d71a7d2-ee3a-4588-88b2-527f156e0729-btn-wrapper {
    text-align: center;
  }


#s-5d71a7d2-ee3a-4588-88b2-527f156e0729.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-98d146fe-1788-4b74-81d4-1cbfeefb5985 {
  display: none;
}
#s-98d146fe-1788-4b74-81d4-1cbfeefb5985, #wrap-s-98d146fe-1788-4b74-81d4-1cbfeefb5985 { display:none !important; }}
@media (min-width: 0px) {
[id="s-98d146fe-1788-4b74-81d4-1cbfeefb5985"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98d146fe-1788-4b74-81d4-1cbfeefb5985"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98d146fe-1788-4b74-81d4-1cbfeefb5985"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98d146fe-1788-4b74-81d4-1cbfeefb5985"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-573f1552-6053-432a-a717-44f7373973c4 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-573f1552-6053-432a-a717-44f7373973c4 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-6d919d00-cde1-4b5c-a951-b8b4561ea105 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-86e26aa1-f856-47e0-929c-dfdc67929fd9 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-86e26aa1-f856-47e0-929c-dfdc67929fd9 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-86e26aa1-f856-47e0-929c-dfdc67929fd9 {
  margin-bottom: 10px;
}
}






  #s-86e26aa1-f856-47e0-929c-dfdc67929fd9 img.shogun-image {
    

    
    
    
  }


#s-86e26aa1-f856-47e0-929c-dfdc67929fd9 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-5961adff-a056-4d0e-99ab-1e65d9640f03 {
  display: none;
}
#s-5961adff-a056-4d0e-99ab-1e65d9640f03, #wrap-s-5961adff-a056-4d0e-99ab-1e65d9640f03 { display:none !important; }}
@media (min-width: 1200px){#s-c2ee4c3a-13e3-4266-802c-3ba9abe59e62 {
  display: none;
}
#s-c2ee4c3a-13e3-4266-802c-3ba9abe59e62, #wrap-s-c2ee4c3a-13e3-4266-802c-3ba9abe59e62 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2ee4c3a-13e3-4266-802c-3ba9abe59e62 {
  display: none;
}
#s-c2ee4c3a-13e3-4266-802c-3ba9abe59e62, #wrap-s-c2ee4c3a-13e3-4266-802c-3ba9abe59e62 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c2ee4c3a-13e3-4266-802c-3ba9abe59e62 {
  display: none;
}
#s-c2ee4c3a-13e3-4266-802c-3ba9abe59e62, #wrap-s-c2ee4c3a-13e3-4266-802c-3ba9abe59e62 { display:none !important; }}
#s-838432b5-04f9-4af1-ac51-93f54d8d9690 {
  border-style: solid;
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-838432b5-04f9-4af1-ac51-93f54d8d9690:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-838432b5-04f9-4af1-ac51-93f54d8d9690:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-838432b5-04f9-4af1-ac51-93f54d8d9690-btn-wrapper {
    text-align: center;
  }


#s-838432b5-04f9-4af1-ac51-93f54d8d9690.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-838432b5-04f9-4af1-ac51-93f54d8d9690-btn-wrapper {
    text-align: center;
  }


#s-838432b5-04f9-4af1-ac51-93f54d8d9690.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-838432b5-04f9-4af1-ac51-93f54d8d9690-btn-wrapper {
    text-align: center;
  }


#s-838432b5-04f9-4af1-ac51-93f54d8d9690.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-838432b5-04f9-4af1-ac51-93f54d8d9690-btn-wrapper {
    text-align: center;
  }


#s-838432b5-04f9-4af1-ac51-93f54d8d9690.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-838432b5-04f9-4af1-ac51-93f54d8d9690-btn-wrapper {
    text-align: center;
  }


#s-838432b5-04f9-4af1-ac51-93f54d8d9690.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins-Medium;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-68926b87-f827-4682-85d2-de9a1c6f6be7 {
  display: none;
}
#s-68926b87-f827-4682-85d2-de9a1c6f6be7, #wrap-s-68926b87-f827-4682-85d2-de9a1c6f6be7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68926b87-f827-4682-85d2-de9a1c6f6be7 {
  display: none;
}
#s-68926b87-f827-4682-85d2-de9a1c6f6be7, #wrap-s-68926b87-f827-4682-85d2-de9a1c6f6be7 { display:none !important; }}@media (max-width: 767px){#s-68926b87-f827-4682-85d2-de9a1c6f6be7 {
  margin-left: 0px;
margin-right: 0px;
display: none;
}
#s-68926b87-f827-4682-85d2-de9a1c6f6be7, #wrap-s-68926b87-f827-4682-85d2-de9a1c6f6be7 { display:none !important; }}
#s-a205cabd-36cb-4137-ad82-f5b74550a051 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-a205cabd-36cb-4137-ad82-f5b74550a051 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



@media (max-width: 767px){#s-81b905ec-8f09-4071-ba4a-78230baf1989 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-6ae93251-6abf-4838-b9a2-2f133bc22a83 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}
@media (min-width: 1200px){#s-6ae93251-6abf-4838-b9a2-2f133bc22a83 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ae93251-6abf-4838-b9a2-2f133bc22a83 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ae93251-6abf-4838-b9a2-2f133bc22a83 {
  
}
}@media (max-width: 767px){#s-6ae93251-6abf-4838-b9a2-2f133bc22a83 {
  
}
}







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

#s-c454c139-6b96-49ea-a27c-434337d63200 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c454c139-6b96-49ea-a27c-434337d63200"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c454c139-6b96-49ea-a27c-434337d63200"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c454c139-6b96-49ea-a27c-434337d63200"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c454c139-6b96-49ea-a27c-434337d63200"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0cf16d44-9ee8-4641-9c2e-a6d67d6fb6b1 {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-0cf16d44-9ee8-4641-9c2e-a6d67d6fb6b1 {
  margin-top: 25px;
}
}






  #s-0cf16d44-9ee8-4641-9c2e-a6d67d6fb6b1 img.shogun-image {
    

    
    
    
  }


#s-0cf16d44-9ee8-4641-9c2e-a6d67d6fb6b1 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2ef92c8e-7f86-4df0-a48b-4f1989a0270a {
  margin-top: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-2ef92c8e-7f86-4df0-a48b-4f1989a0270a {
  margin-bottom: 10px;
}
}







#s-2ef92c8e-7f86-4df0-a48b-4f1989a0270a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ef92c8e-7f86-4df0-a48b-4f1989a0270a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84c776f1-3891-432e-bfd5-60d6d054e9ca {
  margin-top: 80px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-84c776f1-3891-432e-bfd5-60d6d054e9ca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-84c776f1-3891-432e-bfd5-60d6d054e9ca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-84c776f1-3891-432e-bfd5-60d6d054e9ca {
  display: none;
}
#s-84c776f1-3891-432e-bfd5-60d6d054e9ca, #wrap-s-84c776f1-3891-432e-bfd5-60d6d054e9ca { display:none !important; }}@media (max-width: 767px){#s-84c776f1-3891-432e-bfd5-60d6d054e9ca {
  display: none;
}
#s-84c776f1-3891-432e-bfd5-60d6d054e9ca, #wrap-s-84c776f1-3891-432e-bfd5-60d6d054e9ca { display:none !important; }}
#s-2d32b176-aa8e-44e3-891d-02f3e58813b3 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-2d32b176-aa8e-44e3-891d-02f3e58813b3 {
  display: none;
}
#s-2d32b176-aa8e-44e3-891d-02f3e58813b3, #wrap-s-2d32b176-aa8e-44e3-891d-02f3e58813b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d32b176-aa8e-44e3-891d-02f3e58813b3 {
  display: none;
}
#s-2d32b176-aa8e-44e3-891d-02f3e58813b3, #wrap-s-2d32b176-aa8e-44e3-891d-02f3e58813b3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d32b176-aa8e-44e3-891d-02f3e58813b3 {
  
}
}@media (max-width: 767px){#s-2d32b176-aa8e-44e3-891d-02f3e58813b3 {
  
}
}
#s-f44eb320-ebfe-4086-9474-549535a1ff16 {
  border-style: solid;
margin-top: 3px;
margin-bottom: 3px;
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-f44eb320-ebfe-4086-9474-549535a1ff16:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f44eb320-ebfe-4086-9474-549535a1ff16:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f44eb320-ebfe-4086-9474-549535a1ff16 {
  margin-top: 10px;
margin-bottom: 20px;
}
}

  #s-f44eb320-ebfe-4086-9474-549535a1ff16-btn-wrapper {
    text-align: center;
  }


#s-f44eb320-ebfe-4086-9474-549535a1ff16.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f44eb320-ebfe-4086-9474-549535a1ff16-btn-wrapper {
    text-align: center;
  }


#s-f44eb320-ebfe-4086-9474-549535a1ff16.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-f44eb320-ebfe-4086-9474-549535a1ff16-btn-wrapper {
    text-align: center;
  }


#s-f44eb320-ebfe-4086-9474-549535a1ff16.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-f44eb320-ebfe-4086-9474-549535a1ff16-btn-wrapper {
    text-align: center;
  }


#s-f44eb320-ebfe-4086-9474-549535a1ff16.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f44eb320-ebfe-4086-9474-549535a1ff16-btn-wrapper {
    text-align: center;
  }


#s-f44eb320-ebfe-4086-9474-549535a1ff16.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-89c92373-c0ca-4909-b742-1486726b9e17 {
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08);
margin-top: 50px;
margin-left: auto;
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 {
  margin-top: 0px;
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-17376648-127e-400f-96f7-b49f2e5e4747 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-17376648-127e-400f-96f7-b49f2e5e4747 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17376648-127e-400f-96f7-b49f2e5e4747 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17376648-127e-400f-96f7-b49f2e5e4747 {
  
}
}@media (max-width: 767px){#s-17376648-127e-400f-96f7-b49f2e5e4747 {
  
}
}
#s-1672d7cb-fb34-4f1c-9051-3449dfaa2383 {
  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-1672d7cb-fb34-4f1c-9051-3449dfaa2383 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1672d7cb-fb34-4f1c-9051-3449dfaa2383 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1672d7cb-fb34-4f1c-9051-3449dfaa2383 {
  
}
}@media (max-width: 767px){#s-1672d7cb-fb34-4f1c-9051-3449dfaa2383 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-1672d7cb-fb34-4f1c-9051-3449dfaa2383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1672d7cb-fb34-4f1c-9051-3449dfaa2383.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}
