.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: 0px;
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-top: 60px;
margin-left: auto;
margin-bottom: 0px;
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%;
}
}







#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-8664703d-13d2-4d9f-a168-bdc6c7bf23ac {
  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-8664703d-13d2-4d9f-a168-bdc6c7bf23ac {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8664703d-13d2-4d9f-a168-bdc6c7bf23ac {
  
}
}







#s-8664703d-13d2-4d9f-a168-bdc6c7bf23ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8664703d-13d2-4d9f-a168-bdc6c7bf23ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2efae11-199b-4d23-a3bd-64df397c81e4 {
  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-c2efae11-199b-4d23-a3bd-64df397c81e4 {
  display: none;
}
#s-c2efae11-199b-4d23-a3bd-64df397c81e4, #wrap-s-c2efae11-199b-4d23-a3bd-64df397c81e4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2efae11-199b-4d23-a3bd-64df397c81e4 {
  display: none;
}
#s-c2efae11-199b-4d23-a3bd-64df397c81e4, #wrap-s-c2efae11-199b-4d23-a3bd-64df397c81e4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c2efae11-199b-4d23-a3bd-64df397c81e4 {
  display: none;
}
#s-c2efae11-199b-4d23-a3bd-64df397c81e4, #wrap-s-c2efae11-199b-4d23-a3bd-64df397c81e4 { display: none !important; }}







#s-c2efae11-199b-4d23-a3bd-64df397c81e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2efae11-199b-4d23-a3bd-64df397c81e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-f0c726db-9359-4628-a918-897db2bc6b74 {
  display: none;
}
#s-f0c726db-9359-4628-a918-897db2bc6b74, #wrap-s-f0c726db-9359-4628-a918-897db2bc6b74 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0c726db-9359-4628-a918-897db2bc6b74 {
  display: none;
}
#s-f0c726db-9359-4628-a918-897db2bc6b74, #wrap-s-f0c726db-9359-4628-a918-897db2bc6b74 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0c726db-9359-4628-a918-897db2bc6b74 {
  display: none;
}
#s-f0c726db-9359-4628-a918-897db2bc6b74, #wrap-s-f0c726db-9359-4628-a918-897db2bc6b74 { display: none !important; }}@media (max-width: 767px){#s-f0c726db-9359-4628-a918-897db2bc6b74 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-f0c726db-9359-4628-a918-897db2bc6b74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f0c726db-9359-4628-a918-897db2bc6b74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f0c726db-9359-4628-a918-897db2bc6b74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0c726db-9359-4628-a918-897db2bc6b74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

.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-d9dae64d-7fb4-40f9-96bf-b656fd432ed4 {
  text-align: center;
}







  #s-d9dae64d-7fb4-40f9-96bf-b656fd432ed4 img.shogun-image {
    

    
    
    
  }


#s-d9dae64d-7fb4-40f9-96bf-b656fd432ed4 .shogun-image-content {
  
    align-items: center;
  
}

#s-adc57fab-0c9c-41d0-9bb8-69bac04ff705 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-5cabde6d-b541-48c8-aa8d-a37e282acad6 {
  margin-top: 10px;
}

#s-020c4d45-dd68-4708-a614-bf4e71de51c4 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 120px;
text-align: left;
}







  #s-020c4d45-dd68-4708-a614-bf4e71de51c4 img.shogun-image {
    

    
    
    
  }


#s-020c4d45-dd68-4708-a614-bf4e71de51c4 .shogun-image-content {
  
    align-items: center;
  
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: 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-7e7fefc5-433f-4d38-97e0-f5ff41e57d45 {
  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: left;
text-decoration: none;
}
#s-7e7fefc5-433f-4d38-97e0-f5ff41e57d45:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e7fefc5-433f-4d38-97e0-f5ff41e57d45:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7e7fefc5-433f-4d38-97e0-f5ff41e57d45-root {
    text-align: left;
  }


#s-7e7fefc5-433f-4d38-97e0-f5ff41e57d45.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e7fefc5-433f-4d38-97e0-f5ff41e57d45-root {
    text-align: left;
  }


#s-7e7fefc5-433f-4d38-97e0-f5ff41e57d45.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-7e7fefc5-433f-4d38-97e0-f5ff41e57d45-root {
    text-align: left;
  }


#s-7e7fefc5-433f-4d38-97e0-f5ff41e57d45.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-7e7fefc5-433f-4d38-97e0-f5ff41e57d45-root {
    text-align: left;
  }


#s-7e7fefc5-433f-4d38-97e0-f5ff41e57d45.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e7fefc5-433f-4d38-97e0-f5ff41e57d45-root {
    text-align: left;
  }


#s-7e7fefc5-433f-4d38-97e0-f5ff41e57d45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-306352b2-f9ec-49a3-9e33-76c5eb44cdc4 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-306352b2-f9ec-49a3-9e33-76c5eb44cdc4 img.shogun-image {
    

    
    
    
  }


#s-306352b2-f9ec-49a3-9e33-76c5eb44cdc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-210945a0-def6-414b-b8fd-6cfe66674ecc {
  text-align: center;
}







  #s-210945a0-def6-414b-b8fd-6cfe66674ecc img.shogun-image {
    

    
    
    
  }


#s-210945a0-def6-414b-b8fd-6cfe66674ecc .shogun-image-content {
  
    align-items: center;
  
}

#s-97f9ef88-a3e4-4e6f-970b-f1c1605f30af {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-97f9ef88-a3e4-4e6f-970b-f1c1605f30af {
  display: none;
}
#s-97f9ef88-a3e4-4e6f-970b-f1c1605f30af, #wrap-s-97f9ef88-a3e4-4e6f-970b-f1c1605f30af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97f9ef88-a3e4-4e6f-970b-f1c1605f30af {
  display: none;
}
#s-97f9ef88-a3e4-4e6f-970b-f1c1605f30af, #wrap-s-97f9ef88-a3e4-4e6f-970b-f1c1605f30af { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-97f9ef88-a3e4-4e6f-970b-f1c1605f30af {
  display: none;
}
#s-97f9ef88-a3e4-4e6f-970b-f1c1605f30af, #wrap-s-97f9ef88-a3e4-4e6f-970b-f1c1605f30af { display: none !important; }}@media (max-width: 767px){#s-97f9ef88-a3e4-4e6f-970b-f1c1605f30af {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-97f9ef88-a3e4-4e6f-970b-f1c1605f30af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-97f9ef88-a3e4-4e6f-970b-f1c1605f30af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-97f9ef88-a3e4-4e6f-970b-f1c1605f30af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-97f9ef88-a3e4-4e6f-970b-f1c1605f30af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ff438a00-1c0b-4ca5-abc4-34b65673662c {
  text-align: center;
}







  #s-ff438a00-1c0b-4ca5-abc4-34b65673662c img.shogun-image {
    

    
    
    
  }


#s-ff438a00-1c0b-4ca5-abc4-34b65673662c .shogun-image-content {
  
    align-items: center;
  
}

#s-97e82c1a-4196-40dc-ac0b-130a64cce9eb {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-de56abd7-5809-45c9-89b4-d2d6f70b1b68 {
  margin-top: 10px;
}

#s-9dc6e186-fb32-492d-9cee-9577a874994c {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 120px;
text-align: left;
}







  #s-9dc6e186-fb32-492d-9cee-9577a874994c img.shogun-image {
    

    
    
    
  }


#s-9dc6e186-fb32-492d-9cee-9577a874994c .shogun-image-content {
  
    align-items: center;
  
}

#s-69447879-8d2c-48b6-bc92-ac81728bde1b {
  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: left;
text-decoration: none;
}
#s-69447879-8d2c-48b6-bc92-ac81728bde1b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69447879-8d2c-48b6-bc92-ac81728bde1b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-69447879-8d2c-48b6-bc92-ac81728bde1b-root {
    text-align: left;
  }


#s-69447879-8d2c-48b6-bc92-ac81728bde1b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-69447879-8d2c-48b6-bc92-ac81728bde1b-root {
    text-align: left;
  }


#s-69447879-8d2c-48b6-bc92-ac81728bde1b.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-69447879-8d2c-48b6-bc92-ac81728bde1b-root {
    text-align: left;
  }


#s-69447879-8d2c-48b6-bc92-ac81728bde1b.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-69447879-8d2c-48b6-bc92-ac81728bde1b-root {
    text-align: left;
  }


#s-69447879-8d2c-48b6-bc92-ac81728bde1b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-69447879-8d2c-48b6-bc92-ac81728bde1b-root {
    text-align: left;
  }


#s-69447879-8d2c-48b6-bc92-ac81728bde1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-59d525ba-98af-44dc-a4c6-bbc3f85bfba2 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-59d525ba-98af-44dc-a4c6-bbc3f85bfba2 img.shogun-image {
    

    
    
    
  }


#s-59d525ba-98af-44dc-a4c6-bbc3f85bfba2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8edaef9-1fe7-4422-b32f-c001e7704c6d {
  text-align: center;
}







  #s-f8edaef9-1fe7-4422-b32f-c001e7704c6d img.shogun-image {
    

    
    
    
  }


#s-f8edaef9-1fe7-4422-b32f-c001e7704c6d .shogun-image-content {
  
    align-items: center;
  
}

#s-249655da-5a70-49b4-8c48-421d47e43d5c {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-249655da-5a70-49b4-8c48-421d47e43d5c {
  display: none;
}
#s-249655da-5a70-49b4-8c48-421d47e43d5c, #wrap-s-249655da-5a70-49b4-8c48-421d47e43d5c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-249655da-5a70-49b4-8c48-421d47e43d5c {
  display: none;
}
#s-249655da-5a70-49b4-8c48-421d47e43d5c, #wrap-s-249655da-5a70-49b4-8c48-421d47e43d5c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-249655da-5a70-49b4-8c48-421d47e43d5c {
  display: none;
}
#s-249655da-5a70-49b4-8c48-421d47e43d5c, #wrap-s-249655da-5a70-49b4-8c48-421d47e43d5c { display: none !important; }}@media (max-width: 767px){#s-249655da-5a70-49b4-8c48-421d47e43d5c {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-249655da-5a70-49b4-8c48-421d47e43d5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-249655da-5a70-49b4-8c48-421d47e43d5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-249655da-5a70-49b4-8c48-421d47e43d5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-249655da-5a70-49b4-8c48-421d47e43d5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-14a07916-f14d-43ad-acfd-11dfb4eff862 {
  text-align: center;
}







  #s-14a07916-f14d-43ad-acfd-11dfb4eff862 img.shogun-image {
    

    
    
    
  }


#s-14a07916-f14d-43ad-acfd-11dfb4eff862 .shogun-image-content {
  
    align-items: center;
  
}

#s-7446d78d-23f6-4d36-b096-737ab39b07de {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2358db83-ece0-4ca9-9569-7e0cc3d22c07 {
  margin-top: 10px;
}

#s-d3a2cb7d-8ade-4c7d-b80c-09ab36e4b6e8 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 120px;
text-align: left;
}







  #s-d3a2cb7d-8ade-4c7d-b80c-09ab36e4b6e8 img.shogun-image {
    

    
    
    
  }


#s-d3a2cb7d-8ade-4c7d-b80c-09ab36e4b6e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-58f1a41d-9332-4715-b248-d19ec516f5f3 {
  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: left;
text-decoration: none;
}
#s-58f1a41d-9332-4715-b248-d19ec516f5f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58f1a41d-9332-4715-b248-d19ec516f5f3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-58f1a41d-9332-4715-b248-d19ec516f5f3-root {
    text-align: left;
  }


#s-58f1a41d-9332-4715-b248-d19ec516f5f3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-58f1a41d-9332-4715-b248-d19ec516f5f3-root {
    text-align: left;
  }


#s-58f1a41d-9332-4715-b248-d19ec516f5f3.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-58f1a41d-9332-4715-b248-d19ec516f5f3-root {
    text-align: left;
  }


#s-58f1a41d-9332-4715-b248-d19ec516f5f3.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-58f1a41d-9332-4715-b248-d19ec516f5f3-root {
    text-align: left;
  }


#s-58f1a41d-9332-4715-b248-d19ec516f5f3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-58f1a41d-9332-4715-b248-d19ec516f5f3-root {
    text-align: left;
  }


#s-58f1a41d-9332-4715-b248-d19ec516f5f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-69ee0866-ac8b-439a-95f7-baa527ca144d {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-69ee0866-ac8b-439a-95f7-baa527ca144d img.shogun-image {
    

    
    
    
  }


#s-69ee0866-ac8b-439a-95f7-baa527ca144d .shogun-image-content {
  
    align-items: center;
  
}

#s-3fe3f1df-8791-4806-86ab-6eea8065a893 {
  text-align: center;
}







  #s-3fe3f1df-8791-4806-86ab-6eea8065a893 img.shogun-image {
    

    
    
    
  }


#s-3fe3f1df-8791-4806-86ab-6eea8065a893 .shogun-image-content {
  
    align-items: center;
  
}

#s-733afec6-b5b7-4f05-9ee1-789c0c5fe1b0 {
  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: 768px) and (max-width: 991px){#s-733afec6-b5b7-4f05-9ee1-789c0c5fe1b0 {
  
}
}@media (max-width: 767px){#s-733afec6-b5b7-4f05-9ee1-789c0c5fe1b0 {
  display: none;
}
#s-733afec6-b5b7-4f05-9ee1-789c0c5fe1b0, #wrap-s-733afec6-b5b7-4f05-9ee1-789c0c5fe1b0 { display: none !important; }}







#s-733afec6-b5b7-4f05-9ee1-789c0c5fe1b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-733afec6-b5b7-4f05-9ee1-789c0c5fe1b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f1c53ab-edf4-4b47-941f-37720c13d470 {
  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-5f1c53ab-edf4-4b47-941f-37720c13d470"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f1c53ab-edf4-4b47-941f-37720c13d470"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-5f1c53ab-edf4-4b47-941f-37720c13d470"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-5f1c53ab-edf4-4b47-941f-37720c13d470"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-2de7658e-16b7-419f-94e7-3aa5d315ba49 {
  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-76a2e773-a95a-407f-9653-dc207dbe2b7d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-76a2e773-a95a-407f-9653-dc207dbe2b7d img.shogun-image {
    

    
    
    
  }


#s-76a2e773-a95a-407f-9653-dc207dbe2b7d .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-7fe62822-5bb3-45d1-8f40-565b3c34141e {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-7fe62822-5bb3-45d1-8f40-565b3c34141e img.shogun-image {
    

    
    
    
  }


#s-7fe62822-5bb3-45d1-8f40-565b3c34141e .shogun-image-content {
  
    align-items: center;
  
}

#s-88a68d40-c115-478e-b3f7-a4292b187894 {
  text-align: center;
}







  #s-88a68d40-c115-478e-b3f7-a4292b187894 img.shogun-image {
    

    
    
    
  }


#s-88a68d40-c115-478e-b3f7-a4292b187894 .shogun-image-content {
  
    align-items: center;
  
}

#s-b37b4b61-5de8-4530-8124-3fed71fac61a {
  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-da7e80f6-a9c4-4d9a-b20e-1e8836a56a44 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-da7e80f6-a9c4-4d9a-b20e-1e8836a56a44 img.shogun-image {
    

    
    
    
  }


#s-da7e80f6-a9c4-4d9a-b20e-1e8836a56a44 .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-0cb3cde2-5897-48f2-8cc2-d06e111a10a9 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-0cb3cde2-5897-48f2-8cc2-d06e111a10a9 img.shogun-image {
    

    
    
    
  }


#s-0cb3cde2-5897-48f2-8cc2-d06e111a10a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0e4ec6b-f542-4147-9a72-2ba195e33368 {
  text-align: center;
}







  #s-c0e4ec6b-f542-4147-9a72-2ba195e33368 img.shogun-image {
    

    
    
    
  }


#s-c0e4ec6b-f542-4147-9a72-2ba195e33368 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdad6d50-a682-487d-8aec-7b0d48bbf012 {
  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-d4225f75-a5f5-486b-b701-6fc040d9a760 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-d4225f75-a5f5-486b-b701-6fc040d9a760 img.shogun-image {
    

    
    
    
  }


#s-d4225f75-a5f5-486b-b701-6fc040d9a760 .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-0fcaa744-17a8-404b-92ea-c3b08ade6875 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-0fcaa744-17a8-404b-92ea-c3b08ade6875 img.shogun-image {
    

    
    
    
  }


#s-0fcaa744-17a8-404b-92ea-c3b08ade6875 .shogun-image-content {
  
    align-items: center;
  
}

#s-2262ca99-8060-4071-b975-293ef4a48075 {
  text-align: center;
}







  #s-2262ca99-8060-4071-b975-293ef4a48075 img.shogun-image {
    

    
    
    
  }


#s-2262ca99-8060-4071-b975-293ef4a48075 .shogun-image-content {
  
    align-items: center;
  
}

#s-8297f974-9887-45a8-92d4-523ec85bd0b5 {
  margin-top: 40px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8297f974-9887-45a8-92d4-523ec85bd0b5 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-8297f974-9887-45a8-92d4-523ec85bd0b5 {
  margin-top: 0px;
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-6 {
  width: calc(50% - 0.0px);
}

}

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

}

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

}

@media (min-width: 1200px) {
[id="s-6c204c87-01df-4349-a07e-eb1f9cbe6f58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 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-245a0d46-5dde-4885-b9ac-0fefab487e69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-245a0d46-5dde-4885-b9ac-0fefab487e69 .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-245a0d46-5dde-4885-b9ac-0fefab487e69 .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-21da8004-06ec-42a0-b076-b003082ae530 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-21da8004-06ec-42a0-b076-b003082ae530 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-21da8004-06ec-42a0-b076-b003082ae530 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-21da8004-06ec-42a0-b076-b003082ae530 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21da8004-06ec-42a0-b076-b003082ae530.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efa498b3-bf1e-4e79-8d8e-5b1884a2f348 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-efa498b3-bf1e-4e79-8d8e-5b1884a2f348 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-efa498b3-bf1e-4e79-8d8e-5b1884a2f348 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-efa498b3-bf1e-4e79-8d8e-5b1884a2f348 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-efa498b3-bf1e-4e79-8d8e-5b1884a2f348 .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-efa498b3-bf1e-4e79-8d8e-5b1884a2f348 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-ff79b5a5-3e6d-493a-a2fa-91eca9f3e948 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff79b5a5-3e6d-493a-a2fa-91eca9f3e948 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-ff79b5a5-3e6d-493a-a2fa-91eca9f3e948 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-ff79b5a5-3e6d-493a-a2fa-91eca9f3e948 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 29px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-ff79b5a5-3e6d-493a-a2fa-91eca9f3e948 .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-ff79b5a5-3e6d-493a-a2fa-91eca9f3e948 .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-0594ca2b-0211-4d4c-a804-76453af2a85a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0594ca2b-0211-4d4c-a804-76453af2a85a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-0594ca2b-0211-4d4c-a804-76453af2a85a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-0594ca2b-0211-4d4c-a804-76453af2a85a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-26bc9d4b-2148-4796-bb17-2771acd95e24 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-26bc9d4b-2148-4796-bb17-2771acd95e24 img.shogun-image {
    

    
    
    
  }


#s-26bc9d4b-2148-4796-bb17-2771acd95e24 .shogun-image-content {
  
    align-items: center;
  
}

#s-0dabe5ee-afa2-4c58-8eea-3351a5ff0a33 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-0dabe5ee-afa2-4c58-8eea-3351a5ff0a33 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-68daea04-8480-4c26-ac9f-10c7060ed9f4 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-68daea04-8480-4c26-ac9f-10c7060ed9f4 img.shogun-image {
    

    
    
    
  }


#s-68daea04-8480-4c26-ac9f-10c7060ed9f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-76a021ab-20d0-41ab-9dd3-48bfd390f889 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-76a021ab-20d0-41ab-9dd3-48bfd390f889 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-e089e907-7ac4-4f5c-99c4-ea3f4a37bb2d {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-e089e907-7ac4-4f5c-99c4-ea3f4a37bb2d img.shogun-image {
    

    
    
    
  }


#s-e089e907-7ac4-4f5c-99c4-ea3f4a37bb2d .shogun-image-content {
  
    align-items: center;
  
}

#s-02e9dc8d-3938-453b-a63b-992eb72a561e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-02e9dc8d-3938-453b-a63b-992eb72a561e {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-b4f214d4-c341-4110-90ed-24a35a379100 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-b4f214d4-c341-4110-90ed-24a35a379100 img.shogun-image {
    

    
    
    
  }


#s-b4f214d4-c341-4110-90ed-24a35a379100 .shogun-image-content {
  
    align-items: center;
  
}

#s-18b1de64-a7a1-4d5f-9033-35a468d50534 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-18b1de64-a7a1-4d5f-9033-35a468d50534 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-9dc16a99-cef5-4934-8fa0-97a5997f37fa {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-9dc16a99-cef5-4934-8fa0-97a5997f37fa img.shogun-image {
    

    
    
    
  }


#s-9dc16a99-cef5-4934-8fa0-97a5997f37fa .shogun-image-content {
  
    align-items: center;
  
}

#s-9b4c39d5-85cb-41fb-8545-4a6832104cee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-9b4c39d5-85cb-41fb-8545-4a6832104cee {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-8b9eb07b-f864-4b50-be22-b35d6c89733a {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-8b9eb07b-f864-4b50-be22-b35d6c89733a img.shogun-image {
    

    
    
    
  }


#s-8b9eb07b-f864-4b50-be22-b35d6c89733a .shogun-image-content {
  
    align-items: center;
  
}

#s-c959acb7-c44d-4e14-a9ed-be030388f822 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-c959acb7-c44d-4e14-a9ed-be030388f822 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-503da691-79c9-44d2-bc91-d01e4c5530f7 {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-50ba3c40-fab0-4c28-8f2e-a5598a26bb30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50ba3c40-fab0-4c28-8f2e-a5598a26bb30"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-50ba3c40-fab0-4c28-8f2e-a5598a26bb30"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-50ba3c40-fab0-4c28-8f2e-a5598a26bb30"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-50ba3c40-fab0-4c28-8f2e-a5598a26bb30"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-50ba3c40-fab0-4c28-8f2e-a5598a26bb30"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-50ba3c40-fab0-4c28-8f2e-a5598a26bb30"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-770237b3-2dfc-4cbd-9c70-75fe5cb5f97f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-770237b3-2dfc-4cbd-9c70-75fe5cb5f97f {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
}@media (max-width: 767px){#s-770237b3-2dfc-4cbd-9c70-75fe5cb5f97f {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80%;
}
}






  #s-770237b3-2dfc-4cbd-9c70-75fe5cb5f97f img.shogun-image {
    

    
    
    
  }


#s-770237b3-2dfc-4cbd-9c70-75fe5cb5f97f .shogun-image-content {
  
    align-items: center;
  
}

#s-eaa2dbb0-d3e9-403e-b129-0b4d0e9d4a63 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-eaa2dbb0-d3e9-403e-b129-0b4d0e9d4a63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eaa2dbb0-d3e9-403e-b129-0b4d0e9d4a63:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-eaa2dbb0-d3e9-403e-b129-0b4d0e9d4a63 {
  margin-bottom: 20px;
}
}

  #s-eaa2dbb0-d3e9-403e-b129-0b4d0e9d4a63-root {
    text-align: center;
  }


#s-eaa2dbb0-d3e9-403e-b129-0b4d0e9d4a63.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eaa2dbb0-d3e9-403e-b129-0b4d0e9d4a63-root {
    text-align: center;
  }


#s-eaa2dbb0-d3e9-403e-b129-0b4d0e9d4a63.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-eaa2dbb0-d3e9-403e-b129-0b4d0e9d4a63-root {
    text-align: center;
  }


#s-eaa2dbb0-d3e9-403e-b129-0b4d0e9d4a63.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-eaa2dbb0-d3e9-403e-b129-0b4d0e9d4a63-root {
    text-align: center;
  }


#s-eaa2dbb0-d3e9-403e-b129-0b4d0e9d4a63.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eaa2dbb0-d3e9-403e-b129-0b4d0e9d4a63-root {
    text-align: center;
  }


#s-eaa2dbb0-d3e9-403e-b129-0b4d0e9d4a63.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-39444542-f0c0-448e-886d-af2e1a79a092 {
  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-39444542-f0c0-448e-886d-af2e1a79a092 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-39444542-f0c0-448e-886d-af2e1a79a092 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-39444542-f0c0-448e-886d-af2e1a79a092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39444542-f0c0-448e-886d-af2e1a79a092.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-636f2c0c-22b2-4028-a32d-a6eab88679a7 {
  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-636f2c0c-22b2-4028-a32d-a6eab88679a7 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-636f2c0c-22b2-4028-a32d-a6eab88679a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-636f2c0c-22b2-4028-a32d-a6eab88679a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24065a18-80b3-4cb3-912c-400a28cf4bad {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-24065a18-80b3-4cb3-912c-400a28cf4bad {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-24065a18-80b3-4cb3-912c-400a28cf4bad {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-24065a18-80b3-4cb3-912c-400a28cf4bad .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-24065a18-80b3-4cb3-912c-400a28cf4bad .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-24065a18-80b3-4cb3-912c-400a28cf4bad .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-5f912e9d-d66f-441e-b309-ec3dffcb98c2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f912e9d-d66f-441e-b309-ec3dffcb98c2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-5f912e9d-d66f-441e-b309-ec3dffcb98c2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-5f912e9d-d66f-441e-b309-ec3dffcb98c2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 29px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-5f912e9d-d66f-441e-b309-ec3dffcb98c2 .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-5f912e9d-d66f-441e-b309-ec3dffcb98c2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
@media (min-width: 1200px){#s-0ccf0189-7720-4018-b2f0-997a842e4a26 {
  display: none;
}
#s-0ccf0189-7720-4018-b2f0-997a842e4a26, #wrap-s-0ccf0189-7720-4018-b2f0-997a842e4a26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ccf0189-7720-4018-b2f0-997a842e4a26 {
  display: none;
}
#s-0ccf0189-7720-4018-b2f0-997a842e4a26, #wrap-s-0ccf0189-7720-4018-b2f0-997a842e4a26 { display: none !important; }}@media (max-width: 767px){#s-0ccf0189-7720-4018-b2f0-997a842e4a26 {
  display: none;
}
#s-0ccf0189-7720-4018-b2f0-997a842e4a26, #wrap-s-0ccf0189-7720-4018-b2f0-997a842e4a26 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0ccf0189-7720-4018-b2f0-997a842e4a26"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0ccf0189-7720-4018-b2f0-997a842e4a26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0ccf0189-7720-4018-b2f0-997a842e4a26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ccf0189-7720-4018-b2f0-997a842e4a26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-0b1e92f5-5a4e-43da-89cb-68a498a3747b {
  text-align: center;
}
@media (max-width: 767px){#s-0b1e92f5-5a4e-43da-89cb-68a498a3747b {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
}






  #s-0b1e92f5-5a4e-43da-89cb-68a498a3747b img.shogun-image {
    

    
    
    
  }


#s-0b1e92f5-5a4e-43da-89cb-68a498a3747b .shogun-image-content {
  
    align-items: center;
  
}

#s-178eb903-844c-4ac2-b6c2-832a53233772 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(58, 189, 211, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-178eb903-844c-4ac2-b6c2-832a53233772:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-178eb903-844c-4ac2-b6c2-832a53233772:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-178eb903-844c-4ac2-b6c2-832a53233772 {
  margin-bottom: 20px;
}
}

  #s-178eb903-844c-4ac2-b6c2-832a53233772-root {
    text-align: center;
  }


#s-178eb903-844c-4ac2-b6c2-832a53233772.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-178eb903-844c-4ac2-b6c2-832a53233772-root {
    text-align: center;
  }


#s-178eb903-844c-4ac2-b6c2-832a53233772.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-178eb903-844c-4ac2-b6c2-832a53233772-root {
    text-align: center;
  }


#s-178eb903-844c-4ac2-b6c2-832a53233772.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-178eb903-844c-4ac2-b6c2-832a53233772-root {
    text-align: center;
  }


#s-178eb903-844c-4ac2-b6c2-832a53233772.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-178eb903-844c-4ac2-b6c2-832a53233772-root {
    text-align: center;
  }


#s-178eb903-844c-4ac2-b6c2-832a53233772.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e3685a47-74d9-4f12-91b3-fa5749a10501 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e3685a47-74d9-4f12-91b3-fa5749a10501 {
  margin-top: 0px;
margin-bottom: 20px;
}
}






  #s-e3685a47-74d9-4f12-91b3-fa5749a10501 img.shogun-image {
    

    
    
    
  }


#s-e3685a47-74d9-4f12-91b3-fa5749a10501 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a8f24b4-a663-46aa-9e71-18cc3bba38f2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-8a8f24b4-a663-46aa-9e71-18cc3bba38f2 img.shogun-image {
    

    
    
    
  }


#s-8a8f24b4-a663-46aa-9e71-18cc3bba38f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-99c64319-20b2-4317-a5a1-2127e81a317f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-99c64319-20b2-4317-a5a1-2127e81a317f {
  margin-top: 0px;
margin-bottom: 20px;
}
}






  #s-99c64319-20b2-4317-a5a1-2127e81a317f img.shogun-image {
    

    
    
    
  }


#s-99c64319-20b2-4317-a5a1-2127e81a317f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-8c387c1f-2dc9-4f17-889d-529ed2cb7950 {
  display: none;
}
#s-8c387c1f-2dc9-4f17-889d-529ed2cb7950, #wrap-s-8c387c1f-2dc9-4f17-889d-529ed2cb7950 { display: none !important; }}@media (max-width: 767px){#s-8c387c1f-2dc9-4f17-889d-529ed2cb7950 {
  display: none;
}
#s-8c387c1f-2dc9-4f17-889d-529ed2cb7950, #wrap-s-8c387c1f-2dc9-4f17-889d-529ed2cb7950 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8c387c1f-2dc9-4f17-889d-529ed2cb7950"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 12.0px);
}

}

@media (min-width: 768px) {
[id="s-8c387c1f-2dc9-4f17-889d-529ed2cb7950"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-8c387c1f-2dc9-4f17-889d-529ed2cb7950"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-8c387c1f-2dc9-4f17-889d-529ed2cb7950"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-8c387c1f-2dc9-4f17-889d-529ed2cb7950"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c387c1f-2dc9-4f17-889d-529ed2cb7950"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-8c387c1f-2dc9-4f17-889d-529ed2cb7950"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

#s-265bb42c-8cc7-4e19-8ca8-b7e76c370b4a {
  text-align: center;
}
@media (max-width: 767px){#s-265bb42c-8cc7-4e19-8ca8-b7e76c370b4a {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
}






  #s-265bb42c-8cc7-4e19-8ca8-b7e76c370b4a img.shogun-image {
    

    
    
    
  }


#s-265bb42c-8cc7-4e19-8ca8-b7e76c370b4a .shogun-image-content {
  
    align-items: center;
  
}

#s-9eeeac5f-be6d-4679-a7c8-137be56c5036 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(58, 189, 211, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9eeeac5f-be6d-4679-a7c8-137be56c5036:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9eeeac5f-be6d-4679-a7c8-137be56c5036:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9eeeac5f-be6d-4679-a7c8-137be56c5036 {
  margin-bottom: 20px;
}
}

  #s-9eeeac5f-be6d-4679-a7c8-137be56c5036-root {
    text-align: center;
  }


#s-9eeeac5f-be6d-4679-a7c8-137be56c5036.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9eeeac5f-be6d-4679-a7c8-137be56c5036-root {
    text-align: center;
  }


#s-9eeeac5f-be6d-4679-a7c8-137be56c5036.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-9eeeac5f-be6d-4679-a7c8-137be56c5036-root {
    text-align: center;
  }


#s-9eeeac5f-be6d-4679-a7c8-137be56c5036.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-9eeeac5f-be6d-4679-a7c8-137be56c5036-root {
    text-align: center;
  }


#s-9eeeac5f-be6d-4679-a7c8-137be56c5036.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9eeeac5f-be6d-4679-a7c8-137be56c5036-root {
    text-align: center;
  }


#s-9eeeac5f-be6d-4679-a7c8-137be56c5036.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-7499cddc-57c9-4c0f-867b-dc60678faee5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-7499cddc-57c9-4c0f-867b-dc60678faee5 img.shogun-image {
    

    
    
    
  }


#s-7499cddc-57c9-4c0f-867b-dc60678faee5 .shogun-image-content {
  
    align-items: center;
  
}

#s-bea6e47d-12b9-4993-bcc0-3edf11216711 {
  text-align: center;
}







  #s-bea6e47d-12b9-4993-bcc0-3edf11216711 img.shogun-image {
    

    
    
    
  }


#s-bea6e47d-12b9-4993-bcc0-3edf11216711 .shogun-image-content {
  
    align-items: center;
  
}

#s-242294fa-92cf-416c-bb76-14ab4d0c3d06 {
  text-align: center;
}







  #s-242294fa-92cf-416c-bb76-14ab4d0c3d06 img.shogun-image {
    

    
    
    
  }


#s-242294fa-92cf-416c-bb76-14ab4d0c3d06 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-eac23f6f-0b67-47b4-ac26-b92d55b1e42c {
  display: none;
}
#s-eac23f6f-0b67-47b4-ac26-b92d55b1e42c, #wrap-s-eac23f6f-0b67-47b4-ac26-b92d55b1e42c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eac23f6f-0b67-47b4-ac26-b92d55b1e42c {
  display: none;
}
#s-eac23f6f-0b67-47b4-ac26-b92d55b1e42c, #wrap-s-eac23f6f-0b67-47b4-ac26-b92d55b1e42c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eac23f6f-0b67-47b4-ac26-b92d55b1e42c {
  display: none;
}
#s-eac23f6f-0b67-47b4-ac26-b92d55b1e42c, #wrap-s-eac23f6f-0b67-47b4-ac26-b92d55b1e42c { display: none !important; }}
@media (min-width: 0px) {
[id="s-eac23f6f-0b67-47b4-ac26-b92d55b1e42c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eac23f6f-0b67-47b4-ac26-b92d55b1e42c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eac23f6f-0b67-47b4-ac26-b92d55b1e42c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eac23f6f-0b67-47b4-ac26-b92d55b1e42c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c024c569-4721-4e48-8de6-dfcec80669a0 {
  text-align: center;
}
@media (max-width: 767px){#s-c024c569-4721-4e48-8de6-dfcec80669a0 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
}






  #s-c024c569-4721-4e48-8de6-dfcec80669a0 img.shogun-image {
    

    
    
    
  }


#s-c024c569-4721-4e48-8de6-dfcec80669a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b95390d8-a032-4983-9b08-ef15f084b94d {
  margin-top: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(58, 189, 211, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b95390d8-a032-4983-9b08-ef15f084b94d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b95390d8-a032-4983-9b08-ef15f084b94d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b95390d8-a032-4983-9b08-ef15f084b94d {
  margin-bottom: 20px;
}
}

  #s-b95390d8-a032-4983-9b08-ef15f084b94d-root {
    text-align: center;
  }


#s-b95390d8-a032-4983-9b08-ef15f084b94d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b95390d8-a032-4983-9b08-ef15f084b94d-root {
    text-align: center;
  }


#s-b95390d8-a032-4983-9b08-ef15f084b94d.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-b95390d8-a032-4983-9b08-ef15f084b94d-root {
    text-align: center;
  }


#s-b95390d8-a032-4983-9b08-ef15f084b94d.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-b95390d8-a032-4983-9b08-ef15f084b94d-root {
    text-align: center;
  }


#s-b95390d8-a032-4983-9b08-ef15f084b94d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b95390d8-a032-4983-9b08-ef15f084b94d-root {
    text-align: center;
  }


#s-b95390d8-a032-4983-9b08-ef15f084b94d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-7d1fdc54-2678-41ea-85ae-2020ea97d619"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d1fdc54-2678-41ea-85ae-2020ea97d619"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d1fdc54-2678-41ea-85ae-2020ea97d619"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d1fdc54-2678-41ea-85ae-2020ea97d619"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3af54f2f-3010-402a-bfd7-db58d5b074fb {
  padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-3af54f2f-3010-402a-bfd7-db58d5b074fb {
  padding-bottom: 0px;
}
}






  #s-3af54f2f-3010-402a-bfd7-db58d5b074fb img.shogun-image {
    

    
    
    
  }


#s-3af54f2f-3010-402a-bfd7-db58d5b074fb .shogun-image-content {
  
    align-items: center;
  
}

#s-0891c1a1-5821-4299-bf43-1a91d5192370 {
  text-align: center;
}
@media (max-width: 767px){#s-0891c1a1-5821-4299-bf43-1a91d5192370 {
  margin-top: 20px;
margin-bottom: 0px;
}
}






  #s-0891c1a1-5821-4299-bf43-1a91d5192370 img.shogun-image {
    

    
    
    
  }


#s-0891c1a1-5821-4299-bf43-1a91d5192370 .shogun-image-content {
  
    align-items: center;
  
}

#s-407b6f84-54b6-4c45-9d24-1fdf3ec4a1e4 {
  text-align: center;
}
@media (max-width: 767px){#s-407b6f84-54b6-4c45-9d24-1fdf3ec4a1e4 {
  margin-top: 20px;
margin-bottom: 0px;
}
}






  #s-407b6f84-54b6-4c45-9d24-1fdf3ec4a1e4 img.shogun-image {
    

    
    
    
  }


#s-407b6f84-54b6-4c45-9d24-1fdf3ec4a1e4 .shogun-image-content {
  
    align-items: center;
  
}

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