.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-f27347e6-5a13-4887-9098-321e536e1d07 {
  padding-top: 0px;
padding-bottom: 40px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f27347e6-5a13-4887-9098-321e536e1d07 {
  padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
display: none;
}
#s-f27347e6-5a13-4887-9098-321e536e1d07, #wrap-s-f27347e6-5a13-4887-9098-321e536e1d07 { display: none !important; }}@media (max-width: 767px){#s-f27347e6-5a13-4887-9098-321e536e1d07 {
  display: none;
}
#s-f27347e6-5a13-4887-9098-321e536e1d07, #wrap-s-f27347e6-5a13-4887-9098-321e536e1d07 { display: none !important; }}







#s-f27347e6-5a13-4887-9098-321e536e1d07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f27347e6-5a13-4887-9098-321e536e1d07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5e34906-610d-4fe2-ab23-f255d9636c04 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5e34906-610d-4fe2-ab23-f255d9636c04 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-b5e34906-610d-4fe2-ab23-f255d9636c04, #wrap-s-b5e34906-610d-4fe2-ab23-f255d9636c04 { display: none !important; }}@media (max-width: 767px){#s-b5e34906-610d-4fe2-ab23-f255d9636c04 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-b5e34906-610d-4fe2-ab23-f255d9636c04, #wrap-s-b5e34906-610d-4fe2-ab23-f255d9636c04 { display: none !important; }}







#s-b5e34906-610d-4fe2-ab23-f255d9636c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5e34906-610d-4fe2-ab23-f255d9636c04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-ffbc4feb-35b1-4806-883f-0e8d0d54bb71 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-ffbc4feb-35b1-4806-883f-0e8d0d54bb71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-ffbc4feb-35b1-4806-883f-0e8d0d54bb71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ffbc4feb-35b1-4806-883f-0e8d0d54bb71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffbc4feb-35b1-4806-883f-0e8d0d54bb71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

.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: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-weight: 500;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
}

.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: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-weight: 500;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-weight: 400;
}

.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: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  text-transform: none;
  font-weight: 500;
  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-4d5987cf-2d6e-4996-b5a9-eb3afe3e697e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4d5987cf-2d6e-4996-b5a9-eb3afe3e697e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-d17d8d6e-2a79-4032-a09e-b00184a943cc {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5 {
  padding-top: 0px;
padding-bottom: 60px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5 {
  display: none;
}
#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5, #wrap-s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5 {
  display: none;
}
#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5, #wrap-s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5 {
  margin-left: 5%;
margin-right: 5%;
padding-bottom: 40px;
}
}







#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ecdba4f-02ec-4435-85fa-8f2439079f98 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ecdba4f-02ec-4435-85fa-8f2439079f98 {
  margin-bottom: 0px;
}
}
#s-0ecdba4f-02ec-4435-85fa-8f2439079f98 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}



#s-225ea23b-0804-4048-a5b6-20798d906d4b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-225ea23b-0804-4048-a5b6-20798d906d4b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-225ea23b-0804-4048-a5b6-20798d906d4b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
@media (max-width: 767px){#s-2549001e-e8a4-411b-bfc6-10b17f3baed2 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
#s-3b0194e8-cb1e-4b1b-9bb3-439c61e0fb8e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 40px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3b0194e8-cb1e-4b1b-9bb3-439c61e0fb8e {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3b0194e8-cb1e-4b1b-9bb3-439c61e0fb8e {
  
}
}







#s-3b0194e8-cb1e-4b1b-9bb3-439c61e0fb8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b0194e8-cb1e-4b1b-9bb3-439c61e0fb8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10685f89-e3d2-4dca-939b-882a833828e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-10685f89-e3d2-4dca-939b-882a833828e4 {
  display: none;
}
#s-10685f89-e3d2-4dca-939b-882a833828e4, #wrap-s-10685f89-e3d2-4dca-939b-882a833828e4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10685f89-e3d2-4dca-939b-882a833828e4 {
  display: none;
}
#s-10685f89-e3d2-4dca-939b-882a833828e4, #wrap-s-10685f89-e3d2-4dca-939b-882a833828e4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10685f89-e3d2-4dca-939b-882a833828e4 {
  display: none;
}
#s-10685f89-e3d2-4dca-939b-882a833828e4, #wrap-s-10685f89-e3d2-4dca-939b-882a833828e4 { display: none !important; }}







#s-10685f89-e3d2-4dca-939b-882a833828e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10685f89-e3d2-4dca-939b-882a833828e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-2f6d298b-6961-496f-b849-b9ee9c4854b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f6d298b-6961-496f-b849-b9ee9c4854b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2691b41-582d-4ac6-bd3a-9b5cc2b39f4a {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-f2691b41-582d-4ac6-bd3a-9b5cc2b39f4a {
  margin-bottom: 20px;
}
}
.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-b6b8cabe-3b15-488c-9d23-af6ce15c043e {
  text-align: center;
}
@media (max-width: 767px){#s-b6b8cabe-3b15-488c-9d23-af6ce15c043e {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
}
}






  #s-b6b8cabe-3b15-488c-9d23-af6ce15c043e img.shogun-image {
    

    
    
    
  }


#s-b6b8cabe-3b15-488c-9d23-af6ce15c043e .shogun-image-content {
  
    align-items: center;
  
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

@media (max-width: 767px){#s-cda9bb64-33e0-45a9-aee6-1152bb03d0cf {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-cda9bb64-33e0-45a9-aee6-1152bb03d0cf hr {
  border-top: 1px solid #ddd;
}

#s-7a511af6-4297-4b8b-a486-af53d130ca85 {
  margin-top: 10px;
}

#s-96473a09-1c92-4d03-99d5-8d25747d97e8 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 120px;
text-align: left;
}
@media (max-width: 767px){#s-96473a09-1c92-4d03-99d5-8d25747d97e8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
}






  #s-96473a09-1c92-4d03-99d5-8d25747d97e8 img.shogun-image {
    

    
    
    
  }


#s-96473a09-1c92-4d03-99d5-8d25747d97e8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-24fc7b0a-afa2-4fa1-8c23-defc4414faf9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-24fc7b0a-afa2-4fa1-8c23-defc4414faf9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-24fc7b0a-afa2-4fa1-8c23-defc4414faf9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-24fc7b0a-afa2-4fa1-8c23-defc4414faf9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px){#s-7ea54d12-b58b-4e64-a09c-4519476276dd {
  margin-top: 10px;
}
}
.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: 400;
  font-family: Montserrat;
}

.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-cb350ee2-049f-46f2-9747-ebf7d07ab6b2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-cb350ee2-049f-46f2-9747-ebf7d07ab6b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb350ee2-049f-46f2-9747-ebf7d07ab6b2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cb350ee2-049f-46f2-9747-ebf7d07ab6b2-root {
    text-align: center;
  }


#s-cb350ee2-049f-46f2-9747-ebf7d07ab6b2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb350ee2-049f-46f2-9747-ebf7d07ab6b2-root {
    text-align: center;
  }


#s-cb350ee2-049f-46f2-9747-ebf7d07ab6b2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb350ee2-049f-46f2-9747-ebf7d07ab6b2-root {
    text-align: center;
  }


#s-cb350ee2-049f-46f2-9747-ebf7d07ab6b2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb350ee2-049f-46f2-9747-ebf7d07ab6b2-root {
    text-align: center;
  }


#s-cb350ee2-049f-46f2-9747-ebf7d07ab6b2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb350ee2-049f-46f2-9747-ebf7d07ab6b2-root {
    text-align: center;
  }


#s-cb350ee2-049f-46f2-9747-ebf7d07ab6b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}







#s-89adf942-c4ac-4914-970a-300f7fa9e401 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89adf942-c4ac-4914-970a-300f7fa9e401.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bad0ab0-a1d7-425f-be58-68f91c24cb4f {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-6bad0ab0-a1d7-425f-be58-68f91c24cb4f {
  margin-bottom: 20px;
}
}
#s-7e30891f-a00a-41eb-bb75-29cc3141da72 {
  text-align: center;
}
@media (max-width: 767px){#s-7e30891f-a00a-41eb-bb75-29cc3141da72 {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
}
}






  #s-7e30891f-a00a-41eb-bb75-29cc3141da72 img.shogun-image {
    

    
    
    
  }


#s-7e30891f-a00a-41eb-bb75-29cc3141da72 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-79cf238e-5a3d-42b0-9d9c-91269ab26e2b {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-79cf238e-5a3d-42b0-9d9c-91269ab26e2b hr {
  border-top: 1px solid #ddd;
}

#s-bea8f4fe-1ec2-4aa5-b6e8-36e1677e7b4e {
  margin-top: 10px;
}

#s-ea844f8e-dfee-43fb-b2b8-0ece45d7d742 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-ea844f8e-dfee-43fb-b2b8-0ece45d7d742 img.shogun-image {
    

    
    
    
  }


#s-ea844f8e-dfee-43fb-b2b8-0ece45d7d742 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ca1d93b8-4f1c-4e6c-97be-92b5b2f8eb53"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ca1d93b8-4f1c-4e6c-97be-92b5b2f8eb53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ca1d93b8-4f1c-4e6c-97be-92b5b2f8eb53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca1d93b8-4f1c-4e6c-97be-92b5b2f8eb53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px){#s-c3e7e2da-a5ea-47ad-a305-a689063bc7ee {
  margin-top: 10px;
}
}
#s-19d00b14-2c8b-45f5-bd74-5866909fed02 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-19d00b14-2c8b-45f5-bd74-5866909fed02:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-19d00b14-2c8b-45f5-bd74-5866909fed02:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-19d00b14-2c8b-45f5-bd74-5866909fed02 {
  margin-left: auto;
margin-right: auto;
}
}

  #s-19d00b14-2c8b-45f5-bd74-5866909fed02-root {
    text-align: center;
  }


#s-19d00b14-2c8b-45f5-bd74-5866909fed02.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-19d00b14-2c8b-45f5-bd74-5866909fed02-root {
    text-align: center;
  }


#s-19d00b14-2c8b-45f5-bd74-5866909fed02.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19d00b14-2c8b-45f5-bd74-5866909fed02-root {
    text-align: center;
  }


#s-19d00b14-2c8b-45f5-bd74-5866909fed02.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19d00b14-2c8b-45f5-bd74-5866909fed02-root {
    text-align: center;
  }


#s-19d00b14-2c8b-45f5-bd74-5866909fed02.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-19d00b14-2c8b-45f5-bd74-5866909fed02-root {
    text-align: center;
  }


#s-19d00b14-2c8b-45f5-bd74-5866909fed02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}







#s-43849b40-89ef-478e-ac0b-4a5dcf992bdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43849b40-89ef-478e-ac0b-4a5dcf992bdb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abc7cb6e-4829-4e25-83d6-816b30b97382 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-abc7cb6e-4829-4e25-83d6-816b30b97382 {
  margin-bottom: 20px;
}
}
#s-e3cc1989-61b3-4790-bbaa-5ffc4c26d401 {
  text-align: center;
}
@media (max-width: 767px){#s-e3cc1989-61b3-4790-bbaa-5ffc4c26d401 {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
}
}






  #s-e3cc1989-61b3-4790-bbaa-5ffc4c26d401 img.shogun-image {
    

    
    
    
  }


#s-e3cc1989-61b3-4790-bbaa-5ffc4c26d401 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-e487f50f-44ee-4cd8-aded-e24fbf8921e2 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-e487f50f-44ee-4cd8-aded-e24fbf8921e2 hr {
  border-top: 1px solid #ddd;
}

#s-243b88d7-9da7-4863-a68e-cf23b3610704 {
  margin-top: 10px;
}

#s-0ef07e71-fad1-40c2-ae64-226a2f244f66 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-0ef07e71-fad1-40c2-ae64-226a2f244f66 img.shogun-image {
    

    
    
    
  }


#s-0ef07e71-fad1-40c2-ae64-226a2f244f66 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2f63c655-e634-4d22-a22b-6bf995ec157d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2f63c655-e634-4d22-a22b-6bf995ec157d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2f63c655-e634-4d22-a22b-6bf995ec157d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f63c655-e634-4d22-a22b-6bf995ec157d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px){#s-e1deae0f-ebeb-46cd-8cf5-cb2ed48ca1e3 {
  margin-top: 20px;
}
}
#s-06f78d97-d7bb-45da-b4a4-85b30f38e3c1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-06f78d97-d7bb-45da-b4a4-85b30f38e3c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-06f78d97-d7bb-45da-b4a4-85b30f38e3c1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-06f78d97-d7bb-45da-b4a4-85b30f38e3c1-root {
    text-align: center;
  }


#s-06f78d97-d7bb-45da-b4a4-85b30f38e3c1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-06f78d97-d7bb-45da-b4a4-85b30f38e3c1-root {
    text-align: center;
  }


#s-06f78d97-d7bb-45da-b4a4-85b30f38e3c1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06f78d97-d7bb-45da-b4a4-85b30f38e3c1-root {
    text-align: center;
  }


#s-06f78d97-d7bb-45da-b4a4-85b30f38e3c1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06f78d97-d7bb-45da-b4a4-85b30f38e3c1-root {
    text-align: center;
  }


#s-06f78d97-d7bb-45da-b4a4-85b30f38e3c1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-06f78d97-d7bb-45da-b4a4-85b30f38e3c1-root {
    text-align: center;
  }


#s-06f78d97-d7bb-45da-b4a4-85b30f38e3c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-372d7e4c-861d-4186-91fd-c222d35fbb5f {
  margin-top: 40px;
text-align: center;
}
@media (max-width: 767px){#s-372d7e4c-861d-4186-91fd-c222d35fbb5f {
  padding-left: 5%;
padding-right: 5%;
}
}






  #s-372d7e4c-861d-4186-91fd-c222d35fbb5f img.shogun-image {
    

    
    
    
  }


#s-372d7e4c-861d-4186-91fd-c222d35fbb5f .shogun-image-content {
  
    align-items: center;
  
}

#s-1753bb5b-83d0-47d6-a7e1-21605ade0ef0 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-1753bb5b-83d0-47d6-a7e1-21605ade0ef0 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-e8e5d872-f3fd-4a9d-8296-872c3bde6f89 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e8e5d872-f3fd-4a9d-8296-872c3bde6f89 {
  
}
}@media (max-width: 767px){#s-e8e5d872-f3fd-4a9d-8296-872c3bde6f89 {
  display: none;
}
#s-e8e5d872-f3fd-4a9d-8296-872c3bde6f89, #wrap-s-e8e5d872-f3fd-4a9d-8296-872c3bde6f89 { display: none !important; }}







#s-e8e5d872-f3fd-4a9d-8296-872c3bde6f89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8e5d872-f3fd-4a9d-8296-872c3bde6f89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22c42f10-2137-4f41-9de5-fa5c218e549a {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-22c42f10-2137-4f41-9de5-fa5c218e549a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22c42f10-2137-4f41-9de5-fa5c218e549a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-22c42f10-2137-4f41-9de5-fa5c218e549a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-22c42f10-2137-4f41-9de5-fa5c218e549a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-da2dea33-b2ea-4dc2-89c9-65848eccdd06 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-c853522a-9349-45a4-859f-69a02ec17330 {
  text-align: center;
}







  #s-c853522a-9349-45a4-859f-69a02ec17330 img.shogun-image {
    

    
    
    
  }


#s-c853522a-9349-45a4-859f-69a02ec17330 .shogun-image-content {
  
    align-items: center;
  
}

#s-23f5fdb3-ee53-43a7-b5e9-8a0717139be3 {
  margin-top: 10px;
}

#s-d9685f93-73cc-41ef-b0fc-d941eb2c2f55 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-d9685f93-73cc-41ef-b0fc-d941eb2c2f55 img.shogun-image {
    

    
    
    
  }


#s-d9685f93-73cc-41ef-b0fc-d941eb2c2f55 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7-root {
    text-align: center;
  }


#s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7-root {
    text-align: center;
  }


#s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7-root {
    text-align: center;
  }


#s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7-root {
    text-align: center;
  }


#s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7-root {
    text-align: center;
  }


#s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e8de9231-cc9e-462d-9cb8-f4932d2e227d {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-8816c1c7-6f69-4887-8e48-b9c1162aef40 {
  text-align: center;
}







  #s-8816c1c7-6f69-4887-8e48-b9c1162aef40 img.shogun-image {
    

    
    
    
  }


#s-8816c1c7-6f69-4887-8e48-b9c1162aef40 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e0c6002-e1a3-4747-ba4c-187b9b07163b {
  margin-top: 10px;
}

#s-213d5183-4efa-400f-a958-03a307edf8bd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-213d5183-4efa-400f-a958-03a307edf8bd img.shogun-image {
    

    
    
    
  }


#s-213d5183-4efa-400f-a958-03a307edf8bd .shogun-image-content {
  
    align-items: center;
  
}

#s-3ed75c3d-087d-4939-8a34-ccecf1784e74 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3ed75c3d-087d-4939-8a34-ccecf1784e74:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ed75c3d-087d-4939-8a34-ccecf1784e74:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ed75c3d-087d-4939-8a34-ccecf1784e74-root {
    text-align: center;
  }


#s-3ed75c3d-087d-4939-8a34-ccecf1784e74.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ed75c3d-087d-4939-8a34-ccecf1784e74-root {
    text-align: center;
  }


#s-3ed75c3d-087d-4939-8a34-ccecf1784e74.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ed75c3d-087d-4939-8a34-ccecf1784e74-root {
    text-align: center;
  }


#s-3ed75c3d-087d-4939-8a34-ccecf1784e74.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ed75c3d-087d-4939-8a34-ccecf1784e74-root {
    text-align: center;
  }


#s-3ed75c3d-087d-4939-8a34-ccecf1784e74.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ed75c3d-087d-4939-8a34-ccecf1784e74-root {
    text-align: center;
  }


#s-3ed75c3d-087d-4939-8a34-ccecf1784e74.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6e686cab-5208-46b6-a13a-a87cdd363c00 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-7f2e3110-cf9a-46db-a8ce-b00dd09eaef2 {
  text-align: center;
}







  #s-7f2e3110-cf9a-46db-a8ce-b00dd09eaef2 img.shogun-image {
    

    
    
    
  }


#s-7f2e3110-cf9a-46db-a8ce-b00dd09eaef2 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e298821-218c-47ae-b7b7-0187ac2db911 {
  margin-top: 10px;
}

#s-13ebb9cb-4229-4685-a8b1-cfcc98858f27 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-13ebb9cb-4229-4685-a8b1-cfcc98858f27 img.shogun-image {
    

    
    
    
  }


#s-13ebb9cb-4229-4685-a8b1-cfcc98858f27 .shogun-image-content {
  
    align-items: center;
  
}

#s-095fb499-bbb5-473b-a4a5-2131902f3b29 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-095fb499-bbb5-473b-a4a5-2131902f3b29:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-095fb499-bbb5-473b-a4a5-2131902f3b29:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-095fb499-bbb5-473b-a4a5-2131902f3b29-root {
    text-align: center;
  }


#s-095fb499-bbb5-473b-a4a5-2131902f3b29.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-095fb499-bbb5-473b-a4a5-2131902f3b29-root {
    text-align: center;
  }


#s-095fb499-bbb5-473b-a4a5-2131902f3b29.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-095fb499-bbb5-473b-a4a5-2131902f3b29-root {
    text-align: center;
  }


#s-095fb499-bbb5-473b-a4a5-2131902f3b29.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-095fb499-bbb5-473b-a4a5-2131902f3b29-root {
    text-align: center;
  }


#s-095fb499-bbb5-473b-a4a5-2131902f3b29.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-095fb499-bbb5-473b-a4a5-2131902f3b29-root {
    text-align: center;
  }


#s-095fb499-bbb5-473b-a4a5-2131902f3b29.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-477990c7-3466-4265-9fc3-4d9dc81cbc4a {
  margin-top: 40px;
text-align: center;
}







  #s-477990c7-3466-4265-9fc3-4d9dc81cbc4a img.shogun-image {
    

    
    
    
  }


#s-477990c7-3466-4265-9fc3-4d9dc81cbc4a .shogun-image-content {
  
    align-items: center;
  
}

#s-abe136ec-b1a3-42f7-8452-6523e6c326d0 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-abe136ec-b1a3-42f7-8452-6523e6c326d0 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-9153de31-9af0-4f1f-beae-0dac60163335 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-9153de31-9af0-4f1f-beae-0dac60163335 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-9153de31-9af0-4f1f-beae-0dac60163335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9153de31-9af0-4f1f-beae-0dac60163335.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c204c87-01df-4349-a07e-eb1f9cbe6f58 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-6c204c87-01df-4349-a07e-eb1f9cbe6f58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c204c87-01df-4349-a07e-eb1f9cbe6f58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6c204c87-01df-4349-a07e-eb1f9cbe6f58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c204c87-01df-4349-a07e-eb1f9cbe6f58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-3a2d22b4-10f6-44dc-acfe-d5bc1b03c78a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a2d22b4-10f6-44dc-acfe-d5bc1b03c78a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


#s-3a2d22b4-10f6-44dc-acfe-d5bc1b03c78a .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-1058840a-28a8-44ed-8e81-df0eaae16129 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1058840a-28a8-44ed-8e81-df0eaae16129 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


#s-1058840a-28a8-44ed-8e81-df0eaae16129 .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-c084cca6-cd32-4b54-b404-b90091ba8d93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c084cca6-cd32-4b54-b404-b90091ba8d93 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


#s-c084cca6-cd32-4b54-b404-b90091ba8d93 .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-0d67472c-811c-4e40-bc9b-ffa4ca0e4584 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0d67472c-811c-4e40-bc9b-ffa4ca0e4584 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-0d67472c-811c-4e40-bc9b-ffa4ca0e4584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d67472c-811c-4e40-bc9b-ffa4ca0e4584.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78bf840e-8b69-4a50-b97e-a985e1eba559 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-78bf840e-8b69-4a50-b97e-a985e1eba559 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-78bf840e-8b69-4a50-b97e-a985e1eba559 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-78bf840e-8b69-4a50-b97e-a985e1eba559 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78bf840e-8b69-4a50-b97e-a985e1eba559.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ffb31a0-fee9-417e-aed4-a20f76d0dca2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ffb31a0-fee9-417e-aed4-a20f76d0dca2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-4ffb31a0-fee9-417e-aed4-a20f76d0dca2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-4ffb31a0-fee9-417e-aed4-a20f76d0dca2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-f13bd6c6-d72f-4e3c-a1f8-50459b2b5837 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f13bd6c6-d72f-4e3c-a1f8-50459b2b5837 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 29px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-f13bd6c6-d72f-4e3c-a1f8-50459b2b5837 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-f9b42860-f7b0-4ad2-8aa1-d31127505057"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f9b42860-f7b0-4ad2-8aa1-d31127505057"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-f9b42860-f7b0-4ad2-8aa1-d31127505057"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-f9b42860-f7b0-4ad2-8aa1-d31127505057"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-3267797b-a0fa-41bd-9a78-9df93d8d6ba4 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-3267797b-a0fa-41bd-9a78-9df93d8d6ba4 img.shogun-image {
    

    
    
    
  }


#s-3267797b-a0fa-41bd-9a78-9df93d8d6ba4 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e55e2f1-c5a1-48a1-b6ea-1e80466f99b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-8e55e2f1-c5a1-48a1-b6ea-1e80466f99b6 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-214db20e-f452-4b80-8300-0a018a6f53f6 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-214db20e-f452-4b80-8300-0a018a6f53f6 img.shogun-image {
    

    
    
    
  }


#s-214db20e-f452-4b80-8300-0a018a6f53f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-52e8ae64-6d92-4949-91e4-ffa3a7b884d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-52e8ae64-6d92-4949-91e4-ffa3a7b884d5 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-583f12eb-c252-41ce-92c1-f636eb8c7011 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-583f12eb-c252-41ce-92c1-f636eb8c7011 img.shogun-image {
    

    
    
    
  }


#s-583f12eb-c252-41ce-92c1-f636eb8c7011 .shogun-image-content {
  
    align-items: center;
  
}

#s-beb284d1-d097-4c4e-b31a-fe5520970706 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-beb284d1-d097-4c4e-b31a-fe5520970706 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-65ad9f88-b193-4a97-935f-94a6a88fa2a4 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-65ad9f88-b193-4a97-935f-94a6a88fa2a4 img.shogun-image {
    

    
    
    
  }


#s-65ad9f88-b193-4a97-935f-94a6a88fa2a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7bb1123-93b4-4187-b70f-f3c10505c9a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-a7bb1123-93b4-4187-b70f-f3c10505c9a2 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-c43bd749-d098-4141-b863-bbf4162fdacd {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-c43bd749-d098-4141-b863-bbf4162fdacd img.shogun-image {
    

    
    
    
  }


#s-c43bd749-d098-4141-b863-bbf4162fdacd .shogun-image-content {
  
    align-items: center;
  
}

#s-da00fef7-0e58-4f4f-ae1d-bec7e1173459 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-da00fef7-0e58-4f4f-ae1d-bec7e1173459 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-88cc093a-fadb-40c6-8b41-00a8bb7385db {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-88cc093a-fadb-40c6-8b41-00a8bb7385db img.shogun-image {
    

    
    
    
  }


#s-88cc093a-fadb-40c6-8b41-00a8bb7385db .shogun-image-content {
  
    align-items: center;
  
}

#s-ee2802b2-5b9b-4762-b5a8-e9109249837f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-ee2802b2-5b9b-4762-b5a8-e9109249837f {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-b5ff39c2-16ff-4c1d-996a-fd50bf043795 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b5ff39c2-16ff-4c1d-996a-fd50bf043795 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b5ff39c2-16ff-4c1d-996a-fd50bf043795 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-b5ff39c2-16ff-4c1d-996a-fd50bf043795 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5ff39c2-16ff-4c1d-996a-fd50bf043795.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cab631c-5e6e-457b-bbc0-8ce62630913d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-3cab631c-5e6e-457b-bbc0-8ce62630913d {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-3cab631c-5e6e-457b-bbc0-8ce62630913d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cab631c-5e6e-457b-bbc0-8ce62630913d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97b2ad18-6a60-4501-864f-2ac358654a5c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97b2ad18-6a60-4501-864f-2ac358654a5c .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-97b2ad18-6a60-4501-864f-2ac358654a5c .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-97b2ad18-6a60-4501-864f-2ac358654a5c .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-376479d9-242e-4709-8be1-d057b3995f30 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-376479d9-242e-4709-8be1-d057b3995f30 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 29px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-376479d9-242e-4709-8be1-d057b3995f30 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-376479d9-242e-4709-8be1-d057b3995f30 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-3dfb90b5-1a47-4bc9-8905-90d8dad0e8e1 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3dfb90b5-1a47-4bc9-8905-90d8dad0e8e1 {
  
}
}@media (max-width: 767px){#s-3dfb90b5-1a47-4bc9-8905-90d8dad0e8e1 {
  
}
}
@media (min-width: 0px) {
[id="s-3dfb90b5-1a47-4bc9-8905-90d8dad0e8e1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-3dfb90b5-1a47-4bc9-8905-90d8dad0e8e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3dfb90b5-1a47-4bc9-8905-90d8dad0e8e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3dfb90b5-1a47-4bc9-8905-90d8dad0e8e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-b8ea6594-4a5d-446f-aa9f-eccc48577b9a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-b8ea6594-4a5d-446f-aa9f-eccc48577b9a img.shogun-image {
    

    
    
    
  }


#s-b8ea6594-4a5d-446f-aa9f-eccc48577b9a .shogun-image-content {
  
    align-items: center;
  
}

#s-931e4930-9d60-4a5c-8515-08a79caadc08 {
  text-align: center;
}







  #s-931e4930-9d60-4a5c-8515-08a79caadc08 img.shogun-image {
    

    
    
    
  }


#s-931e4930-9d60-4a5c-8515-08a79caadc08 .shogun-image-content {
  
    align-items: center;
  
}

#s-65d752a0-38de-4246-8f0e-e3ccf89c2d97 {
  text-align: center;
}







  #s-65d752a0-38de-4246-8f0e-e3ccf89c2d97 img.shogun-image {
    

    
    
    
  }


#s-65d752a0-38de-4246-8f0e-e3ccf89c2d97 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee9cb3f6-c88d-4054-a192-d3a8e84ceeef {
  margin-top: 40px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(58, 189, 211, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ee9cb3f6-c88d-4054-a192-d3a8e84ceeef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee9cb3f6-c88d-4054-a192-d3a8e84ceeef:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ee9cb3f6-c88d-4054-a192-d3a8e84ceeef {
  margin-bottom: 20px;
}
}

  #s-ee9cb3f6-c88d-4054-a192-d3a8e84ceeef-root {
    text-align: center;
  }


#s-ee9cb3f6-c88d-4054-a192-d3a8e84ceeef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ee9cb3f6-c88d-4054-a192-d3a8e84ceeef-root {
    text-align: center;
  }


#s-ee9cb3f6-c88d-4054-a192-d3a8e84ceeef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee9cb3f6-c88d-4054-a192-d3a8e84ceeef-root {
    text-align: center;
  }


#s-ee9cb3f6-c88d-4054-a192-d3a8e84ceeef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee9cb3f6-c88d-4054-a192-d3a8e84ceeef-root {
    text-align: center;
  }


#s-ee9cb3f6-c88d-4054-a192-d3a8e84ceeef.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ee9cb3f6-c88d-4054-a192-d3a8e84ceeef-root {
    text-align: center;
  }


#s-ee9cb3f6-c88d-4054-a192-d3a8e84ceeef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-25a33754-0575-4f00-b84c-662c04e4e443 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-25a33754-0575-4f00-b84c-662c04e4e443 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-25a33754-0575-4f00-b84c-662c04e4e443 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-25a33754-0575-4f00-b84c-662c04e4e443 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25a33754-0575-4f00-b84c-662c04e4e443.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93b47a7e-ccbc-4f6e-b095-1fb63db34775 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-93b47a7e-ccbc-4f6e-b095-1fb63db34775 {
  display: none;
}
#s-93b47a7e-ccbc-4f6e-b095-1fb63db34775, #wrap-s-93b47a7e-ccbc-4f6e-b095-1fb63db34775 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93b47a7e-ccbc-4f6e-b095-1fb63db34775 {
  display: none;
}
#s-93b47a7e-ccbc-4f6e-b095-1fb63db34775, #wrap-s-93b47a7e-ccbc-4f6e-b095-1fb63db34775 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93b47a7e-ccbc-4f6e-b095-1fb63db34775 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-93b47a7e-ccbc-4f6e-b095-1fb63db34775 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93b47a7e-ccbc-4f6e-b095-1fb63db34775.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f15e92c-67fe-499b-bfd7-70bad3dac341 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f15e92c-67fe-499b-bfd7-70bad3dac341 {
  margin-bottom: 0px;
}
}
#s-2f15e92c-67fe-499b-bfd7-70bad3dac341 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-2f15e92c-67fe-499b-bfd7-70bad3dac341 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: center;
}


}
#s-0d96cf42-5452-4057-86fd-fd90db905ae1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d96cf42-5452-4057-86fd-fd90db905ae1 {
  margin-top: 20px;
}
}
#s-0d96cf42-5452-4057-86fd-fd90db905ae1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-0d96cf42-5452-4057-86fd-fd90db905ae1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
@media (max-width: 767px){#s-c2bf0264-0291-446e-b169-1c5720fe3738 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
#s-229d806d-fe51-4597-8538-e1b6ae656d90 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-229d806d-fe51-4597-8538-e1b6ae656d90 {
  display: none;
}
#s-229d806d-fe51-4597-8538-e1b6ae656d90, #wrap-s-229d806d-fe51-4597-8538-e1b6ae656d90 { display: none !important; }}@media (max-width: 767px){#s-229d806d-fe51-4597-8538-e1b6ae656d90 {
  padding-top: 0px;
padding-bottom: 20px;
display: none;
}
#s-229d806d-fe51-4597-8538-e1b6ae656d90, #wrap-s-229d806d-fe51-4597-8538-e1b6ae656d90 { display: none !important; }}
@media (min-width: 0px) {
[id="s-229d806d-fe51-4597-8538-e1b6ae656d90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-229d806d-fe51-4597-8538-e1b6ae656d90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-229d806d-fe51-4597-8538-e1b6ae656d90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-229d806d-fe51-4597-8538-e1b6ae656d90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-3089cf2b-7fa9-41cc-bc05-e49e53727d62 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3089cf2b-7fa9-41cc-bc05-e49e53727d62 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-3089cf2b-7fa9-41cc-bc05-e49e53727d62 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-3089cf2b-7fa9-41cc-bc05-e49e53727d62 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: center;
}


}
#s-7dbbd117-a60c-43e7-97bb-521c6fd5b389 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7dbbd117-a60c-43e7-97bb-521c6fd5b389 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-7dbbd117-a60c-43e7-97bb-521c6fd5b389 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-7dbbd117-a60c-43e7-97bb-521c6fd5b389 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-7dbbd117-a60c-43e7-97bb-521c6fd5b389 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}
@media (max-width: 767px){#s-bed166c5-b953-49d4-bc20-8b56aa32de1c {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
#s-7f30eec8-c14d-4236-9390-9c71bb565a8f {
  padding-top: 0px;
padding-bottom: 60px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7f30eec8-c14d-4236-9390-9c71bb565a8f {
  display: none;
}
#s-7f30eec8-c14d-4236-9390-9c71bb565a8f, #wrap-s-7f30eec8-c14d-4236-9390-9c71bb565a8f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f30eec8-c14d-4236-9390-9c71bb565a8f {
  display: none;
}
#s-7f30eec8-c14d-4236-9390-9c71bb565a8f, #wrap-s-7f30eec8-c14d-4236-9390-9c71bb565a8f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f30eec8-c14d-4236-9390-9c71bb565a8f {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-7f30eec8-c14d-4236-9390-9c71bb565a8f {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-7f30eec8-c14d-4236-9390-9c71bb565a8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f30eec8-c14d-4236-9390-9c71bb565a8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1c29a54-3fa5-4e4c-a9b9-42b06275f383 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-d1c29a54-3fa5-4e4c-a9b9-42b06275f383"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d1c29a54-3fa5-4e4c-a9b9-42b06275f383"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d1c29a54-3fa5-4e4c-a9b9-42b06275f383"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d1c29a54-3fa5-4e4c-a9b9-42b06275f383"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-5a1a7214-8ec0-41bc-8485-5e72aa93a47c {
  margin-top: 0px;
}
@media (max-width: 767px){#s-5a1a7214-8ec0-41bc-8485-5e72aa93a47c {
  margin-right: auto;
max-width: 80%;
text-align: left;
}
}






  #s-5a1a7214-8ec0-41bc-8485-5e72aa93a47c img.shogun-image {
    

    
    
    
  }


#s-5a1a7214-8ec0-41bc-8485-5e72aa93a47c .shogun-image-content {
  
    align-items: center;
  
}

#s-31ec3244-4069-46a9-95e7-367085d39dcb {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-31ec3244-4069-46a9-95e7-367085d39dcb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-31ec3244-4069-46a9-95e7-367085d39dcb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-31ec3244-4069-46a9-95e7-367085d39dcb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
@media (max-width: 767px){#s-24a352df-4b5e-41aa-9598-411f6294f533 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
#s-76f1ab8d-7a96-4efd-aa80-e825cca05d39 {
  margin-top: 0px;
text-align: center;
}
@media (max-width: 767px){#s-76f1ab8d-7a96-4efd-aa80-e825cca05d39 {
  margin-right: auto;
max-width: 80%;
text-align: left;
}
}






  #s-76f1ab8d-7a96-4efd-aa80-e825cca05d39 img.shogun-image {
    

    
    
    
  }


#s-76f1ab8d-7a96-4efd-aa80-e825cca05d39 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e2dc38e-6e27-432d-84b5-3dc66afde256 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4e2dc38e-6e27-432d-84b5-3dc66afde256 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-4e2dc38e-6e27-432d-84b5-3dc66afde256 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-4e2dc38e-6e27-432d-84b5-3dc66afde256 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
@media (max-width: 767px){#s-2470c46c-d4d0-45b2-9a62-190743734007 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
#s-a7f2d396-2032-443b-b3b9-533fdf6e3443 {
  margin-top: 0px;
text-align: center;
}
@media (max-width: 767px){#s-a7f2d396-2032-443b-b3b9-533fdf6e3443 {
  margin-right: auto;
max-width: 80%;
}
}






  #s-a7f2d396-2032-443b-b3b9-533fdf6e3443 img.shogun-image {
    

    
    
    
  }


#s-a7f2d396-2032-443b-b3b9-533fdf6e3443 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b2f0154-4791-442e-8c44-b745c585297c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8b2f0154-4791-442e-8c44-b745c585297c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-8b2f0154-4791-442e-8c44-b745c585297c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-8b2f0154-4791-442e-8c44-b745c585297c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
@media (max-width: 767px){#s-3c3b1916-f426-4af6-ae9b-18091881cf07 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
#s-32873eef-d580-43ce-992f-7b43b8af1fa2 {
  margin-top: 0px;
text-align: center;
}
@media (max-width: 767px){#s-32873eef-d580-43ce-992f-7b43b8af1fa2 {
  margin-right: auto;
max-width: 80%;
}
}






  #s-32873eef-d580-43ce-992f-7b43b8af1fa2 img.shogun-image {
    

    
    
    
  }


#s-32873eef-d580-43ce-992f-7b43b8af1fa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c6e597d-16a7-4d5f-90d2-244986e39f51 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0c6e597d-16a7-4d5f-90d2-244986e39f51 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0c6e597d-16a7-4d5f-90d2-244986e39f51 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-0c6e597d-16a7-4d5f-90d2-244986e39f51 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
@media (max-width: 767px){#s-b4a887d4-5d08-4e9b-bc8c-646a8c371f5e {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
#s-61d9d070-731d-409e-bd28-8c74ba34538c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 100px;
max-width: 100%;
}
@media (max-width: 767px){#s-61d9d070-731d-409e-bd28-8c74ba34538c {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-61d9d070-731d-409e-bd28-8c74ba34538c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61d9d070-731d-409e-bd28-8c74ba34538c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed4f78c0-5754-4349-aefd-2934eac59501 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ed4f78c0-5754-4349-aefd-2934eac59501 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-ed4f78c0-5754-4349-aefd-2934eac59501 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-ed4f78c0-5754-4349-aefd-2934eac59501 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-64a58dd0-95df-4876-9500-2d30ee50b81f {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 2px;
background-color: rgba(58, 189, 211, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-64a58dd0-95df-4876-9500-2d30ee50b81f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-64a58dd0-95df-4876-9500-2d30ee50b81f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-64a58dd0-95df-4876-9500-2d30ee50b81f-root {
    text-align: center;
  }


#s-64a58dd0-95df-4876-9500-2d30ee50b81f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-64a58dd0-95df-4876-9500-2d30ee50b81f-root {
    text-align: center;
  }


#s-64a58dd0-95df-4876-9500-2d30ee50b81f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64a58dd0-95df-4876-9500-2d30ee50b81f-root {
    text-align: center;
  }


#s-64a58dd0-95df-4876-9500-2d30ee50b81f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64a58dd0-95df-4876-9500-2d30ee50b81f-root {
    text-align: center;
  }


#s-64a58dd0-95df-4876-9500-2d30ee50b81f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-64a58dd0-95df-4876-9500-2d30ee50b81f-root {
    text-align: center;
  }


#s-64a58dd0-95df-4876-9500-2d30ee50b81f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-813dc64c-3d19-437a-9e9a-b22eaf7885e1 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-813dc64c-3d19-437a-9e9a-b22eaf7885e1 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-813dc64c-3d19-437a-9e9a-b22eaf7885e1 {
  padding-top: 6px;
padding-left: 2%;
padding-bottom: 6px;
padding-right: 2%;
}
}






  #s-813dc64c-3d19-437a-9e9a-b22eaf7885e1 img.shogun-image {
    

    
    
    
  }


#s-813dc64c-3d19-437a-9e9a-b22eaf7885e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba4e2a90-cfa0-48e0-9454-f6dcb9e17e77 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ba4e2a90-cfa0-48e0-9454-f6dcb9e17e77 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-ba4e2a90-cfa0-48e0-9454-f6dcb9e17e77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba4e2a90-cfa0-48e0-9454-f6dcb9e17e77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ce76730-28e9-41e6-9919-6227f61282e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
max-width: 100%;
background-color: rgba(239, 239, 239, 0);
}
@media (max-width: 767px){#s-9ce76730-28e9-41e6-9919-6227f61282e9 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-9ce76730-28e9-41e6-9919-6227f61282e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ce76730-28e9-41e6-9919-6227f61282e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa668b28-3b93-4c17-82b1-bb584bf2567e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
text-align: center;
}

#s-aa668b28-3b93-4c17-82b1-bb584bf2567e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-aa668b28-3b93-4c17-82b1-bb584bf2567e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-1423a94b-3d57-4749-9788-6ddf8b5e7442 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(58, 189, 211, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1423a94b-3d57-4749-9788-6ddf8b5e7442:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1423a94b-3d57-4749-9788-6ddf8b5e7442:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1423a94b-3d57-4749-9788-6ddf8b5e7442-root {
    text-align: center;
  }


#s-1423a94b-3d57-4749-9788-6ddf8b5e7442.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1423a94b-3d57-4749-9788-6ddf8b5e7442-root {
    text-align: center;
  }


#s-1423a94b-3d57-4749-9788-6ddf8b5e7442.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1423a94b-3d57-4749-9788-6ddf8b5e7442-root {
    text-align: center;
  }


#s-1423a94b-3d57-4749-9788-6ddf8b5e7442.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1423a94b-3d57-4749-9788-6ddf8b5e7442-root {
    text-align: center;
  }


#s-1423a94b-3d57-4749-9788-6ddf8b5e7442.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1423a94b-3d57-4749-9788-6ddf8b5e7442-root {
    text-align: center;
  }


#s-1423a94b-3d57-4749-9788-6ddf8b5e7442.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $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}
