.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

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







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

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







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

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-ffbc4feb-35b1-4806-883f-0e8d0d54bb71 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

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

}

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

}

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

}

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

}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-weight: 500;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-weight: 500;
}

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

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  text-transform: none;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-4d5987cf-2d6e-4996-b5a9-eb3afe3e697e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

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



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

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

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

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

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







#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;
}
@media (min-width: 768px) and (max-width: 991px){#s-225ea23b-0804-4048-a5b6-20798d906d4b {
  padding-left: 10%;
padding-right: 10%;
}
}
#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-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 {
  
}
}







#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-6 {
  width: calc(50.0% - 15.0px);
}

}

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

}

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

}

@media (max-width: 767px){#s-ca45f739-7421-4773-a0d7-7719a8835e62 {
  margin-bottom: 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-31baad58-6f35-4d7e-88bb-5bea99a94179 {
  min-height: 380px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-31baad58-6f35-4d7e-88bb-5bea99a94179 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
}@media (max-width: 767px){#s-31baad58-6f35-4d7e-88bb-5bea99a94179 {
  margin-left: auto;
margin-right: auto;
}
}






  #s-31baad58-6f35-4d7e-88bb-5bea99a94179 img.shogun-image {
    

    
    
    
  }


#s-31baad58-6f35-4d7e-88bb-5bea99a94179 .shogun-image-content {
  
    align-items: center;
  
}

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

@media (max-width: 767px){#s-e4e9a55b-8299-4118-b437-68ce2d23f599 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
#s-0db1b97e-d426-4bbd-8fb0-3a91b11b6ff5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-0db1b97e-d426-4bbd-8fb0-3a91b11b6ff5 img.shogun-image {
    

    
    
    
  }


#s-0db1b97e-d426-4bbd-8fb0-3a91b11b6ff5 .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-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 ;
}
}
@media (max-width: 767px){#s-7ef6dc51-a40b-4033-9b51-a102e9a77938 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
}
#s-c853522a-9349-45a4-859f-69a02ec17330 {
  min-height: 380px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c853522a-9349-45a4-859f-69a02ec17330 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
}@media (max-width: 767px){#s-c853522a-9349-45a4-859f-69a02ec17330 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
}






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

    
    
    
  }


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

#s-ff81180e-69ae-42d3-829a-630dc033a909 {
  margin-top: 20px;
}

@media (max-width: 767px){#s-577110b8-6910-4e5c-9203-6dd1106c3732 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
#s-06a38227-51d5-42f2-b7b6-85b1594dfa54 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-06a38227-51d5-42f2-b7b6-85b1594dfa54 img.shogun-image {
    

    
    
    
  }


#s-06a38227-51d5-42f2-b7b6-85b1594dfa54 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3cbc4c5-3ff3-4f0b-bc60-fa9211c1ce2c {
  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-c3cbc4c5-3ff3-4f0b-bc60-fa9211c1ce2c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3cbc4c5-3ff3-4f0b-bc60-fa9211c1ce2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c3cbc4c5-3ff3-4f0b-bc60-fa9211c1ce2c-root {
    text-align: center;
  }


#s-c3cbc4c5-3ff3-4f0b-bc60-fa9211c1ce2c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c3cbc4c5-3ff3-4f0b-bc60-fa9211c1ce2c-root {
    text-align: center;
  }


#s-c3cbc4c5-3ff3-4f0b-bc60-fa9211c1ce2c.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-c3cbc4c5-3ff3-4f0b-bc60-fa9211c1ce2c-root {
    text-align: center;
  }


#s-c3cbc4c5-3ff3-4f0b-bc60-fa9211c1ce2c.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-c3cbc4c5-3ff3-4f0b-bc60-fa9211c1ce2c-root {
    text-align: center;
  }


#s-c3cbc4c5-3ff3-4f0b-bc60-fa9211c1ce2c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c3cbc4c5-3ff3-4f0b-bc60-fa9211c1ce2c-root {
    text-align: center;
  }


#s-c3cbc4c5-3ff3-4f0b-bc60-fa9211c1ce2c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#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-0d67472c-811c-4e40-bc9b-ffa4ca0e4584 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0d67472c-811c-4e40-bc9b-ffa4ca0e4584 {
  padding-left: 0%;
padding-right: 0%;
}
}







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

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







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

#s-4ffb31a0-fee9-417e-aed4-a20f76d0dca2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ffb31a0-fee9-417e-aed4-a20f76d0dca2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-4ffb31a0-fee9-417e-aed4-a20f76d0dca2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-4ffb31a0-fee9-417e-aed4-a20f76d0dca2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


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


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


}
#s-f13bd6c6-d72f-4e3c-a1f8-50459b2b5837 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f13bd6c6-d72f-4e3c-a1f8-50459b2b5837 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-f13bd6c6-d72f-4e3c-a1f8-50459b2b5837 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-f13bd6c6-d72f-4e3c-a1f8-50459b2b5837 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 29px;
  
  
  text-align: left;
}


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


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


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

}

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

}

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

}

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

}

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







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

    
    
    
  }


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

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







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

    
    
    
  }


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

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







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

    
    
    
  }


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

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







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

    
    
    
  }


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

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







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

    
    
    
  }


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

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







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

    
    
    
  }


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

#s-ee2802b2-5b9b-4762-b5a8-e9109249837f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-ee2802b2-5b9b-4762-b5a8-e9109249837f {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-810f02ac-fcf7-49fa-b99c-94bb18a4f4d0 {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-cf87d5a7-bc54-4f5f-a33b-9644403b0656"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf87d5a7-bc54-4f5f-a33b-9644403b0656"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cf87d5a7-bc54-4f5f-a33b-9644403b0656"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf87d5a7-bc54-4f5f-a33b-9644403b0656"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cf87d5a7-bc54-4f5f-a33b-9644403b0656"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf87d5a7-bc54-4f5f-a33b-9644403b0656"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cf87d5a7-bc54-4f5f-a33b-9644403b0656"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-ebec0b55-7d30-4758-8f98-0e68303b17db {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ebec0b55-7d30-4758-8f98-0e68303b17db {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
}@media (max-width: 767px){#s-ebec0b55-7d30-4758-8f98-0e68303b17db {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80%;
}
}






  #s-ebec0b55-7d30-4758-8f98-0e68303b17db img.shogun-image {
    

    
    
    
  }


#s-ebec0b55-7d30-4758-8f98-0e68303b17db .shogun-image-content {
  
    align-items: center;
  
}

#s-0b40c619-029a-43eb-9e0e-0eef003d8dba {
  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-0b40c619-029a-43eb-9e0e-0eef003d8dba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b40c619-029a-43eb-9e0e-0eef003d8dba:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-0b40c619-029a-43eb-9e0e-0eef003d8dba {
  margin-bottom: 20px;
}
}

  #s-0b40c619-029a-43eb-9e0e-0eef003d8dba-root {
    text-align: center;
  }


#s-0b40c619-029a-43eb-9e0e-0eef003d8dba.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b40c619-029a-43eb-9e0e-0eef003d8dba-root {
    text-align: center;
  }


#s-0b40c619-029a-43eb-9e0e-0eef003d8dba.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-0b40c619-029a-43eb-9e0e-0eef003d8dba-root {
    text-align: center;
  }


#s-0b40c619-029a-43eb-9e0e-0eef003d8dba.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-0b40c619-029a-43eb-9e0e-0eef003d8dba-root {
    text-align: center;
  }


#s-0b40c619-029a-43eb-9e0e-0eef003d8dba.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b40c619-029a-43eb-9e0e-0eef003d8dba-root {
    text-align: center;
  }


#s-0b40c619-029a-43eb-9e0e-0eef003d8dba.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: 40px;
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-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0ccf0189-7720-4018-b2f0-997a842e4a26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

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

[id="s-0ccf0189-7720-4018-b2f0-997a842e4a26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

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

[id="s-0ccf0189-7720-4018-b2f0-997a842e4a26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 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: 20px;
text-align: center;
}







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

    
    
    
  }


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

#s-3ea9c873-26ab-4e87-bb2b-46745a16a929 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}







  #s-3ea9c873-26ab-4e87-bb2b-46745a16a929 img.shogun-image {
    

    
    
    
  }


#s-3ea9c873-26ab-4e87-bb2b-46745a16a929 .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 {
  padding-bottom: 20px;
}
}






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

    
    
    
  }


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

#s-80a88557-d5f2-44b2-adc9-c48fdf6997d3 {
  text-align: center;
}







  #s-80a88557-d5f2-44b2-adc9-c48fdf6997d3 img.shogun-image {
    

    
    
    
  }


#s-80a88557-d5f2-44b2-adc9-c48fdf6997d3 .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-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-8c387c1f-2dc9-4f17-889d-529ed2cb7950"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 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-c845432b-5c53-47aa-8d27-c56bac20366b {
  text-align: center;
}







  #s-c845432b-5c53-47aa-8d27-c56bac20366b img.shogun-image {
    

    
    
    
  }


#s-c845432b-5c53-47aa-8d27-c56bac20366b .shogun-image-content {
  
    align-items: center;
  
}

#s-e72a8626-6d93-4c9a-8921-6048c7b9ad0a {
  text-align: center;
}







  #s-e72a8626-6d93-4c9a-8921-6048c7b9ad0a img.shogun-image {
    

    
    
    
  }


#s-e72a8626-6d93-4c9a-8921-6048c7b9ad0a .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% - 7.5px);
}

}

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

}

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

}

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

}

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






  #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-576e43c6-1dcb-4441-b214-1c3f1bf33356 {
  text-align: center;
}
@media (max-width: 767px){#s-576e43c6-1dcb-4441-b214-1c3f1bf33356 {
  margin-top: 20px;
margin-bottom: 20px;
}
}






  #s-576e43c6-1dcb-4441-b214-1c3f1bf33356 img.shogun-image {
    

    
    
    
  }


#s-576e43c6-1dcb-4441-b214-1c3f1bf33356 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4d01904-ca28-4222-9d27-3c00f94a47c1 {
  text-align: center;
}
@media (max-width: 767px){#s-c4d01904-ca28-4222-9d27-3c00f94a47c1 {
  margin-top: 0px;
margin-bottom: 20px;
}
}






  #s-c4d01904-ca28-4222-9d27-3c00f94a47c1 img.shogun-image {
    

    
    
    
  }


#s-c4d01904-ca28-4222-9d27-3c00f94a47c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5b520a7-145d-4098-a5c4-0e534dbd1d05 {
  text-align: center;
}







  #s-d5b520a7-145d-4098-a5c4-0e534dbd1d05 img.shogun-image {
    

    
    
    
  }


#s-d5b520a7-145d-4098-a5c4-0e534dbd1d05 .shogun-image-content {
  
    align-items: center;
  
}

#s-c95518b2-477e-4649-8b28-5a6619d2b5e8 {
  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-c95518b2-477e-4649-8b28-5a6619d2b5e8 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-c95518b2-477e-4649-8b28-5a6619d2b5e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c95518b2-477e-4649-8b28-5a6619d2b5e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-013bc8fc-7f64-41d6-b259-3892b7b3d846 {
  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-013bc8fc-7f64-41d6-b259-3892b7b3d846 {
  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-013bc8fc-7f64-41d6-b259-3892b7b3d846 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-013bc8fc-7f64-41d6-b259-3892b7b3d846 .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-013bc8fc-7f64-41d6-b259-3892b7b3d846 .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-013bc8fc-7f64-41d6-b259-3892b7b3d846 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-92ca5b87-b96e-4cc5-a410-e77c26df292a {
  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-92ca5b87-b96e-4cc5-a410-e77c26df292a {
  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-92ca5b87-b96e-4cc5-a410-e77c26df292a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-92ca5b87-b96e-4cc5-a410-e77c26df292a .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-92ca5b87-b96e-4cc5-a410-e77c26df292a .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-92ca5b87-b96e-4cc5-a410-e77c26df292a .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-f4e8a2d3-c5c2-4d8b-9c36-cd05332dba3c {
  display: none;
}
#s-f4e8a2d3-c5c2-4d8b-9c36-cd05332dba3c, #wrap-s-f4e8a2d3-c5c2-4d8b-9c36-cd05332dba3c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4e8a2d3-c5c2-4d8b-9c36-cd05332dba3c {
  display: none;
}
#s-f4e8a2d3-c5c2-4d8b-9c36-cd05332dba3c, #wrap-s-f4e8a2d3-c5c2-4d8b-9c36-cd05332dba3c { display: none !important; }}@media (max-width: 767px){#s-f4e8a2d3-c5c2-4d8b-9c36-cd05332dba3c {
  display: none;
}
#s-f4e8a2d3-c5c2-4d8b-9c36-cd05332dba3c, #wrap-s-f4e8a2d3-c5c2-4d8b-9c36-cd05332dba3c { display: none !important; }}
@media (min-width: 0px) {
[id="s-f4e8a2d3-c5c2-4d8b-9c36-cd05332dba3c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f4e8a2d3-c5c2-4d8b-9c36-cd05332dba3c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f4e8a2d3-c5c2-4d8b-9c36-cd05332dba3c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f4e8a2d3-c5c2-4d8b-9c36-cd05332dba3c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f4e8a2d3-c5c2-4d8b-9c36-cd05332dba3c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4e8a2d3-c5c2-4d8b-9c36-cd05332dba3c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f4e8a2d3-c5c2-4d8b-9c36-cd05332dba3c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

#s-e8971a20-6723-4487-b32f-fc4d7d50a0cb {
  text-align: center;
}
@media (max-width: 767px){#s-e8971a20-6723-4487-b32f-fc4d7d50a0cb {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
}






  #s-e8971a20-6723-4487-b32f-fc4d7d50a0cb img.shogun-image {
    

    
    
    
  }


#s-e8971a20-6723-4487-b32f-fc4d7d50a0cb .shogun-image-content {
  
    align-items: center;
  
}

#s-77631a35-0cc9-4b74-9cf3-fd369f72a518 {
  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-77631a35-0cc9-4b74-9cf3-fd369f72a518:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77631a35-0cc9-4b74-9cf3-fd369f72a518:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-77631a35-0cc9-4b74-9cf3-fd369f72a518 {
  margin-bottom: 20px;
}
}

  #s-77631a35-0cc9-4b74-9cf3-fd369f72a518-root {
    text-align: center;
  }


#s-77631a35-0cc9-4b74-9cf3-fd369f72a518.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-77631a35-0cc9-4b74-9cf3-fd369f72a518-root {
    text-align: center;
  }


#s-77631a35-0cc9-4b74-9cf3-fd369f72a518.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-77631a35-0cc9-4b74-9cf3-fd369f72a518-root {
    text-align: center;
  }


#s-77631a35-0cc9-4b74-9cf3-fd369f72a518.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-77631a35-0cc9-4b74-9cf3-fd369f72a518-root {
    text-align: center;
  }


#s-77631a35-0cc9-4b74-9cf3-fd369f72a518.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-77631a35-0cc9-4b74-9cf3-fd369f72a518-root {
    text-align: center;
  }


#s-77631a35-0cc9-4b74-9cf3-fd369f72a518.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0fe14a77-2e11-4e43-804e-d4b3597bef51 {
  padding-top: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fe14a77-2e11-4e43-804e-d4b3597bef51 {
  margin-bottom: 20px;
}
}






  #s-0fe14a77-2e11-4e43-804e-d4b3597bef51 img.shogun-image {
    

    
    
    
  }


#s-0fe14a77-2e11-4e43-804e-d4b3597bef51 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f258e17-13d0-4c35-9570-912b83243924 {
  padding-top: 0px;
text-align: center;
}







  #s-2f258e17-13d0-4c35-9570-912b83243924 img.shogun-image {
    

    
    
    
  }


#s-2f258e17-13d0-4c35-9570-912b83243924 .shogun-image-content {
  
    align-items: center;
  
}

#s-33125560-bbe0-4b75-93ae-f028bfa612a9 {
  padding-top: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-33125560-bbe0-4b75-93ae-f028bfa612a9 {
  margin-top: 0px;
margin-bottom: 20px;
}
}






  #s-33125560-bbe0-4b75-93ae-f028bfa612a9 img.shogun-image {
    

    
    
    
  }


#s-33125560-bbe0-4b75-93ae-f028bfa612a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa0ea735-0c9a-434b-ab09-95d2495c57f4 {
  padding-top: 0px;
text-align: center;
}







  #s-fa0ea735-0c9a-434b-ab09-95d2495c57f4 img.shogun-image {
    

    
    
    
  }


#s-fa0ea735-0c9a-434b-ab09-95d2495c57f4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-9bdaf790-98c8-43a7-aeec-69051c370ffb {
  display: none;
}
#s-9bdaf790-98c8-43a7-aeec-69051c370ffb, #wrap-s-9bdaf790-98c8-43a7-aeec-69051c370ffb { display: none !important; }}@media (max-width: 767px){#s-9bdaf790-98c8-43a7-aeec-69051c370ffb {
  display: none;
}
#s-9bdaf790-98c8-43a7-aeec-69051c370ffb, #wrap-s-9bdaf790-98c8-43a7-aeec-69051c370ffb { display: none !important; }}
@media (min-width: 0px) {
[id="s-9bdaf790-98c8-43a7-aeec-69051c370ffb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-9bdaf790-98c8-43a7-aeec-69051c370ffb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 768px) {
[id="s-9bdaf790-98c8-43a7-aeec-69051c370ffb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-9bdaf790-98c8-43a7-aeec-69051c370ffb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-9bdaf790-98c8-43a7-aeec-69051c370ffb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-9bdaf790-98c8-43a7-aeec-69051c370ffb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bdaf790-98c8-43a7-aeec-69051c370ffb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-9bdaf790-98c8-43a7-aeec-69051c370ffb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

#s-94429a18-e3cb-4b84-8284-c98ad69531f1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}







  #s-94429a18-e3cb-4b84-8284-c98ad69531f1 img.shogun-image {
    

    
    
    
  }


#s-94429a18-e3cb-4b84-8284-c98ad69531f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-88678163-46f2-43ac-aebf-d1956642f63f {
  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-88678163-46f2-43ac-aebf-d1956642f63f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88678163-46f2-43ac-aebf-d1956642f63f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-88678163-46f2-43ac-aebf-d1956642f63f {
  margin-bottom: 20px;
}
}

  #s-88678163-46f2-43ac-aebf-d1956642f63f-root {
    text-align: center;
  }


#s-88678163-46f2-43ac-aebf-d1956642f63f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-88678163-46f2-43ac-aebf-d1956642f63f-root {
    text-align: center;
  }


#s-88678163-46f2-43ac-aebf-d1956642f63f.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-88678163-46f2-43ac-aebf-d1956642f63f-root {
    text-align: center;
  }


#s-88678163-46f2-43ac-aebf-d1956642f63f.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-88678163-46f2-43ac-aebf-d1956642f63f-root {
    text-align: center;
  }


#s-88678163-46f2-43ac-aebf-d1956642f63f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-88678163-46f2-43ac-aebf-d1956642f63f-root {
    text-align: center;
  }


#s-88678163-46f2-43ac-aebf-d1956642f63f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e8b30c42-2ab1-466b-b283-65e567b3cad8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-e8b30c42-2ab1-466b-b283-65e567b3cad8 img.shogun-image {
    

    
    
    
  }


#s-e8b30c42-2ab1-466b-b283-65e567b3cad8 .shogun-image-content {
  
    align-items: center;
  
}

#s-99ffca0b-3cf9-4e65-a17c-844582b24c9a {
  text-align: center;
}







  #s-99ffca0b-3cf9-4e65-a17c-844582b24c9a img.shogun-image {
    

    
    
    
  }


#s-99ffca0b-3cf9-4e65-a17c-844582b24c9a .shogun-image-content {
  
    align-items: center;
  
}

#s-307ff5b0-add6-469c-bd25-6dfb70eed6d1 {
  text-align: center;
}







  #s-307ff5b0-add6-469c-bd25-6dfb70eed6d1 img.shogun-image {
    

    
    
    
  }


#s-307ff5b0-add6-469c-bd25-6dfb70eed6d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e0cccb5-38b4-4af3-97ae-abee5d56d05d {
  text-align: center;
}







  #s-0e0cccb5-38b4-4af3-97ae-abee5d56d05d img.shogun-image {
    

    
    
    
  }


#s-0e0cccb5-38b4-4af3-97ae-abee5d56d05d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-f2b9c984-1a05-49f7-b026-be92b68aadeb {
  display: none;
}
#s-f2b9c984-1a05-49f7-b026-be92b68aadeb, #wrap-s-f2b9c984-1a05-49f7-b026-be92b68aadeb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2b9c984-1a05-49f7-b026-be92b68aadeb {
  display: none;
}
#s-f2b9c984-1a05-49f7-b026-be92b68aadeb, #wrap-s-f2b9c984-1a05-49f7-b026-be92b68aadeb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2b9c984-1a05-49f7-b026-be92b68aadeb {
  display: none;
}
#s-f2b9c984-1a05-49f7-b026-be92b68aadeb, #wrap-s-f2b9c984-1a05-49f7-b026-be92b68aadeb { display: none !important; }}
@media (min-width: 0px) {
[id="s-f2b9c984-1a05-49f7-b026-be92b68aadeb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-f2b9c984-1a05-49f7-b026-be92b68aadeb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f2b9c984-1a05-49f7-b026-be92b68aadeb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f2b9c984-1a05-49f7-b026-be92b68aadeb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-009edf94-1f1c-4ca1-892e-746b21e008ec {
  text-align: center;
}
@media (max-width: 767px){#s-009edf94-1f1c-4ca1-892e-746b21e008ec {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
}






  #s-009edf94-1f1c-4ca1-892e-746b21e008ec img.shogun-image {
    

    
    
    
  }


#s-009edf94-1f1c-4ca1-892e-746b21e008ec .shogun-image-content {
  
    align-items: center;
  
}

#s-bce8046f-d4aa-4c65-8bcf-a59c3216cfb2 {
  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-bce8046f-d4aa-4c65-8bcf-a59c3216cfb2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bce8046f-d4aa-4c65-8bcf-a59c3216cfb2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-bce8046f-d4aa-4c65-8bcf-a59c3216cfb2 {
  margin-bottom: 20px;
}
}

  #s-bce8046f-d4aa-4c65-8bcf-a59c3216cfb2-root {
    text-align: center;
  }


#s-bce8046f-d4aa-4c65-8bcf-a59c3216cfb2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bce8046f-d4aa-4c65-8bcf-a59c3216cfb2-root {
    text-align: center;
  }


#s-bce8046f-d4aa-4c65-8bcf-a59c3216cfb2.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-bce8046f-d4aa-4c65-8bcf-a59c3216cfb2-root {
    text-align: center;
  }


#s-bce8046f-d4aa-4c65-8bcf-a59c3216cfb2.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-bce8046f-d4aa-4c65-8bcf-a59c3216cfb2-root {
    text-align: center;
  }


#s-bce8046f-d4aa-4c65-8bcf-a59c3216cfb2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bce8046f-d4aa-4c65-8bcf-a59c3216cfb2-root {
    text-align: center;
  }


#s-bce8046f-d4aa-4c65-8bcf-a59c3216cfb2.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-3d8ed179-7dc0-4b22-bb39-ced6cf74eae8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d8ed179-7dc0-4b22-bb39-ced6cf74eae8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d8ed179-7dc0-4b22-bb39-ced6cf74eae8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d8ed179-7dc0-4b22-bb39-ced6cf74eae8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-02cffeeb-1ce6-4143-8e87-1d1ba641e78b {
  padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-02cffeeb-1ce6-4143-8e87-1d1ba641e78b {
  margin-top: 0px;
margin-bottom: 20px;
padding-bottom: 0px;
}
}






  #s-02cffeeb-1ce6-4143-8e87-1d1ba641e78b img.shogun-image {
    

    
    
    
  }


#s-02cffeeb-1ce6-4143-8e87-1d1ba641e78b .shogun-image-content {
  
    align-items: center;
  
}

#s-aee2a256-58d7-4901-bcbf-7fc7de4b278b {
  padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-aee2a256-58d7-4901-bcbf-7fc7de4b278b {
  margin-bottom: 20px;
padding-bottom: 0px;
}
}






  #s-aee2a256-58d7-4901-bcbf-7fc7de4b278b img.shogun-image {
    

    
    
    
  }


#s-aee2a256-58d7-4901-bcbf-7fc7de4b278b .shogun-image-content {
  
    align-items: center;
  
}

#s-356caab7-997f-46e2-a1b8-ad36b2761b7f {
  padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-356caab7-997f-46e2-a1b8-ad36b2761b7f {
  margin-bottom: 20px;
padding-bottom: 0px;
}
}






  #s-356caab7-997f-46e2-a1b8-ad36b2761b7f img.shogun-image {
    

    
    
    
  }


#s-356caab7-997f-46e2-a1b8-ad36b2761b7f .shogun-image-content {
  
    align-items: center;
  
}

#s-a22c823f-befb-44ca-9af4-7f4b7c8c986c {
  padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-a22c823f-befb-44ca-9af4-7f4b7c8c986c {
  margin-bottom: 0px;
padding-bottom: 0px;
}
}






  #s-a22c823f-befb-44ca-9af4-7f4b7c8c986c img.shogun-image {
    

    
    
    
  }


#s-a22c823f-befb-44ca-9af4-7f4b7c8c986c .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;
padding-bottom: 0px;
min-height: 100px;
max-width: 100%;
}
@media (max-width: 767px){#s-61d9d070-731d-409e-bd28-8c74ba34538c {
  padding-left: 5%;
padding-right: 5%;
}
}







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

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


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


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

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


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


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


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


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


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






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

    
    
    
  }


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

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







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

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







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

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

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


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


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

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


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


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


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


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


#s-1423a94b-3d57-4749-9788-6ddf8b5e7442.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
