.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-195cc19f-b07d-4267-8edc-f8739f9dd126 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 720px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-195cc19f-b07d-4267-8edc-f8739f9dd126 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-195cc19f-b07d-4267-8edc-f8739f9dd126 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-195cc19f-b07d-4267-8edc-f8739f9dd126 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-195cc19f-b07d-4267-8edc-f8739f9dd126 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 480px;
}
}
#s-195cc19f-b07d-4267-8edc-f8739f9dd126 {
  background-image: url(https://i.shgcdn.com/599b6598-4257-4003-972b-3407683ccedc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-195cc19f-b07d-4267-8edc-f8739f9dd126 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-195cc19f-b07d-4267-8edc-f8739f9dd126.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;
}

@media (min-width: 1200px){#s-d0453896-a2e7-4535-9dc2-81a4d5de99e2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d0453896-a2e7-4535-9dc2-81a4d5de99e2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d0453896-a2e7-4535-9dc2-81a4d5de99e2 {
  
}
}@media (max-width: 767px){#s-d0453896-a2e7-4535-9dc2-81a4d5de99e2 {
  
}
}
@media (min-width: 0px) {
[id="s-d0453896-a2e7-4535-9dc2-81a4d5de99e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0453896-a2e7-4535-9dc2-81a4d5de99e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d0453896-a2e7-4535-9dc2-81a4d5de99e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d0453896-a2e7-4535-9dc2-81a4d5de99e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d0453896-a2e7-4535-9dc2-81a4d5de99e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d0453896-a2e7-4535-9dc2-81a4d5de99e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d0453896-a2e7-4535-9dc2-81a4d5de99e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0453896-a2e7-4535-9dc2-81a4d5de99e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d0453896-a2e7-4535-9dc2-81a4d5de99e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d0453896-a2e7-4535-9dc2-81a4d5de99e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-d0453896-a2e7-4535-9dc2-81a4d5de99e2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3e8ef186-3214-4f15-b437-6ebe217e9408 {
  min-height: 100px;
}
@media (min-width: 1200px){#s-3e8ef186-3214-4f15-b437-6ebe217e9408 {
  margin-top: 16px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-3e8ef186-3214-4f15-b437-6ebe217e9408 {
  margin-top: 0px;
}
}







#s-3e8ef186-3214-4f15-b437-6ebe217e9408 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e8ef186-3214-4f15-b437-6ebe217e9408.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-7119ba1e-e5d3-4c8b-8904-5b54238ad90d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-7119ba1e-e5d3-4c8b-8904-5b54238ad90d {
  margin-right: 0px;
}
}
#s-7119ba1e-e5d3-4c8b-8904-5b54238ad90d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: 6px;
  text-align: center;
}



#s-0822f4af-1dcc-4334-8c37-cc9b9fbcddb9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-0822f4af-1dcc-4334-8c37-cc9b9fbcddb9 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-0822f4af-1dcc-4334-8c37-cc9b9fbcddb9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.12em;
  
  text-align: center;
}



#s-ba99aa56-6655-4299-8085-36e83f995987 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-ba99aa56-6655-4299-8085-36e83f995987 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba99aa56-6655-4299-8085-36e83f995987 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba99aa56-6655-4299-8085-36e83f995987 {
  
}
}@media (max-width: 767px){#s-ba99aa56-6655-4299-8085-36e83f995987 {
  
}
}







#s-ba99aa56-6655-4299-8085-36e83f995987 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba99aa56-6655-4299-8085-36e83f995987.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d227330c-e635-4497-86de-f480c4df25c6 {
  margin-top: 21px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-d227330c-e635-4497-86de-f480c4df25c6 {
  margin-left: 70px;
margin-right: 70px;
}
}@media (max-width: 767px){#s-d227330c-e635-4497-86de-f480c4df25c6 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-d227330c-e635-4497-86de-f480c4df25c6 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-2f445f00-d0c3-4409-afa6-bd3e6354fb55 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f445f00-d0c3-4409-afa6-bd3e6354fb55 {
  margin-top: -20px;
}
}







#s-2f445f00-d0c3-4409-afa6-bd3e6354fb55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f445f00-d0c3-4409-afa6-bd3e6354fb55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-96ec27ff-c5a4-4ce7-853e-5b75b961c679 {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(14, 15, 15, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-96ec27ff-c5a4-4ce7-853e-5b75b961c679:hover {background-color: rgba(33, 149, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-96ec27ff-c5a4-4ce7-853e-5b75b961c679:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-96ec27ff-c5a4-4ce7-853e-5b75b961c679-btn-wrapper {
    text-align: center;
  }


#s-96ec27ff-c5a4-4ce7-853e-5b75b961c679.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-96ec27ff-c5a4-4ce7-853e-5b75b961c679-btn-wrapper {
    text-align: center;
  }


#s-96ec27ff-c5a4-4ce7-853e-5b75b961c679.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96ec27ff-c5a4-4ce7-853e-5b75b961c679-btn-wrapper {
    text-align: center;
  }


#s-96ec27ff-c5a4-4ce7-853e-5b75b961c679.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96ec27ff-c5a4-4ce7-853e-5b75b961c679-btn-wrapper {
    text-align: center;
  }


#s-96ec27ff-c5a4-4ce7-853e-5b75b961c679.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-96ec27ff-c5a4-4ce7-853e-5b75b961c679-btn-wrapper {
    text-align: center;
  }


#s-96ec27ff-c5a4-4ce7-853e-5b75b961c679.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-511b6363-c4e4-4e9a-86e8-bba0421607fc {
  opacity: 0;
}

#s-511b6363-c4e4-4e9a-86e8-bba0421607fc hr {
  border-top: 1px solid rgba(3, 0, 0, 1);
}

#s-3d8c8e1b-660a-4104-9560-0850dc48c3a8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(14, 15, 15, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-3d8c8e1b-660a-4104-9560-0850dc48c3a8:hover {background-color: rgba(33, 149, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3d8c8e1b-660a-4104-9560-0850dc48c3a8:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-3d8c8e1b-660a-4104-9560-0850dc48c3a8 {
  margin-bottom: 40px;
padding-top: 13px;
padding-bottom: 13px;
}
}

  #s-3d8c8e1b-660a-4104-9560-0850dc48c3a8-btn-wrapper {
    text-align: center;
  }


#s-3d8c8e1b-660a-4104-9560-0850dc48c3a8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d8c8e1b-660a-4104-9560-0850dc48c3a8-btn-wrapper {
    text-align: center;
  }


#s-3d8c8e1b-660a-4104-9560-0850dc48c3a8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d8c8e1b-660a-4104-9560-0850dc48c3a8-btn-wrapper {
    text-align: center;
  }


#s-3d8c8e1b-660a-4104-9560-0850dc48c3a8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d8c8e1b-660a-4104-9560-0850dc48c3a8-btn-wrapper {
    text-align: center;
  }


#s-3d8c8e1b-660a-4104-9560-0850dc48c3a8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d8c8e1b-660a-4104-9560-0850dc48c3a8-btn-wrapper {
    text-align: center;
  }


#s-3d8c8e1b-660a-4104-9560-0850dc48c3a8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}
}
.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-4432659d-33f0-4f0f-9770-b97f80fade68 {
  min-height: 600px;
max-width: 600px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4432659d-33f0-4f0f-9770-b97f80fade68 {
  
}
}@media (max-width: 767px){#s-4432659d-33f0-4f0f-9770-b97f80fade68 {
  margin-top: 0px;
margin-bottom: -100px;
}
}






  #s-4432659d-33f0-4f0f-9770-b97f80fade68 img.shogun-image {
    

    
    
    
  }


#s-4432659d-33f0-4f0f-9770-b97f80fade68 .shogun-image-content {
  
    align-items: center;
  
}

#s-d90778fb-6dbf-4318-8d31-247bfa6e749a {
  min-height: 300px;
background-color: rgba(33, 149, 143, 1);
}








#s-d90778fb-6dbf-4318-8d31-247bfa6e749a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d90778fb-6dbf-4318-8d31-247bfa6e749a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43e0dcf0-fc60-4f4b-83da-0d579760862f {
  min-height: 50px;
}








#s-43e0dcf0-fc60-4f4b-83da-0d579760862f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43e0dcf0-fc60-4f4b-83da-0d579760862f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-009e41eb-a913-4ea5-97a1-900dbec2346a {
  min-height: 50px;
}








#s-009e41eb-a913-4ea5-97a1-900dbec2346a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-009e41eb-a913-4ea5-97a1-900dbec2346a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-4cb36d41-00ed-45da-bcdf-03976f7b5947 {
  margin-bottom: -60px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-4cb36d41-00ed-45da-bcdf-03976f7b5947"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4cb36d41-00ed-45da-bcdf-03976f7b5947"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4cb36d41-00ed-45da-bcdf-03976f7b5947"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4cb36d41-00ed-45da-bcdf-03976f7b5947"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4cb36d41-00ed-45da-bcdf-03976f7b5947"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cb36d41-00ed-45da-bcdf-03976f7b5947"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4cb36d41-00ed-45da-bcdf-03976f7b5947"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-54de293f-83d4-41b2-845d-eac5b3248c55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54de293f-83d4-41b2-845d-eac5b3248c55 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-cbd0af65-2dd3-4a03-b9ac-d3368da8e6d6 {
  margin-top: 20px;
margin-left: 80px;
margin-bottom: 20px;
margin-right: 80px;
}

#s-40d3e061-5090-4d66-b2dd-c2e15294db0e {
  min-height: 50px;
}








#s-40d3e061-5090-4d66-b2dd-c2e15294db0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40d3e061-5090-4d66-b2dd-c2e15294db0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 0%;
padding-bottom: 50px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (max-width: 767px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}







#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e534e05d-da24-4bfd-a98a-f10e68a242a1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 26px;
padding-bottom: 26px;
text-align: center;
}

#s-e534e05d-da24-4bfd-a98a-f10e68a242a1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-65840981-4d65-4bac-b2dd-3b9dce32e61d {
  margin-left: 540px;
margin-right: 540px;
padding-left: 0px;
padding-right: 0px;
}

#s-65840981-4d65-4bac-b2dd-3b9dce32e61d hr {
  border-top: 2px solid #ddd;
}

#s-9aa4090e-f11d-4be0-ae3f-99cee23d5385 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9aa4090e-f11d-4be0-ae3f-99cee23d5385"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9aa4090e-f11d-4be0-ae3f-99cee23d5385"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9aa4090e-f11d-4be0-ae3f-99cee23d5385"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9aa4090e-f11d-4be0-ae3f-99cee23d5385"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-68923cef-ddf1-4676-b5e1-b8f9f151575e {
  min-height: 1px;
}
@media (max-width: 767px){#s-68923cef-ddf1-4676-b5e1-b8f9f151575e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 190px;
padding-bottom: 0px;
padding-right: 190px;
}
}
@media (min-width: 0px) {
[id="s-68923cef-ddf1-4676-b5e1-b8f9f151575e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68923cef-ddf1-4676-b5e1-b8f9f151575e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-68923cef-ddf1-4676-b5e1-b8f9f151575e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-68923cef-ddf1-4676-b5e1-b8f9f151575e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8a9b9b4d-8455-4cd2-9c10-5acd6f24f755 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}
@media (max-width: 767px){#s-8a9b9b4d-8455-4cd2-9c10-5acd6f24f755 {
  padding-left: 6px;
padding-right: 6px;
}
}






  #s-8a9b9b4d-8455-4cd2-9c10-5acd6f24f755 img.shogun-image {
    

    
    
    
  }


#s-8a9b9b4d-8455-4cd2-9c10-5acd6f24f755 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3958bc1-7432-4c14-9304-1e23c8a78207 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3958bc1-7432-4c14-9304-1e23c8a78207 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



@media (min-width: 1200px){#s-450593c5-a594-472b-a618-d82db1f1f1ef {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-450593c5-a594-472b-a618-d82db1f1f1ef {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (max-width: 767px){#s-e74fe860-4fdc-4318-b239-e63b04d34cbc {
  padding-top: 0px;
padding-left: 190px;
padding-bottom: 0px;
padding-right: 190px;
}
}
@media (min-width: 0px) {
[id="s-e74fe860-4fdc-4318-b239-e63b04d34cbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e74fe860-4fdc-4318-b239-e63b04d34cbc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e74fe860-4fdc-4318-b239-e63b04d34cbc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e74fe860-4fdc-4318-b239-e63b04d34cbc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5fe565f8-d2c8-4b40-a374-f1f763fd3e06 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}







  #s-5fe565f8-d2c8-4b40-a374-f1f763fd3e06 img.shogun-image {
    

    
    
    
  }


#s-5fe565f8-d2c8-4b40-a374-f1f763fd3e06 .shogun-image-content {
  
    align-items: center;
  
}

#s-71dddae6-7d74-4cbc-8c51-1571f16b684d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71dddae6-7d74-4cbc-8c51-1571f16b684d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 1200px){#s-c0de052c-96d5-4db2-9a47-e0b5dba54bd3 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-c0de052c-96d5-4db2-9a47-e0b5dba54bd3 {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (min-width: 1200px){#s-bead0c46-7a57-4f97-9f69-a667325ccb2a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bead0c46-7a57-4f97-9f69-a667325ccb2a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bead0c46-7a57-4f97-9f69-a667325ccb2a {
  
}
}@media (max-width: 767px){#s-bead0c46-7a57-4f97-9f69-a667325ccb2a {
  padding-left: 190px;
padding-right: 190px;
}
}
@media (min-width: 0px) {
[id="s-bead0c46-7a57-4f97-9f69-a667325ccb2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bead0c46-7a57-4f97-9f69-a667325ccb2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bead0c46-7a57-4f97-9f69-a667325ccb2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bead0c46-7a57-4f97-9f69-a667325ccb2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c5d1ef36-f39e-4f3c-b70d-dc63933eeb40 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}







  #s-c5d1ef36-f39e-4f3c-b70d-dc63933eeb40 img.shogun-image {
    

    
    
    
  }


#s-c5d1ef36-f39e-4f3c-b70d-dc63933eeb40 .shogun-image-content {
  
    align-items: center;
  
}

#s-15c52d60-5269-405a-98c5-08486057e948 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15c52d60-5269-405a-98c5-08486057e948 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 1200px){#s-f809073d-c726-46b0-afe6-ebedd455a7b1 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-f809073d-c726-46b0-afe6-ebedd455a7b1 {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-24a10762-c614-4a0a-aa21-ccc97d0f1d2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24a10762-c614-4a0a-aa21-ccc97d0f1d2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24a10762-c614-4a0a-aa21-ccc97d0f1d2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24a10762-c614-4a0a-aa21-ccc97d0f1d2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-24a10762-c614-4a0a-aa21-ccc97d0f1d2f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-55c687be-b716-41db-8711-356767bc6504 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}








#s-55c687be-b716-41db-8711-356767bc6504 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55c687be-b716-41db-8711-356767bc6504.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffd916cb-7849-4958-aa82-0086647df789 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-bottom: 14px;
min-height: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ffd916cb-7849-4958-aa82-0086647df789 {
  margin-top: -60px;
}
}
#s-ffd916cb-7849-4958-aa82-0086647df789 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: 6px;
  
}



#s-dee69a58-80bb-4e98-a68c-c98d08f8dbb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dee69a58-80bb-4e98-a68c-c98d08f8dbb3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-cf39651a-d48c-49d6-9a35-618c58513d11 {
  margin-left: 32px;
margin-right: 32px;
padding-left: 32px;
padding-right: 32px;
}
@media (min-width: 1200px){#s-cf39651a-d48c-49d6-9a35-618c58513d11 {
  margin-left: 70px;
margin-right: 70px;
}
}@media (max-width: 767px){#s-cf39651a-d48c-49d6-9a35-618c58513d11 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-bd18099c-752e-4d57-8460-f57d42dcee17 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-bd18099c-752e-4d57-8460-f57d42dcee17:hover {background-color: rgba(33, 149, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bd18099c-752e-4d57-8460-f57d42dcee17:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bd18099c-752e-4d57-8460-f57d42dcee17-btn-wrapper {
    text-align: center;
  }


#s-bd18099c-752e-4d57-8460-f57d42dcee17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bd18099c-752e-4d57-8460-f57d42dcee17-btn-wrapper {
    text-align: center;
  }


#s-bd18099c-752e-4d57-8460-f57d42dcee17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd18099c-752e-4d57-8460-f57d42dcee17-btn-wrapper {
    text-align: center;
  }


#s-bd18099c-752e-4d57-8460-f57d42dcee17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd18099c-752e-4d57-8460-f57d42dcee17-btn-wrapper {
    text-align: center;
  }


#s-bd18099c-752e-4d57-8460-f57d42dcee17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bd18099c-752e-4d57-8460-f57d42dcee17-btn-wrapper {
    text-align: center;
  }


#s-bd18099c-752e-4d57-8460-f57d42dcee17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8261aa5c-d006-4d95-8102-3c81c60a2070 {
  min-height: 50px;
}








#s-8261aa5c-d006-4d95-8102-3c81c60a2070 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8261aa5c-d006-4d95-8102-3c81c60a2070.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14635bde-e3ab-4384-b5c7-d87bbf6b1574 {
  text-align: center;
}







  #s-14635bde-e3ab-4384-b5c7-d87bbf6b1574 img.shogun-image {
    

    
    
    
  }


#s-14635bde-e3ab-4384-b5c7-d87bbf6b1574 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e7056e61-f948-4a8a-ae03-86904997ae61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7056e61-f948-4a8a-ae03-86904997ae61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7056e61-f948-4a8a-ae03-86904997ae61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7056e61-f948-4a8a-ae03-86904997ae61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d29e637b-93f9-4863-a3c4-e20fff7d138f {
  text-align: center;
}







  #s-d29e637b-93f9-4863-a3c4-e20fff7d138f img.shogun-image {
    

    
    
    
  }


#s-d29e637b-93f9-4863-a3c4-e20fff7d138f .shogun-image-content {
  
    align-items: center;
  
}

#s-6e99d4bd-e2e9-48b8-af48-28436d5000fa {
  padding-top: 59px;
padding-bottom: 59px;
opacity: 0;
}

#s-6e99d4bd-e2e9-48b8-af48-28436d5000fa hr {
  border-top: 1px solid #ddd;
}

#s-3070808c-2050-4297-aaa6-103014c2c541 {
  margin-top: 0px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 70px;
padding-top: 14px;
padding-bottom: 14px;
min-height: 0px;
text-align: center;
}
@media (max-width: 767px){#s-3070808c-2050-4297-aaa6-103014c2c541 {
  margin-top: -60px;
}
}
#s-3070808c-2050-4297-aaa6-103014c2c541 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: 6px;
  
}



#s-18969905-2bd0-49c9-8c86-7e3b2e9948a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-18969905-2bd0-49c9-8c86-7e3b2e9948a4 {
  margin-left: 70px;
margin-right: 70px;
}
}
#s-18969905-2bd0-49c9-8c86-7e3b2e9948a4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b7f0a9ed-d237-453a-93de-4e7064c25dfd {
  margin-left: 0px;
margin-right: 0px;
padding-left: 32px;
padding-right: 32px;
}
@media (min-width: 1200px){#s-b7f0a9ed-d237-453a-93de-4e7064c25dfd {
  margin-left: 70px;
margin-right: 70px;
}
}@media (max-width: 767px){#s-b7f0a9ed-d237-453a-93de-4e7064c25dfd {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-bbae90cf-f062-4a3e-8a4a-592abc65e502 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bbae90cf-f062-4a3e-8a4a-592abc65e502:hover {background-color: rgba(33, 149, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bbae90cf-f062-4a3e-8a4a-592abc65e502:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bbae90cf-f062-4a3e-8a4a-592abc65e502-btn-wrapper {
    text-align: center;
  }


#s-bbae90cf-f062-4a3e-8a4a-592abc65e502.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bbae90cf-f062-4a3e-8a4a-592abc65e502-btn-wrapper {
    text-align: center;
  }


#s-bbae90cf-f062-4a3e-8a4a-592abc65e502.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bbae90cf-f062-4a3e-8a4a-592abc65e502-btn-wrapper {
    text-align: center;
  }


#s-bbae90cf-f062-4a3e-8a4a-592abc65e502.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bbae90cf-f062-4a3e-8a4a-592abc65e502-btn-wrapper {
    text-align: center;
  }


#s-bbae90cf-f062-4a3e-8a4a-592abc65e502.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bbae90cf-f062-4a3e-8a4a-592abc65e502-btn-wrapper {
    text-align: center;
  }


#s-bbae90cf-f062-4a3e-8a4a-592abc65e502.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e1623797-ede2-4942-a1b1-90df0a96ef18 {
  min-height: 50px;
}








#s-e1623797-ede2-4942-a1b1-90df0a96ef18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1623797-ede2-4942-a1b1-90df0a96ef18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6e974e4-4832-4654-b421-f02f0c660e39 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a6e974e4-4832-4654-b421-f02f0c660e39:hover {background-color: rgba(33, 149, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a6e974e4-4832-4654-b421-f02f0c660e39:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6e974e4-4832-4654-b421-f02f0c660e39-btn-wrapper {
    text-align: center;
  }


#s-a6e974e4-4832-4654-b421-f02f0c660e39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6e974e4-4832-4654-b421-f02f0c660e39-btn-wrapper {
    text-align: center;
  }


#s-a6e974e4-4832-4654-b421-f02f0c660e39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6e974e4-4832-4654-b421-f02f0c660e39-btn-wrapper {
    text-align: center;
  }


#s-a6e974e4-4832-4654-b421-f02f0c660e39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6e974e4-4832-4654-b421-f02f0c660e39-btn-wrapper {
    text-align: center;
  }


#s-a6e974e4-4832-4654-b421-f02f0c660e39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6e974e4-4832-4654-b421-f02f0c660e39-btn-wrapper {
    text-align: center;
  }


#s-a6e974e4-4832-4654-b421-f02f0c660e39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-24df4249-4bb9-4c12-9a24-4bf6fca8088f {
  min-height: 50px;
}








#s-24df4249-4bb9-4c12-9a24-4bf6fca8088f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24df4249-4bb9-4c12-9a24-4bf6fca8088f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-32224f2c-bbe6-4999-9588-0cc1d21ed553"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32224f2c-bbe6-4999-9588-0cc1d21ed553"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32224f2c-bbe6-4999-9588-0cc1d21ed553"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32224f2c-bbe6-4999-9588-0cc1d21ed553"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-32224f2c-bbe6-4999-9588-0cc1d21ed553"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e4160a0a-42b3-4c2d-a9db-b6f4a7420c32 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}








#s-e4160a0a-42b3-4c2d-a9db-b6f4a7420c32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4160a0a-42b3-4c2d-a9db-b6f4a7420c32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbd86c66-f269-49e2-b141-b07631d56584 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-bottom: 14px;
min-height: 0px;
text-align: center;
}
@media (max-width: 767px){#s-cbd86c66-f269-49e2-b141-b07631d56584 {
  margin-top: -60px;
}
}
#s-cbd86c66-f269-49e2-b141-b07631d56584 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: 6px;
  
}



#s-791fcd03-f4e5-46d1-8468-5c291ef872c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-791fcd03-f4e5-46d1-8468-5c291ef872c1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f4ae0c48-c89b-47c0-b1fd-faaca792877b {
  margin-left: 32px;
margin-right: 32px;
padding-left: 32px;
padding-right: 32px;
}
@media (min-width: 1200px){#s-f4ae0c48-c89b-47c0-b1fd-faaca792877b {
  margin-left: 70px;
margin-right: 70px;
}
}@media (max-width: 767px){#s-f4ae0c48-c89b-47c0-b1fd-faaca792877b {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-06b1be2a-d36a-494c-8982-9c30940ff5e9 {
  min-height: 50px;
}








#s-06b1be2a-d36a-494c-8982-9c30940ff5e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06b1be2a-d36a-494c-8982-9c30940ff5e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-464a3e70-11d4-4447-bf7b-b175f012d7c4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-464a3e70-11d4-4447-bf7b-b175f012d7c4:hover {background-color: rgba(33, 149, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-464a3e70-11d4-4447-bf7b-b175f012d7c4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-464a3e70-11d4-4447-bf7b-b175f012d7c4-btn-wrapper {
    text-align: center;
  }


#s-464a3e70-11d4-4447-bf7b-b175f012d7c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-464a3e70-11d4-4447-bf7b-b175f012d7c4-btn-wrapper {
    text-align: center;
  }


#s-464a3e70-11d4-4447-bf7b-b175f012d7c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-464a3e70-11d4-4447-bf7b-b175f012d7c4-btn-wrapper {
    text-align: center;
  }


#s-464a3e70-11d4-4447-bf7b-b175f012d7c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-464a3e70-11d4-4447-bf7b-b175f012d7c4-btn-wrapper {
    text-align: center;
  }


#s-464a3e70-11d4-4447-bf7b-b175f012d7c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-464a3e70-11d4-4447-bf7b-b175f012d7c4-btn-wrapper {
    text-align: center;
  }


#s-464a3e70-11d4-4447-bf7b-b175f012d7c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-10ecec80-651e-478a-a76c-1dfc84c25fa6 {
  min-height: 120px;
}








#s-10ecec80-651e-478a-a76c-1dfc84c25fa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10ecec80-651e-478a-a76c-1dfc84c25fa6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6b104bb-4e4c-4457-af0f-2d4723c49f98 {
  text-align: center;
}







  #s-b6b104bb-4e4c-4457-af0f-2d4723c49f98 img.shogun-image {
    

    
    
    
  }


#s-b6b104bb-4e4c-4457-af0f-2d4723c49f98 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-33af59cf-34fc-411b-b142-79d86e2f6a74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33af59cf-34fc-411b-b142-79d86e2f6a74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33af59cf-34fc-411b-b142-79d86e2f6a74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33af59cf-34fc-411b-b142-79d86e2f6a74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bb3cb2b0-5597-45bf-92b5-6b640258cb64 {
  text-align: center;
}







  #s-bb3cb2b0-5597-45bf-92b5-6b640258cb64 img.shogun-image {
    

    
    
    
  }


#s-bb3cb2b0-5597-45bf-92b5-6b640258cb64 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd348eae-621e-4f7a-a27e-1bb70f3abcf5 {
  padding-top: 59px;
padding-bottom: 59px;
opacity: 0;
}

#s-bd348eae-621e-4f7a-a27e-1bb70f3abcf5 hr {
  border-top: 1px solid #ddd;
}

#s-cbf5bd72-5f1f-484a-b60f-c7861a8e8c57 {
  margin-top: 0px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 70px;
padding-top: 14px;
padding-bottom: 14px;
min-height: 0px;
text-align: center;
}
@media (max-width: 767px){#s-cbf5bd72-5f1f-484a-b60f-c7861a8e8c57 {
  margin-top: -60px;
}
}
#s-cbf5bd72-5f1f-484a-b60f-c7861a8e8c57 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: 6px;
  
}



#s-7cd304f3-b468-4591-a456-63db66756390 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7cd304f3-b468-4591-a456-63db66756390 {
  margin-left: 70px;
margin-right: 70px;
}
}
#s-7cd304f3-b468-4591-a456-63db66756390 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7dd19ca5-d526-4a7c-89dc-a47ab1677fed {
  margin-left: 0px;
margin-right: 0px;
padding-left: 32px;
padding-right: 32px;
}
@media (min-width: 1200px){#s-7dd19ca5-d526-4a7c-89dc-a47ab1677fed {
  margin-left: 70px;
margin-right: 70px;
}
}@media (max-width: 767px){#s-7dd19ca5-d526-4a7c-89dc-a47ab1677fed {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-0671ca82-e81c-4304-9b6f-bf5be07f2c22 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0671ca82-e81c-4304-9b6f-bf5be07f2c22:hover {background-color: rgba(33, 149, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0671ca82-e81c-4304-9b6f-bf5be07f2c22:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0671ca82-e81c-4304-9b6f-bf5be07f2c22-btn-wrapper {
    text-align: center;
  }


#s-0671ca82-e81c-4304-9b6f-bf5be07f2c22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0671ca82-e81c-4304-9b6f-bf5be07f2c22-btn-wrapper {
    text-align: center;
  }


#s-0671ca82-e81c-4304-9b6f-bf5be07f2c22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0671ca82-e81c-4304-9b6f-bf5be07f2c22-btn-wrapper {
    text-align: center;
  }


#s-0671ca82-e81c-4304-9b6f-bf5be07f2c22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0671ca82-e81c-4304-9b6f-bf5be07f2c22-btn-wrapper {
    text-align: center;
  }


#s-0671ca82-e81c-4304-9b6f-bf5be07f2c22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0671ca82-e81c-4304-9b6f-bf5be07f2c22-btn-wrapper {
    text-align: center;
  }


#s-0671ca82-e81c-4304-9b6f-bf5be07f2c22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-55692fd2-f123-48c4-b3ff-0744aa2f9c78 {
  min-height: 50px;
}








#s-55692fd2-f123-48c4-b3ff-0744aa2f9c78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55692fd2-f123-48c4-b3ff-0744aa2f9c78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-294b86ae-92e6-41d2-ae72-45d6a10b1d9d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-294b86ae-92e6-41d2-ae72-45d6a10b1d9d:hover {background-color: rgba(33, 149, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-294b86ae-92e6-41d2-ae72-45d6a10b1d9d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-294b86ae-92e6-41d2-ae72-45d6a10b1d9d-btn-wrapper {
    text-align: center;
  }


#s-294b86ae-92e6-41d2-ae72-45d6a10b1d9d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-294b86ae-92e6-41d2-ae72-45d6a10b1d9d-btn-wrapper {
    text-align: center;
  }


#s-294b86ae-92e6-41d2-ae72-45d6a10b1d9d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-294b86ae-92e6-41d2-ae72-45d6a10b1d9d-btn-wrapper {
    text-align: center;
  }


#s-294b86ae-92e6-41d2-ae72-45d6a10b1d9d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-294b86ae-92e6-41d2-ae72-45d6a10b1d9d-btn-wrapper {
    text-align: center;
  }


#s-294b86ae-92e6-41d2-ae72-45d6a10b1d9d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-294b86ae-92e6-41d2-ae72-45d6a10b1d9d-btn-wrapper {
    text-align: center;
  }


#s-294b86ae-92e6-41d2-ae72-45d6a10b1d9d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f0650b09-1648-45c2-b2e1-b38fa8432979 {
  min-height: 50px;
}








#s-f0650b09-1648-45c2-b2e1-b38fa8432979 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0650b09-1648-45c2-b2e1-b38fa8432979.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-26319b7f-e588-4fc5-9582-0636266a03da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26319b7f-e588-4fc5-9582-0636266a03da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26319b7f-e588-4fc5-9582-0636266a03da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26319b7f-e588-4fc5-9582-0636266a03da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-26319b7f-e588-4fc5-9582-0636266a03da"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f65691ad-c974-4054-8e8e-57fc1db1a8c5 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}








#s-f65691ad-c974-4054-8e8e-57fc1db1a8c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f65691ad-c974-4054-8e8e-57fc1db1a8c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a881395-4b38-4424-ab7d-df8db168400d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-bottom: 14px;
min-height: 0px;
text-align: center;
}
@media (max-width: 767px){#s-2a881395-4b38-4424-ab7d-df8db168400d {
  margin-top: -60px;
}
}
#s-2a881395-4b38-4424-ab7d-df8db168400d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: 6px;
  
}



#s-88e6d1ea-068b-495c-9c90-54ef24264a17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88e6d1ea-068b-495c-9c90-54ef24264a17 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b3ba92bb-888a-4998-9bce-88ecf557d7ff {
  margin-left: 32px;
margin-right: 32px;
padding-left: 32px;
padding-right: 32px;
}
@media (min-width: 1200px){#s-b3ba92bb-888a-4998-9bce-88ecf557d7ff {
  margin-left: 70px;
margin-right: 70px;
}
}@media (max-width: 767px){#s-b3ba92bb-888a-4998-9bce-88ecf557d7ff {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-f5652148-8203-4ae8-a807-b614be192ff4 {
  min-height: 50px;
}








#s-f5652148-8203-4ae8-a807-b614be192ff4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5652148-8203-4ae8-a807-b614be192ff4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b07e149-e560-428a-9eb3-5a6220f689cd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2b07e149-e560-428a-9eb3-5a6220f689cd:hover {background-color: rgba(33, 149, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2b07e149-e560-428a-9eb3-5a6220f689cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2b07e149-e560-428a-9eb3-5a6220f689cd-btn-wrapper {
    text-align: center;
  }


#s-2b07e149-e560-428a-9eb3-5a6220f689cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b07e149-e560-428a-9eb3-5a6220f689cd-btn-wrapper {
    text-align: center;
  }


#s-2b07e149-e560-428a-9eb3-5a6220f689cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b07e149-e560-428a-9eb3-5a6220f689cd-btn-wrapper {
    text-align: center;
  }


#s-2b07e149-e560-428a-9eb3-5a6220f689cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b07e149-e560-428a-9eb3-5a6220f689cd-btn-wrapper {
    text-align: center;
  }


#s-2b07e149-e560-428a-9eb3-5a6220f689cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b07e149-e560-428a-9eb3-5a6220f689cd-btn-wrapper {
    text-align: center;
  }


#s-2b07e149-e560-428a-9eb3-5a6220f689cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ca294490-c884-4516-8de3-1327e355e6ab {
  min-height: 120px;
}








#s-ca294490-c884-4516-8de3-1327e355e6ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca294490-c884-4516-8de3-1327e355e6ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2305bb0-20af-428d-b214-5eff7bf329d4 {
  text-align: center;
}







  #s-f2305bb0-20af-428d-b214-5eff7bf329d4 img.shogun-image {
    

    
    
    
  }


#s-f2305bb0-20af-428d-b214-5eff7bf329d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bf9cf3c-504c-4312-9da7-69f4c99f6e80 {
  min-height: 50px;
}








#s-8bf9cf3c-504c-4312-9da7-69f4c99f6e80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bf9cf3c-504c-4312-9da7-69f4c99f6e80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  margin-top: -6px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-3e077126-f2f8-466c-91bb-f2975e5c5898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e077126-f2f8-466c-91bb-f2975e5c5898.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (max-width: 767px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}
@media (min-width: 0px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c4290ec9-7156-48b5-81bf-73081816cc4f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c4290ec9-7156-48b5-81bf-73081816cc4f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4290ec9-7156-48b5-81bf-73081816cc4f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4290ec9-7156-48b5-81bf-73081816cc4f {
  
}
}@media (max-width: 767px){#s-c4290ec9-7156-48b5-81bf-73081816cc4f {
  
}
}







#s-c4290ec9-7156-48b5-81bf-73081816cc4f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c4290ec9-7156-48b5-81bf-73081816cc4f {
  cursor: pointer;
}#s-c4290ec9-7156-48b5-81bf-73081816cc4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0672a94-0280-447e-93cc-d3bf71be62a6 {
  min-height: 50px;
}








#s-c0672a94-0280-447e-93cc-d3bf71be62a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0672a94-0280-447e-93cc-d3bf71be62a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc6ac4fa-faba-4576-95ef-9c9401a90546 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cc6ac4fa-faba-4576-95ef-9c9401a90546 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  
}
}@media (max-width: 767px){#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  margin-top: 40px;
}
}







#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  cursor: pointer;
}#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-947ecca1-d892-4c4f-88eb-bd75a80ccfe1 {
  min-height: 50px;
}








#s-947ecca1-d892-4c4f-88eb-bd75a80ccfe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-947ecca1-d892-4c4f-88eb-bd75a80ccfe1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e8c7708-1a58-407a-9219-7094cfe911e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6e8c7708-1a58-407a-9219-7094cfe911e8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-c501923e-a5c7-472a-b1c0-9c4c1bc5af9e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c501923e-a5c7-472a-b1c0-9c4c1bc5af9e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c501923e-a5c7-472a-b1c0-9c4c1bc5af9e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c501923e-a5c7-472a-b1c0-9c4c1bc5af9e {
  
}
}@media (max-width: 767px){#s-c501923e-a5c7-472a-b1c0-9c4c1bc5af9e {
  margin-top: 60px;
margin-bottom: 60px;
}
}







#s-c501923e-a5c7-472a-b1c0-9c4c1bc5af9e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c501923e-a5c7-472a-b1c0-9c4c1bc5af9e {
  cursor: pointer;
}#s-c501923e-a5c7-472a-b1c0-9c4c1bc5af9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb796aee-f14b-4b54-afa6-33efde57154c {
  min-height: 50px;
}








#s-eb796aee-f14b-4b54-afa6-33efde57154c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb796aee-f14b-4b54-afa6-33efde57154c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ea67d20-2d06-4d3e-a2eb-c06b0f4122a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8ea67d20-2d06-4d3e-a2eb-c06b0f4122a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  margin-left: 5%;
margin-right: 5%;
min-height: 480px;
}
}@media (max-width: 767px){#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  margin-left: 20px;
margin-right: 20px;
min-height: 480px;
}
}







#s-043d3034-a6e8-48be-9ffd-970b06d1f777 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-043d3034-a6e8-48be-9ffd-970b06d1f777.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-e84136e9-574f-4e9c-b0ed-7f904e88f46b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e84136e9-574f-4e9c-b0ed-7f904e88f46b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e84136e9-574f-4e9c-b0ed-7f904e88f46b {
  
}
}@media (max-width: 767px){#s-e84136e9-574f-4e9c-b0ed-7f904e88f46b {
  
}
}
@media (min-width: 0px) {
[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  
}
}@media (max-width: 767px){#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fc61144f-8cc8-4344-b8e9-23d64fb2743d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc61144f-8cc8-4344-b8e9-23d64fb2743d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 6px;
  
}



#s-4513f42e-a0b4-4185-8888-35f8ca9f10d2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4513f42e-a0b4-4185-8888-35f8ca9f10d2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 72px;
  line-height: 1em;
  
  text-align: center;
}



#s-81f5ef19-be1f-485a-bedd-18671c349a94 {
  margin-top: 10px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-81f5ef19-be1f-485a-bedd-18671c349a94 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-81f5ef19-be1f-485a-bedd-18671c349a94 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32 {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32:hover {background-color: rgba(95, 149, 149, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32:active {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ed405c41-b933-4ae1-88b1-04a57c4f3a32-btn-wrapper {
    text-align: center;
  }


#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed405c41-b933-4ae1-88b1-04a57c4f3a32-btn-wrapper {
    text-align: center;
  }


#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed405c41-b933-4ae1-88b1-04a57c4f3a32-btn-wrapper {
    text-align: center;
  }


#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed405c41-b933-4ae1-88b1-04a57c4f3a32-btn-wrapper {
    text-align: center;
  }


#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed405c41-b933-4ae1-88b1-04a57c4f3a32-btn-wrapper {
    text-align: center;
  }


#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e56d09f4-3f6c-48e6-ae39-c0c9feb1369a {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
background-color: rgba(251, 248, 242, 1);
}
@media (min-width: 1200px){#s-e56d09f4-3f6c-48e6-ae39-c0c9feb1369a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e56d09f4-3f6c-48e6-ae39-c0c9feb1369a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e56d09f4-3f6c-48e6-ae39-c0c9feb1369a {
  
}
}@media (max-width: 767px){#s-e56d09f4-3f6c-48e6-ae39-c0c9feb1369a {
  
}
}







#s-e56d09f4-3f6c-48e6-ae39-c0c9feb1369a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e56d09f4-3f6c-48e6-ae39-c0c9feb1369a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-842b6946-1f14-4155-969d-5c19f0211a4b {
  padding-top: 13px;
padding-bottom: 13px;
min-height: 50px;
}








#s-842b6946-1f14-4155-969d-5c19f0211a4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-842b6946-1f14-4155-969d-5c19f0211a4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (max-width: 767px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}
#s-ff685442-10e2-42f9-9814-b9bdba9d5118 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}



#s-70c1e434-1fac-4807-9726-ca3ec574430d {
  min-height: 0px;
background-color: rgba(251, 248, 242, 1);
}
@media (min-width: 1200px){#s-70c1e434-1fac-4807-9726-ca3ec574430d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70c1e434-1fac-4807-9726-ca3ec574430d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-70c1e434-1fac-4807-9726-ca3ec574430d {
  
}
}@media (max-width: 767px){#s-70c1e434-1fac-4807-9726-ca3ec574430d {
  
}
}







#s-70c1e434-1fac-4807-9726-ca3ec574430d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70c1e434-1fac-4807-9726-ca3ec574430d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aaf18d61-3de5-4687-a410-c5588174f9c5 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-aaf18d61-3de5-4687-a410-c5588174f9c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aaf18d61-3de5-4687-a410-c5588174f9c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aaf18d61-3de5-4687-a410-c5588174f9c5 {
  
}
}@media (max-width: 767px){#s-aaf18d61-3de5-4687-a410-c5588174f9c5 {
  
}
}
@media (min-width: 0px) {
[id="s-aaf18d61-3de5-4687-a410-c5588174f9c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aaf18d61-3de5-4687-a410-c5588174f9c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-aaf18d61-3de5-4687-a410-c5588174f9c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-aaf18d61-3de5-4687-a410-c5588174f9c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-968c8e9b-3ef5-4078-ab18-4a762eebec79 {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-968c8e9b-3ef5-4078-ab18-4a762eebec79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-968c8e9b-3ef5-4078-ab18-4a762eebec79.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ded10a7c-a0a7-462b-b186-1746668bb502 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-ded10a7c-a0a7-462b-b186-1746668bb502 .shogun-icon-wrapper {
  text-align: center;
}


#s-ded10a7c-a0a7-462b-b186-1746668bb502 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(33, 149, 143, 1);
}

#s-1d951850-ccef-4c02-8b32-84cd1462abc5 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-1d951850-ccef-4c02-8b32-84cd1462abc5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d951850-ccef-4c02-8b32-84cd1462abc5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d951850-ccef-4c02-8b32-84cd1462abc5 {
  
}
}@media (max-width: 767px){#s-1d951850-ccef-4c02-8b32-84cd1462abc5 {
  
}
}
#s-a45ded2c-16b4-45bd-bb44-dc50e37f86a8 {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-a45ded2c-16b4-45bd-bb44-dc50e37f86a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a45ded2c-16b4-45bd-bb44-dc50e37f86a8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-99818122-37ce-4812-b4f0-b53437699e86 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-99818122-37ce-4812-b4f0-b53437699e86 .shogun-icon-wrapper {
  text-align: center;
}


#s-99818122-37ce-4812-b4f0-b53437699e86 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(33, 149, 143, 1);
}

#s-e83f0505-66dc-4e39-b954-2f536d7fef73 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-e83f0505-66dc-4e39-b954-2f536d7fef73 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e83f0505-66dc-4e39-b954-2f536d7fef73 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e83f0505-66dc-4e39-b954-2f536d7fef73 {
  
}
}@media (max-width: 767px){#s-e83f0505-66dc-4e39-b954-2f536d7fef73 {
  
}
}
#s-aace47cf-327a-4b56-ba5f-b2e8b0d2809a {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(251, 248, 242, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-aace47cf-327a-4b56-ba5f-b2e8b0d2809a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aace47cf-327a-4b56-ba5f-b2e8b0d2809a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b5c78e6c-912b-4414-9005-f888dbafec23 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-b5c78e6c-912b-4414-9005-f888dbafec23 .shogun-icon-wrapper {
  text-align: center;
}


#s-b5c78e6c-912b-4414-9005-f888dbafec23 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(33, 149, 143, 1);
}

#s-29e31a9c-83d6-43de-a985-188e507fb709 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-29e31a9c-83d6-43de-a985-188e507fb709 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29e31a9c-83d6-43de-a985-188e507fb709 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-29e31a9c-83d6-43de-a985-188e507fb709 {
  
}
}@media (max-width: 767px){#s-29e31a9c-83d6-43de-a985-188e507fb709 {
  
}
}
#s-dc297feb-7b57-44ac-8ccb-7101238667cd {
  margin-top: 14px;
margin-bottom: 14px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc297feb-7b57-44ac-8ccb-7101238667cd .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-4d70f366-6410-4c21-ac74-25c51dd10c6f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4d70f366-6410-4c21-ac74-25c51dd10c6f:hover {background-color: rgba(33, 149, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4d70f366-6410-4c21-ac74-25c51dd10c6f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4d70f366-6410-4c21-ac74-25c51dd10c6f-btn-wrapper {
    text-align: center;
  }


#s-4d70f366-6410-4c21-ac74-25c51dd10c6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4d70f366-6410-4c21-ac74-25c51dd10c6f-btn-wrapper {
    text-align: center;
  }


#s-4d70f366-6410-4c21-ac74-25c51dd10c6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d70f366-6410-4c21-ac74-25c51dd10c6f-btn-wrapper {
    text-align: center;
  }


#s-4d70f366-6410-4c21-ac74-25c51dd10c6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d70f366-6410-4c21-ac74-25c51dd10c6f-btn-wrapper {
    text-align: center;
  }


#s-4d70f366-6410-4c21-ac74-25c51dd10c6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4d70f366-6410-4c21-ac74-25c51dd10c6f-btn-wrapper {
    text-align: center;
  }


#s-4d70f366-6410-4c21-ac74-25c51dd10c6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-87059c6e-c8da-46c4-b8c2-af07c3232882 {
  min-height: 50px;
}








#s-87059c6e-c8da-46c4-b8c2-af07c3232882 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87059c6e-c8da-46c4-b8c2-af07c3232882.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78339f5e-a377-4e3f-a4be-dfd8387c3980.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0f986829-abcd-4b28-a179-a684800a223b {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-0f986829-abcd-4b28-a179-a684800a223b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f986829-abcd-4b28-a179-a684800a223b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f986829-abcd-4b28-a179-a684800a223b {
  
}
}@media (max-width: 767px){#s-0f986829-abcd-4b28-a179-a684800a223b {
  
}
}
#s-0f986829-abcd-4b28-a179-a684800a223b .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



#s-e3aa6760-df73-4749-9250-ad8f18ad1bcf {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: ;
  color: rgba(95, 149, 149, 1);
  font-family: Work Sans;
  font-weight: 500;
  line-height: 3em;
  
  justify-content: center;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(95, 149, 149, 1);
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-error-msg-container, #s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-field-error-msg-container {
  display: none;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-error-msg {
  font-size: 16px;
  font-style: ;
  color: #ff0000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 3em;
  
  
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

@media (min-width: 0px) {
[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-f4c62a05-7c2b-4c66-af42-206656f459e0  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 16px;
  
  color: #000;
  font-family: Work Sans;
  
  line-height: 1.75em;
  
}

#s-f4c62a05-7c2b-4c66-af42-206656f459e0  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Work Sans;
  
  
  
}


#s-f4c62a05-7c2b-4c66-af42-206656f459e0 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 2px;
  
  color: #000;
}



#s-f4c62a05-7c2b-4c66-af42-206656f459e0 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  border-radius: 2px;
  
  color: #000;
}


@media (min-width: 0px) {
[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(221, 221, 221, 1);
  border-radius: 2px;
  
  
  font-size: 16px;
  
  color: #000;
  font-family: Work Sans;
  
  line-height: 1.75em;
  
}

#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166  .shogun-form-text-input-field::placeholder {
  
  font-style: normal;
  color: #000;
  font-family: Work Sans;
  font-weight: normal;
  
  
}


#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(170, 170, 170, 1);
  border-radius: 2px;
  
  color: #000;
}



#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(170, 170, 170, 1);
  border-radius: 2px;
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-204450e3-b546-4869-b2ea-a0496f6415c0 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(3, 3, 3, 1);
text-align: center;
cursor: pointer;
font-family: Montserrat;
font-weight: 500;
background-image: none;
hover-type: color;
}
#s-204450e3-b546-4869-b2ea-a0496f6415c0:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(33, 149, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-204450e3-b546-4869-b2ea-a0496f6415c0:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-204450e3-b546-4869-b2ea-a0496f6415c0 {
  padding-left: 18px;
padding-right: 18px;
}
}@media (max-width: 767px){#s-204450e3-b546-4869-b2ea-a0496f6415c0 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-204450e3-b546-4869-b2ea-a0496f6415c0[disabled],
#s-204450e3-b546-4869-b2ea-a0496f6415c0[disabled]:hover,
#s-204450e3-b546-4869-b2ea-a0496f6415c0[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-204450e3-b546-4869-b2ea-a0496f6415c0 {
  display:  block ;
  width:  100% ;
}


/*
  $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}
