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

.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-77469085-b6f2-4baf-8f1a-0d364fb71eaf {
  background-repeat: no-repeat;
background-size: cover;
min-height: 100px;
background-position: center center;
}
@media (min-width: 1200px){#s-77469085-b6f2-4baf-8f1a-0d364fb71eaf {
  display: none;
}
#s-77469085-b6f2-4baf-8f1a-0d364fb71eaf, #wrap-s-77469085-b6f2-4baf-8f1a-0d364fb71eaf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77469085-b6f2-4baf-8f1a-0d364fb71eaf {
  display: none;
}
#s-77469085-b6f2-4baf-8f1a-0d364fb71eaf, #wrap-s-77469085-b6f2-4baf-8f1a-0d364fb71eaf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-77469085-b6f2-4baf-8f1a-0d364fb71eaf {
  display: none;
}
#s-77469085-b6f2-4baf-8f1a-0d364fb71eaf, #wrap-s-77469085-b6f2-4baf-8f1a-0d364fb71eaf { display:none !important; }}@media (max-width: 767px){#s-77469085-b6f2-4baf-8f1a-0d364fb71eaf {
  
}
}
#s-77469085-b6f2-4baf-8f1a-0d364fb71eaf {
  background-image: url(https://i.shgcdn.com/77a88540-eb2b-464f-9273-399a0315b2cf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-77469085-b6f2-4baf-8f1a-0d364fb71eaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77469085-b6f2-4baf-8f1a-0d364fb71eaf {
  cursor: pointer;
}#s-77469085-b6f2-4baf-8f1a-0d364fb71eaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba66c533-153e-4aa9-8841-e0cccbe79711 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 160px;
background-position: center center;
}
@media (min-width: 1200px){#s-ba66c533-153e-4aa9-8841-e0cccbe79711 {
  display: none;
}
#s-ba66c533-153e-4aa9-8841-e0cccbe79711, #wrap-s-ba66c533-153e-4aa9-8841-e0cccbe79711 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba66c533-153e-4aa9-8841-e0cccbe79711 {
  display: none;
}
#s-ba66c533-153e-4aa9-8841-e0cccbe79711, #wrap-s-ba66c533-153e-4aa9-8841-e0cccbe79711 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba66c533-153e-4aa9-8841-e0cccbe79711 {
  
}
}@media (max-width: 767px){#s-ba66c533-153e-4aa9-8841-e0cccbe79711 {
  display: none;
}
#s-ba66c533-153e-4aa9-8841-e0cccbe79711, #wrap-s-ba66c533-153e-4aa9-8841-e0cccbe79711 { display:none !important; }}
#s-ba66c533-153e-4aa9-8841-e0cccbe79711 {
  background-image: url(https://i.shgcdn.com/77a88540-eb2b-464f-9273-399a0315b2cf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ba66c533-153e-4aa9-8841-e0cccbe79711 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba66c533-153e-4aa9-8841-e0cccbe79711 {
  cursor: pointer;
}#s-ba66c533-153e-4aa9-8841-e0cccbe79711.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa4285fe-77a4-4c0c-8cae-3959f9be9806 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-fa4285fe-77a4-4c0c-8cae-3959f9be9806 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa4285fe-77a4-4c0c-8cae-3959f9be9806 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa4285fe-77a4-4c0c-8cae-3959f9be9806 {
  display: none;
}
#s-fa4285fe-77a4-4c0c-8cae-3959f9be9806, #wrap-s-fa4285fe-77a4-4c0c-8cae-3959f9be9806 { display:none !important; }}@media (max-width: 767px){#s-fa4285fe-77a4-4c0c-8cae-3959f9be9806 {
  display: none;
}
#s-fa4285fe-77a4-4c0c-8cae-3959f9be9806, #wrap-s-fa4285fe-77a4-4c0c-8cae-3959f9be9806 { display:none !important; }}
#s-fa4285fe-77a4-4c0c-8cae-3959f9be9806 {
  background-image: url(https://i.shgcdn.com/77a88540-eb2b-464f-9273-399a0315b2cf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fa4285fe-77a4-4c0c-8cae-3959f9be9806 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa4285fe-77a4-4c0c-8cae-3959f9be9806 {
  cursor: pointer;
}#s-fa4285fe-77a4-4c0c-8cae-3959f9be9806.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b39d8cee-4a87-4985-89ce-f19a809c3055 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
opacity: 1;
}
@media (min-width: 1200px){#s-b39d8cee-4a87-4985-89ce-f19a809c3055 {
  display: none;
}
#s-b39d8cee-4a87-4985-89ce-f19a809c3055, #wrap-s-b39d8cee-4a87-4985-89ce-f19a809c3055 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b39d8cee-4a87-4985-89ce-f19a809c3055 {
  display: none;
}
#s-b39d8cee-4a87-4985-89ce-f19a809c3055, #wrap-s-b39d8cee-4a87-4985-89ce-f19a809c3055 { display:none !important; }}@media (max-width: 767px){#s-b39d8cee-4a87-4985-89ce-f19a809c3055 {
  display: none;
}
#s-b39d8cee-4a87-4985-89ce-f19a809c3055, #wrap-s-b39d8cee-4a87-4985-89ce-f19a809c3055 { display:none !important; }}







#s-b39d8cee-4a87-4985-89ce-f19a809c3055 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-b39d8cee-4a87-4985-89ce-f19a809c3055.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-b99d2803-db11-4c93-94f6-8c92675a24ee {
  padding-top: 0px;
padding-bottom: 20px;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-b99d2803-db11-4c93-94f6-8c92675a24ee {
  display: none;
}
#s-b99d2803-db11-4c93-94f6-8c92675a24ee, #wrap-s-b99d2803-db11-4c93-94f6-8c92675a24ee { display:none !important; }}
@media (min-width: 0px) {
[id="s-b99d2803-db11-4c93-94f6-8c92675a24ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b99d2803-db11-4c93-94f6-8c92675a24ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-b99d2803-db11-4c93-94f6-8c92675a24ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-b99d2803-db11-4c93-94f6-8c92675a24ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-b99d2803-db11-4c93-94f6-8c92675a24ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-b99d2803-db11-4c93-94f6-8c92675a24ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-b99d2803-db11-4c93-94f6-8c92675a24ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-63f3aa2d-15c7-45f9-83d5-6868f696c4e1 {
  margin-top: 0px;
margin-left: 23%;
margin-bottom: 0px;
margin-right: 23%;
text-align: center;
}
@media (min-width: 1200px){#s-63f3aa2d-15c7-45f9-83d5-6868f696c4e1 {
  display: none;
}
#s-63f3aa2d-15c7-45f9-83d5-6868f696c4e1, #wrap-s-63f3aa2d-15c7-45f9-83d5-6868f696c4e1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63f3aa2d-15c7-45f9-83d5-6868f696c4e1 {
  display: none;
}
#s-63f3aa2d-15c7-45f9-83d5-6868f696c4e1, #wrap-s-63f3aa2d-15c7-45f9-83d5-6868f696c4e1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63f3aa2d-15c7-45f9-83d5-6868f696c4e1 {
  display: none;
}
#s-63f3aa2d-15c7-45f9-83d5-6868f696c4e1, #wrap-s-63f3aa2d-15c7-45f9-83d5-6868f696c4e1 { display:none !important; }}






  #s-63f3aa2d-15c7-45f9-83d5-6868f696c4e1 img.shogun-image {
    

    
    
    
  }


#s-63f3aa2d-15c7-45f9-83d5-6868f696c4e1 .shogun-image-content {
  
    align-items: 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-710e2cc0-6cd1-4a22-b769-59c26eecd36d {
  padding-top: 10px;
padding-bottom: 40px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-710e2cc0-6cd1-4a22-b769-59c26eecd36d {
  display: none;
}
#s-710e2cc0-6cd1-4a22-b769-59c26eecd36d, #wrap-s-710e2cc0-6cd1-4a22-b769-59c26eecd36d { display:none !important; }}@media (max-width: 767px){#s-710e2cc0-6cd1-4a22-b769-59c26eecd36d {
  display: none;
}
#s-710e2cc0-6cd1-4a22-b769-59c26eecd36d, #wrap-s-710e2cc0-6cd1-4a22-b769-59c26eecd36d { display:none !important; }}
#s-710e2cc0-6cd1-4a22-b769-59c26eecd36d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 84px;
  line-height: 1.3em;
  
  
}



#s-db4b7153-146d-4948-b660-dab9cdaa57a2 {
  margin-top: 5px;
margin-left: 29%;
margin-bottom: 5px;
margin-right: 29%;
text-align: center;
}
@media (max-width: 767px){#s-db4b7153-146d-4948-b660-dab9cdaa57a2 {
  display: none;
}
#s-db4b7153-146d-4948-b660-dab9cdaa57a2, #wrap-s-db4b7153-146d-4948-b660-dab9cdaa57a2 { display:none !important; }}






  #s-db4b7153-146d-4948-b660-dab9cdaa57a2 img.shogun-image {
    

    
    
    
  }


#s-db4b7153-146d-4948-b660-dab9cdaa57a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ec829a6-c3a9-464c-a7b8-f740252a2892 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-5ec829a6-c3a9-464c-a7b8-f740252a2892 {
  display: none;
}
#s-5ec829a6-c3a9-464c-a7b8-f740252a2892, #wrap-s-5ec829a6-c3a9-464c-a7b8-f740252a2892 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ec829a6-c3a9-464c-a7b8-f740252a2892 {
  display: none;
}
#s-5ec829a6-c3a9-464c-a7b8-f740252a2892, #wrap-s-5ec829a6-c3a9-464c-a7b8-f740252a2892 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ec829a6-c3a9-464c-a7b8-f740252a2892 {
  display: none;
}
#s-5ec829a6-c3a9-464c-a7b8-f740252a2892, #wrap-s-5ec829a6-c3a9-464c-a7b8-f740252a2892 { display:none !important; }}
#s-5ec829a6-c3a9-464c-a7b8-f740252a2892 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.3em;
  
  
}



#s-5c8c082e-1b1d-4c22-9fb3-8fa259466c40 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-5c8c082e-1b1d-4c22-9fb3-8fa259466c40 {
  display: none;
}
#s-5c8c082e-1b1d-4c22-9fb3-8fa259466c40, #wrap-s-5c8c082e-1b1d-4c22-9fb3-8fa259466c40 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c8c082e-1b1d-4c22-9fb3-8fa259466c40 {
  display: none;
}
#s-5c8c082e-1b1d-4c22-9fb3-8fa259466c40, #wrap-s-5c8c082e-1b1d-4c22-9fb3-8fa259466c40 { display:none !important; }}@media (max-width: 767px){#s-5c8c082e-1b1d-4c22-9fb3-8fa259466c40 {
  display: none;
}
#s-5c8c082e-1b1d-4c22-9fb3-8fa259466c40, #wrap-s-5c8c082e-1b1d-4c22-9fb3-8fa259466c40 { display:none !important; }}
#s-5c8c082e-1b1d-4c22-9fb3-8fa259466c40 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 53px;
  line-height: 1.3em;
  
  
}



#s-7fdc9cfa-4b87-4119-9c5a-73a4a2aaf70e {
  padding-top: 0px;
padding-bottom: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-7fdc9cfa-4b87-4119-9c5a-73a4a2aaf70e {
  display: none;
}
#s-7fdc9cfa-4b87-4119-9c5a-73a4a2aaf70e, #wrap-s-7fdc9cfa-4b87-4119-9c5a-73a4a2aaf70e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7fdc9cfa-4b87-4119-9c5a-73a4a2aaf70e {
  display: none;
}
#s-7fdc9cfa-4b87-4119-9c5a-73a4a2aaf70e, #wrap-s-7fdc9cfa-4b87-4119-9c5a-73a4a2aaf70e { display:none !important; }}@media (max-width: 767px){#s-7fdc9cfa-4b87-4119-9c5a-73a4a2aaf70e {
  display: none;
}
#s-7fdc9cfa-4b87-4119-9c5a-73a4a2aaf70e, #wrap-s-7fdc9cfa-4b87-4119-9c5a-73a4a2aaf70e { display:none !important; }}
@media (min-width: 0px) {
[id="s-7fdc9cfa-4b87-4119-9c5a-73a4a2aaf70e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fdc9cfa-4b87-4119-9c5a-73a4a2aaf70e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-7fdc9cfa-4b87-4119-9c5a-73a4a2aaf70e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-7fdc9cfa-4b87-4119-9c5a-73a4a2aaf70e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-7fdc9cfa-4b87-4119-9c5a-73a4a2aaf70e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-7fdc9cfa-4b87-4119-9c5a-73a4a2aaf70e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-7fdc9cfa-4b87-4119-9c5a-73a4a2aaf70e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

}

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

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

@media (min-width: 1200px){#s-a939a7de-ccd4-4e3c-9d9c-7b85ca290e53 {
  display: none;
}
#s-a939a7de-ccd4-4e3c-9d9c-7b85ca290e53, #wrap-s-a939a7de-ccd4-4e3c-9d9c-7b85ca290e53 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a939a7de-ccd4-4e3c-9d9c-7b85ca290e53 {
  display: none;
}
#s-a939a7de-ccd4-4e3c-9d9c-7b85ca290e53, #wrap-s-a939a7de-ccd4-4e3c-9d9c-7b85ca290e53 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a939a7de-ccd4-4e3c-9d9c-7b85ca290e53 {
  display: none;
}
#s-a939a7de-ccd4-4e3c-9d9c-7b85ca290e53, #wrap-s-a939a7de-ccd4-4e3c-9d9c-7b85ca290e53 { display:none !important; }}
#s-a939a7de-ccd4-4e3c-9d9c-7b85ca290e53 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-3f22c60c-2f85-4b88-a7a6-ef918f1390e5 {
  margin-bottom: 14px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-3f22c60c-2f85-4b88-a7a6-ef918f1390e5 {
  display: none;
}
#s-3f22c60c-2f85-4b88-a7a6-ef918f1390e5, #wrap-s-3f22c60c-2f85-4b88-a7a6-ef918f1390e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f22c60c-2f85-4b88-a7a6-ef918f1390e5 {
  display: none;
}
#s-3f22c60c-2f85-4b88-a7a6-ef918f1390e5, #wrap-s-3f22c60c-2f85-4b88-a7a6-ef918f1390e5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f22c60c-2f85-4b88-a7a6-ef918f1390e5 {
  display: none;
}
#s-3f22c60c-2f85-4b88-a7a6-ef918f1390e5, #wrap-s-3f22c60c-2f85-4b88-a7a6-ef918f1390e5 { display:none !important; }}@media (max-width: 767px){#s-3f22c60c-2f85-4b88-a7a6-ef918f1390e5 {
  
}
}
#s-3f22c60c-2f85-4b88-a7a6-ef918f1390e5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 54px;
  line-height: 0.75em;
  letter-spacing: -2px;
  text-align: center;
}



#s-7b2e5981-11be-450f-83ab-4ef9b595b4d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b2e5981-11be-450f-83ab-4ef9b595b4d6 {
  display: none;
}
#s-7b2e5981-11be-450f-83ab-4ef9b595b4d6, #wrap-s-7b2e5981-11be-450f-83ab-4ef9b595b4d6 { display:none !important; }}@media (max-width: 767px){#s-7b2e5981-11be-450f-83ab-4ef9b595b4d6 {
  display: none;
}
#s-7b2e5981-11be-450f-83ab-4ef9b595b4d6, #wrap-s-7b2e5981-11be-450f-83ab-4ef9b595b4d6 { display:none !important; }}
#s-7b2e5981-11be-450f-83ab-4ef9b595b4d6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 100px;
  line-height: 1.3em;
  
  
}



#s-023e5c23-9b15-4934-85a4-59bb7888cb81 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-023e5c23-9b15-4934-85a4-59bb7888cb81 {
  display: none;
}
#s-023e5c23-9b15-4934-85a4-59bb7888cb81, #wrap-s-023e5c23-9b15-4934-85a4-59bb7888cb81 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-023e5c23-9b15-4934-85a4-59bb7888cb81 {
  display: none;
}
#s-023e5c23-9b15-4934-85a4-59bb7888cb81, #wrap-s-023e5c23-9b15-4934-85a4-59bb7888cb81 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-023e5c23-9b15-4934-85a4-59bb7888cb81 {
  display: none;
}
#s-023e5c23-9b15-4934-85a4-59bb7888cb81, #wrap-s-023e5c23-9b15-4934-85a4-59bb7888cb81 { display:none !important; }}
#s-023e5c23-9b15-4934-85a4-59bb7888cb81 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.3em;
  
  
}



#s-994d8a57-2ffc-4e73-beef-92d0993ac3f9 {
  margin-bottom: 10px;
padding-top: 100px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-994d8a57-2ffc-4e73-beef-92d0993ac3f9 {
  display: none;
}
#s-994d8a57-2ffc-4e73-beef-92d0993ac3f9, #wrap-s-994d8a57-2ffc-4e73-beef-92d0993ac3f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-994d8a57-2ffc-4e73-beef-92d0993ac3f9 {
  display: none;
}
#s-994d8a57-2ffc-4e73-beef-92d0993ac3f9, #wrap-s-994d8a57-2ffc-4e73-beef-92d0993ac3f9 { display:none !important; }}@media (max-width: 767px){#s-994d8a57-2ffc-4e73-beef-92d0993ac3f9 {
  display: none;
}
#s-994d8a57-2ffc-4e73-beef-92d0993ac3f9, #wrap-s-994d8a57-2ffc-4e73-beef-92d0993ac3f9 { display:none !important; }}
#s-994d8a57-2ffc-4e73-beef-92d0993ac3f9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 61px;
  line-height: 1.3em;
  
  
}



#s-86e36a99-f371-4f1a-a777-a4b17295766d {
  padding-top: 4px;
padding-left: 14%;
padding-bottom: 0px;
padding-right: 14%;
text-align: center;
}
@media (min-width: 1200px){#s-86e36a99-f371-4f1a-a777-a4b17295766d {
  display: none;
}
#s-86e36a99-f371-4f1a-a777-a4b17295766d, #wrap-s-86e36a99-f371-4f1a-a777-a4b17295766d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86e36a99-f371-4f1a-a777-a4b17295766d {
  display: none;
}
#s-86e36a99-f371-4f1a-a777-a4b17295766d, #wrap-s-86e36a99-f371-4f1a-a777-a4b17295766d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86e36a99-f371-4f1a-a777-a4b17295766d {
  display: none;
}
#s-86e36a99-f371-4f1a-a777-a4b17295766d, #wrap-s-86e36a99-f371-4f1a-a777-a4b17295766d { display:none !important; }}@media (max-width: 767px){#s-86e36a99-f371-4f1a-a777-a4b17295766d {
  
}
}
#s-86e36a99-f371-4f1a-a777-a4b17295766d .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0px;
  text-align: center;
}



#s-f4d0a646-a5f3-4b02-a1b3-56481badd433 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
text-align: center;
}







  #s-f4d0a646-a5f3-4b02-a1b3-56481badd433 img.shogun-image {
    

    
    
    
  }


#s-f4d0a646-a5f3-4b02-a1b3-56481badd433 .shogun-image-content {
  
    align-items: center;
  
}

#s-b102e643-b788-4b5c-a164-f8d4cbc330a2 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 200px;
background-position: left center;
opacity: 1;
}
@media (min-width: 1200px){#s-b102e643-b788-4b5c-a164-f8d4cbc330a2 {
  display: none;
}
#s-b102e643-b788-4b5c-a164-f8d4cbc330a2, #wrap-s-b102e643-b788-4b5c-a164-f8d4cbc330a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b102e643-b788-4b5c-a164-f8d4cbc330a2 {
  display: none;
}
#s-b102e643-b788-4b5c-a164-f8d4cbc330a2, #wrap-s-b102e643-b788-4b5c-a164-f8d4cbc330a2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b102e643-b788-4b5c-a164-f8d4cbc330a2 {
  display: none;
}
#s-b102e643-b788-4b5c-a164-f8d4cbc330a2, #wrap-s-b102e643-b788-4b5c-a164-f8d4cbc330a2 { display:none !important; }}@media (max-width: 767px){#s-b102e643-b788-4b5c-a164-f8d4cbc330a2 {
  
}
}







#s-b102e643-b788-4b5c-a164-f8d4cbc330a2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-b102e643-b788-4b5c-a164-f8d4cbc330a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37d96d3d-d6bd-4d94-a462-2ae829f07a39 {
  padding-top: 28px;
padding-bottom: 28px;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-37d96d3d-d6bd-4d94-a462-2ae829f07a39 {
  display: none;
}
#s-37d96d3d-d6bd-4d94-a462-2ae829f07a39, #wrap-s-37d96d3d-d6bd-4d94-a462-2ae829f07a39 { display:none !important; }}
@media (min-width: 0px) {
[id="s-37d96d3d-d6bd-4d94-a462-2ae829f07a39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37d96d3d-d6bd-4d94-a462-2ae829f07a39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-37d96d3d-d6bd-4d94-a462-2ae829f07a39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-37d96d3d-d6bd-4d94-a462-2ae829f07a39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-37d96d3d-d6bd-4d94-a462-2ae829f07a39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-37d96d3d-d6bd-4d94-a462-2ae829f07a39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-37d96d3d-d6bd-4d94-a462-2ae829f07a39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

}

#s-0fc94f7b-fbb5-496c-8d63-e601d484682f {
  padding-top: 10px;
padding-bottom: 40px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fc94f7b-fbb5-496c-8d63-e601d484682f {
  display: none;
}
#s-0fc94f7b-fbb5-496c-8d63-e601d484682f, #wrap-s-0fc94f7b-fbb5-496c-8d63-e601d484682f { display:none !important; }}@media (max-width: 767px){#s-0fc94f7b-fbb5-496c-8d63-e601d484682f {
  display: none;
}
#s-0fc94f7b-fbb5-496c-8d63-e601d484682f, #wrap-s-0fc94f7b-fbb5-496c-8d63-e601d484682f { display:none !important; }}
#s-0fc94f7b-fbb5-496c-8d63-e601d484682f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 84px;
  line-height: 1.3em;
  
  
}



#s-138eb801-1f2d-4253-9546-b92a208ccbe4 {
  margin-top: 5px;
margin-left: 29%;
margin-bottom: 5px;
margin-right: 29%;
text-align: center;
}
@media (max-width: 767px){#s-138eb801-1f2d-4253-9546-b92a208ccbe4 {
  display: none;
}
#s-138eb801-1f2d-4253-9546-b92a208ccbe4, #wrap-s-138eb801-1f2d-4253-9546-b92a208ccbe4 { display:none !important; }}






  #s-138eb801-1f2d-4253-9546-b92a208ccbe4 img.shogun-image {
    

    
    
    
  }


#s-138eb801-1f2d-4253-9546-b92a208ccbe4 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b57f879-af84-4918-b50e-befffadd8d9e {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-4b57f879-af84-4918-b50e-befffadd8d9e {
  display: none;
}
#s-4b57f879-af84-4918-b50e-befffadd8d9e, #wrap-s-4b57f879-af84-4918-b50e-befffadd8d9e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b57f879-af84-4918-b50e-befffadd8d9e {
  display: none;
}
#s-4b57f879-af84-4918-b50e-befffadd8d9e, #wrap-s-4b57f879-af84-4918-b50e-befffadd8d9e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b57f879-af84-4918-b50e-befffadd8d9e {
  display: none;
}
#s-4b57f879-af84-4918-b50e-befffadd8d9e, #wrap-s-4b57f879-af84-4918-b50e-befffadd8d9e { display:none !important; }}
#s-4b57f879-af84-4918-b50e-befffadd8d9e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 39px;
  line-height: 1.3em;
  
  
}



#s-5dfbf8bb-2cfe-42bf-9178-3c9fce9a15b7 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-5dfbf8bb-2cfe-42bf-9178-3c9fce9a15b7 {
  display: none;
}
#s-5dfbf8bb-2cfe-42bf-9178-3c9fce9a15b7, #wrap-s-5dfbf8bb-2cfe-42bf-9178-3c9fce9a15b7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5dfbf8bb-2cfe-42bf-9178-3c9fce9a15b7 {
  display: none;
}
#s-5dfbf8bb-2cfe-42bf-9178-3c9fce9a15b7, #wrap-s-5dfbf8bb-2cfe-42bf-9178-3c9fce9a15b7 { display:none !important; }}@media (max-width: 767px){#s-5dfbf8bb-2cfe-42bf-9178-3c9fce9a15b7 {
  display: none;
}
#s-5dfbf8bb-2cfe-42bf-9178-3c9fce9a15b7, #wrap-s-5dfbf8bb-2cfe-42bf-9178-3c9fce9a15b7 { display:none !important; }}
#s-5dfbf8bb-2cfe-42bf-9178-3c9fce9a15b7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 53px;
  line-height: 1.3em;
  
  
}



#s-a5c3c50b-2a66-4d76-8b05-8a7e730b60f8 {
  margin-top: 6px;
margin-bottom: 20px;
padding-left: 36%;
padding-right: 36%;
text-align: center;
}







  #s-a5c3c50b-2a66-4d76-8b05-8a7e730b60f8 img.shogun-image {
    

    
    
    
  }


#s-a5c3c50b-2a66-4d76-8b05-8a7e730b60f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e81b33f6-0bff-40c0-adec-638b035724d5 {
  padding-top: 0px;
padding-bottom: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-e81b33f6-0bff-40c0-adec-638b035724d5 {
  display: none;
}
#s-e81b33f6-0bff-40c0-adec-638b035724d5, #wrap-s-e81b33f6-0bff-40c0-adec-638b035724d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e81b33f6-0bff-40c0-adec-638b035724d5 {
  display: none;
}
#s-e81b33f6-0bff-40c0-adec-638b035724d5, #wrap-s-e81b33f6-0bff-40c0-adec-638b035724d5 { display:none !important; }}@media (max-width: 767px){#s-e81b33f6-0bff-40c0-adec-638b035724d5 {
  display: none;
}
#s-e81b33f6-0bff-40c0-adec-638b035724d5, #wrap-s-e81b33f6-0bff-40c0-adec-638b035724d5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e81b33f6-0bff-40c0-adec-638b035724d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e81b33f6-0bff-40c0-adec-638b035724d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-e81b33f6-0bff-40c0-adec-638b035724d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-e81b33f6-0bff-40c0-adec-638b035724d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-e81b33f6-0bff-40c0-adec-638b035724d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-e81b33f6-0bff-40c0-adec-638b035724d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-e81b33f6-0bff-40c0-adec-638b035724d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

}

#s-9f22c946-0dd9-4351-b976-b565c177fbeb {
  margin-top: 0px;
margin-left: 11%;
margin-bottom: 0px;
margin-right: 11%;
text-align: center;
}







  #s-9f22c946-0dd9-4351-b976-b565c177fbeb img.shogun-image {
    

    
    
    
  }


#s-9f22c946-0dd9-4351-b976-b565c177fbeb .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-8136849f-1881-48fa-a7c0-d5dbcf296604 {
  display: none;
}
#s-8136849f-1881-48fa-a7c0-d5dbcf296604, #wrap-s-8136849f-1881-48fa-a7c0-d5dbcf296604 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8136849f-1881-48fa-a7c0-d5dbcf296604 {
  display: none;
}
#s-8136849f-1881-48fa-a7c0-d5dbcf296604, #wrap-s-8136849f-1881-48fa-a7c0-d5dbcf296604 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8136849f-1881-48fa-a7c0-d5dbcf296604 {
  display: none;
}
#s-8136849f-1881-48fa-a7c0-d5dbcf296604, #wrap-s-8136849f-1881-48fa-a7c0-d5dbcf296604 { display:none !important; }}
#s-8136849f-1881-48fa-a7c0-d5dbcf296604 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-becf319c-c67f-4d53-af53-690642b5587f {
  margin-bottom: 14px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-becf319c-c67f-4d53-af53-690642b5587f {
  display: none;
}
#s-becf319c-c67f-4d53-af53-690642b5587f, #wrap-s-becf319c-c67f-4d53-af53-690642b5587f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-becf319c-c67f-4d53-af53-690642b5587f {
  display: none;
}
#s-becf319c-c67f-4d53-af53-690642b5587f, #wrap-s-becf319c-c67f-4d53-af53-690642b5587f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-becf319c-c67f-4d53-af53-690642b5587f {
  display: none;
}
#s-becf319c-c67f-4d53-af53-690642b5587f, #wrap-s-becf319c-c67f-4d53-af53-690642b5587f { display:none !important; }}@media (max-width: 767px){#s-becf319c-c67f-4d53-af53-690642b5587f {
  
}
}
#s-becf319c-c67f-4d53-af53-690642b5587f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 54px;
  line-height: 0.75em;
  letter-spacing: -2px;
  text-align: center;
}



#s-f9eaea83-5e65-4192-b501-d9ccadc8936a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9eaea83-5e65-4192-b501-d9ccadc8936a {
  display: none;
}
#s-f9eaea83-5e65-4192-b501-d9ccadc8936a, #wrap-s-f9eaea83-5e65-4192-b501-d9ccadc8936a { display:none !important; }}@media (max-width: 767px){#s-f9eaea83-5e65-4192-b501-d9ccadc8936a {
  display: none;
}
#s-f9eaea83-5e65-4192-b501-d9ccadc8936a, #wrap-s-f9eaea83-5e65-4192-b501-d9ccadc8936a { display:none !important; }}
#s-f9eaea83-5e65-4192-b501-d9ccadc8936a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 100px;
  line-height: 1.3em;
  
  
}



#s-771db72d-123a-4552-a79a-6ab4193f2e03 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-771db72d-123a-4552-a79a-6ab4193f2e03 {
  display: none;
}
#s-771db72d-123a-4552-a79a-6ab4193f2e03, #wrap-s-771db72d-123a-4552-a79a-6ab4193f2e03 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-771db72d-123a-4552-a79a-6ab4193f2e03 {
  display: none;
}
#s-771db72d-123a-4552-a79a-6ab4193f2e03, #wrap-s-771db72d-123a-4552-a79a-6ab4193f2e03 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-771db72d-123a-4552-a79a-6ab4193f2e03 {
  display: none;
}
#s-771db72d-123a-4552-a79a-6ab4193f2e03, #wrap-s-771db72d-123a-4552-a79a-6ab4193f2e03 { display:none !important; }}
#s-771db72d-123a-4552-a79a-6ab4193f2e03 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.3em;
  
  
}



#s-35f86c4e-7b9d-4129-b1be-b06e441e0a0a {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-35f86c4e-7b9d-4129-b1be-b06e441e0a0a {
  display: none;
}
#s-35f86c4e-7b9d-4129-b1be-b06e441e0a0a, #wrap-s-35f86c4e-7b9d-4129-b1be-b06e441e0a0a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35f86c4e-7b9d-4129-b1be-b06e441e0a0a {
  display: none;
}
#s-35f86c4e-7b9d-4129-b1be-b06e441e0a0a, #wrap-s-35f86c4e-7b9d-4129-b1be-b06e441e0a0a { display:none !important; }}@media (max-width: 767px){#s-35f86c4e-7b9d-4129-b1be-b06e441e0a0a {
  display: none;
}
#s-35f86c4e-7b9d-4129-b1be-b06e441e0a0a, #wrap-s-35f86c4e-7b9d-4129-b1be-b06e441e0a0a { display:none !important; }}
#s-35f86c4e-7b9d-4129-b1be-b06e441e0a0a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 68px;
  line-height: 1.3em;
  
  
}



#s-2f49ef59-284e-405b-9662-345772ad5fa2 {
  padding-top: 4px;
padding-left: 14%;
padding-bottom: 0px;
padding-right: 14%;
text-align: center;
}
@media (min-width: 1200px){#s-2f49ef59-284e-405b-9662-345772ad5fa2 {
  display: none;
}
#s-2f49ef59-284e-405b-9662-345772ad5fa2, #wrap-s-2f49ef59-284e-405b-9662-345772ad5fa2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f49ef59-284e-405b-9662-345772ad5fa2 {
  display: none;
}
#s-2f49ef59-284e-405b-9662-345772ad5fa2, #wrap-s-2f49ef59-284e-405b-9662-345772ad5fa2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f49ef59-284e-405b-9662-345772ad5fa2 {
  display: none;
}
#s-2f49ef59-284e-405b-9662-345772ad5fa2, #wrap-s-2f49ef59-284e-405b-9662-345772ad5fa2 { display:none !important; }}@media (max-width: 767px){#s-2f49ef59-284e-405b-9662-345772ad5fa2 {
  
}
}
#s-2f49ef59-284e-405b-9662-345772ad5fa2 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0px;
  text-align: center;
}



#s-471eb266-fa0d-4412-a94f-9b7bfe1c4060 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-position: right center;
opacity: 1;
}
@media (min-width: 992px) and (max-width: 1199px){#s-471eb266-fa0d-4412-a94f-9b7bfe1c4060 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-471eb266-fa0d-4412-a94f-9b7bfe1c4060 {
  display: none;
}
#s-471eb266-fa0d-4412-a94f-9b7bfe1c4060, #wrap-s-471eb266-fa0d-4412-a94f-9b7bfe1c4060 { display:none !important; }}@media (max-width: 767px){#s-471eb266-fa0d-4412-a94f-9b7bfe1c4060 {
  display: none;
}
#s-471eb266-fa0d-4412-a94f-9b7bfe1c4060, #wrap-s-471eb266-fa0d-4412-a94f-9b7bfe1c4060 { display:none !important; }}







#s-471eb266-fa0d-4412-a94f-9b7bfe1c4060 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-471eb266-fa0d-4412-a94f-9b7bfe1c4060.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f15cfc3-d7c8-4bec-a024-192508318057 {
  padding-top: 0px;
padding-bottom: 20px;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f15cfc3-d7c8-4bec-a024-192508318057 {
  display: none;
}
#s-1f15cfc3-d7c8-4bec-a024-192508318057, #wrap-s-1f15cfc3-d7c8-4bec-a024-192508318057 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1f15cfc3-d7c8-4bec-a024-192508318057"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f15cfc3-d7c8-4bec-a024-192508318057"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-1f15cfc3-d7c8-4bec-a024-192508318057"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-1f15cfc3-d7c8-4bec-a024-192508318057"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-1f15cfc3-d7c8-4bec-a024-192508318057"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-1f15cfc3-d7c8-4bec-a024-192508318057"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 46.666666666666664px);
}

[id="s-1f15cfc3-d7c8-4bec-a024-192508318057"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 46.666666666666664px);
}

}

#s-a221ef14-4bf5-4f78-9857-49a39e28bf5b {
  margin-top: 0px;
margin-left: 23%;
margin-bottom: 0px;
margin-right: 23%;
text-align: center;
}
@media (min-width: 1200px){#s-a221ef14-4bf5-4f78-9857-49a39e28bf5b {
  display: none;
}
#s-a221ef14-4bf5-4f78-9857-49a39e28bf5b, #wrap-s-a221ef14-4bf5-4f78-9857-49a39e28bf5b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a221ef14-4bf5-4f78-9857-49a39e28bf5b {
  display: none;
}
#s-a221ef14-4bf5-4f78-9857-49a39e28bf5b, #wrap-s-a221ef14-4bf5-4f78-9857-49a39e28bf5b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a221ef14-4bf5-4f78-9857-49a39e28bf5b {
  display: none;
}
#s-a221ef14-4bf5-4f78-9857-49a39e28bf5b, #wrap-s-a221ef14-4bf5-4f78-9857-49a39e28bf5b { display:none !important; }}






  #s-a221ef14-4bf5-4f78-9857-49a39e28bf5b img.shogun-image {
    

    
    
    
  }


#s-a221ef14-4bf5-4f78-9857-49a39e28bf5b .shogun-image-content {
  
    align-items: center;
  
}

#s-59e85fc4-8ed3-4099-b356-7fd388b4d16b {
  padding-top: 10px;
padding-bottom: 24px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-59e85fc4-8ed3-4099-b356-7fd388b4d16b {
  display: none;
}
#s-59e85fc4-8ed3-4099-b356-7fd388b4d16b, #wrap-s-59e85fc4-8ed3-4099-b356-7fd388b4d16b { display:none !important; }}@media (max-width: 767px){#s-59e85fc4-8ed3-4099-b356-7fd388b4d16b {
  display: none;
}
#s-59e85fc4-8ed3-4099-b356-7fd388b4d16b, #wrap-s-59e85fc4-8ed3-4099-b356-7fd388b4d16b { display:none !important; }}
#s-59e85fc4-8ed3-4099-b356-7fd388b4d16b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 84px;
  line-height: 1.3em;
  
  
}



#s-97265e7b-748a-49e5-8728-1af9f0ee6bd7 {
  margin-top: 5px;
margin-left: 29%;
margin-bottom: 0px;
margin-right: 29%;
text-align: center;
}
@media (max-width: 767px){#s-97265e7b-748a-49e5-8728-1af9f0ee6bd7 {
  display: none;
}
#s-97265e7b-748a-49e5-8728-1af9f0ee6bd7, #wrap-s-97265e7b-748a-49e5-8728-1af9f0ee6bd7 { display:none !important; }}






  #s-97265e7b-748a-49e5-8728-1af9f0ee6bd7 img.shogun-image {
    

    
    
    
  }


#s-97265e7b-748a-49e5-8728-1af9f0ee6bd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-931a7c0c-9fce-400e-9820-c96bd77a5192 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-931a7c0c-9fce-400e-9820-c96bd77a5192 {
  display: none;
}
#s-931a7c0c-9fce-400e-9820-c96bd77a5192, #wrap-s-931a7c0c-9fce-400e-9820-c96bd77a5192 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-931a7c0c-9fce-400e-9820-c96bd77a5192 {
  display: none;
}
#s-931a7c0c-9fce-400e-9820-c96bd77a5192, #wrap-s-931a7c0c-9fce-400e-9820-c96bd77a5192 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-931a7c0c-9fce-400e-9820-c96bd77a5192 {
  display: none;
}
#s-931a7c0c-9fce-400e-9820-c96bd77a5192, #wrap-s-931a7c0c-9fce-400e-9820-c96bd77a5192 { display:none !important; }}
#s-931a7c0c-9fce-400e-9820-c96bd77a5192 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.3em;
  
  
}



#s-617d23ab-f64a-4de3-83ac-9d8dddeeb89b {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-617d23ab-f64a-4de3-83ac-9d8dddeeb89b {
  display: none;
}
#s-617d23ab-f64a-4de3-83ac-9d8dddeeb89b, #wrap-s-617d23ab-f64a-4de3-83ac-9d8dddeeb89b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-617d23ab-f64a-4de3-83ac-9d8dddeeb89b {
  display: none;
}
#s-617d23ab-f64a-4de3-83ac-9d8dddeeb89b, #wrap-s-617d23ab-f64a-4de3-83ac-9d8dddeeb89b { display:none !important; }}@media (max-width: 767px){#s-617d23ab-f64a-4de3-83ac-9d8dddeeb89b {
  display: none;
}
#s-617d23ab-f64a-4de3-83ac-9d8dddeeb89b, #wrap-s-617d23ab-f64a-4de3-83ac-9d8dddeeb89b { display:none !important; }}
#s-617d23ab-f64a-4de3-83ac-9d8dddeeb89b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 53px;
  line-height: 1.3em;
  
  
}



#s-ee6178a7-83c9-4ab0-9f37-bc22353114d0 {
  padding-top: 0px;
padding-bottom: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-ee6178a7-83c9-4ab0-9f37-bc22353114d0 {
  display: none;
}
#s-ee6178a7-83c9-4ab0-9f37-bc22353114d0, #wrap-s-ee6178a7-83c9-4ab0-9f37-bc22353114d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee6178a7-83c9-4ab0-9f37-bc22353114d0 {
  display: none;
}
#s-ee6178a7-83c9-4ab0-9f37-bc22353114d0, #wrap-s-ee6178a7-83c9-4ab0-9f37-bc22353114d0 { display:none !important; }}@media (max-width: 767px){#s-ee6178a7-83c9-4ab0-9f37-bc22353114d0 {
  display: none;
}
#s-ee6178a7-83c9-4ab0-9f37-bc22353114d0, #wrap-s-ee6178a7-83c9-4ab0-9f37-bc22353114d0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ee6178a7-83c9-4ab0-9f37-bc22353114d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee6178a7-83c9-4ab0-9f37-bc22353114d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-ee6178a7-83c9-4ab0-9f37-bc22353114d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-ee6178a7-83c9-4ab0-9f37-bc22353114d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-ee6178a7-83c9-4ab0-9f37-bc22353114d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-ee6178a7-83c9-4ab0-9f37-bc22353114d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 46.666666666666664px);
}

[id="s-ee6178a7-83c9-4ab0-9f37-bc22353114d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 46.666666666666664px);
}

}

#s-c26ae633-956c-47f7-9d5f-6b49dc6cc6ba {
  margin-top: 0px;
margin-left: 11%;
margin-bottom: 0px;
margin-right: 11%;
text-align: center;
}







  #s-c26ae633-956c-47f7-9d5f-6b49dc6cc6ba img.shogun-image {
    

    
    
    
  }


#s-c26ae633-956c-47f7-9d5f-6b49dc6cc6ba .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-d8a2e718-0aff-473d-be0d-41d8e9c06252 {
  display: none;
}
#s-d8a2e718-0aff-473d-be0d-41d8e9c06252, #wrap-s-d8a2e718-0aff-473d-be0d-41d8e9c06252 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8a2e718-0aff-473d-be0d-41d8e9c06252 {
  display: none;
}
#s-d8a2e718-0aff-473d-be0d-41d8e9c06252, #wrap-s-d8a2e718-0aff-473d-be0d-41d8e9c06252 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8a2e718-0aff-473d-be0d-41d8e9c06252 {
  display: none;
}
#s-d8a2e718-0aff-473d-be0d-41d8e9c06252, #wrap-s-d8a2e718-0aff-473d-be0d-41d8e9c06252 { display:none !important; }}
#s-d8a2e718-0aff-473d-be0d-41d8e9c06252 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-6574a571-f47e-4d95-96a8-31ca1d2ee542 {
  margin-bottom: 14px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-6574a571-f47e-4d95-96a8-31ca1d2ee542 {
  display: none;
}
#s-6574a571-f47e-4d95-96a8-31ca1d2ee542, #wrap-s-6574a571-f47e-4d95-96a8-31ca1d2ee542 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6574a571-f47e-4d95-96a8-31ca1d2ee542 {
  display: none;
}
#s-6574a571-f47e-4d95-96a8-31ca1d2ee542, #wrap-s-6574a571-f47e-4d95-96a8-31ca1d2ee542 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6574a571-f47e-4d95-96a8-31ca1d2ee542 {
  display: none;
}
#s-6574a571-f47e-4d95-96a8-31ca1d2ee542, #wrap-s-6574a571-f47e-4d95-96a8-31ca1d2ee542 { display:none !important; }}@media (max-width: 767px){#s-6574a571-f47e-4d95-96a8-31ca1d2ee542 {
  
}
}
#s-6574a571-f47e-4d95-96a8-31ca1d2ee542 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 54px;
  line-height: 0.75em;
  letter-spacing: -2px;
  text-align: center;
}



#s-692447ee-501c-4d01-8479-ee68b78bf5ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-692447ee-501c-4d01-8479-ee68b78bf5ef {
  display: none;
}
#s-692447ee-501c-4d01-8479-ee68b78bf5ef, #wrap-s-692447ee-501c-4d01-8479-ee68b78bf5ef { display:none !important; }}@media (max-width: 767px){#s-692447ee-501c-4d01-8479-ee68b78bf5ef {
  display: none;
}
#s-692447ee-501c-4d01-8479-ee68b78bf5ef, #wrap-s-692447ee-501c-4d01-8479-ee68b78bf5ef { display:none !important; }}
#s-692447ee-501c-4d01-8479-ee68b78bf5ef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 100px;
  line-height: 1.3em;
  
  
}



#s-2ba3abd1-ba9a-4e48-816d-2ddcad4f98e8 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-2ba3abd1-ba9a-4e48-816d-2ddcad4f98e8 {
  display: none;
}
#s-2ba3abd1-ba9a-4e48-816d-2ddcad4f98e8, #wrap-s-2ba3abd1-ba9a-4e48-816d-2ddcad4f98e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ba3abd1-ba9a-4e48-816d-2ddcad4f98e8 {
  display: none;
}
#s-2ba3abd1-ba9a-4e48-816d-2ddcad4f98e8, #wrap-s-2ba3abd1-ba9a-4e48-816d-2ddcad4f98e8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ba3abd1-ba9a-4e48-816d-2ddcad4f98e8 {
  display: none;
}
#s-2ba3abd1-ba9a-4e48-816d-2ddcad4f98e8, #wrap-s-2ba3abd1-ba9a-4e48-816d-2ddcad4f98e8 { display:none !important; }}
#s-2ba3abd1-ba9a-4e48-816d-2ddcad4f98e8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.3em;
  
  
}



#s-8b50b9ca-49ac-4486-99d5-2f7539d0f6e7 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-8b50b9ca-49ac-4486-99d5-2f7539d0f6e7 {
  display: none;
}
#s-8b50b9ca-49ac-4486-99d5-2f7539d0f6e7, #wrap-s-8b50b9ca-49ac-4486-99d5-2f7539d0f6e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b50b9ca-49ac-4486-99d5-2f7539d0f6e7 {
  display: none;
}
#s-8b50b9ca-49ac-4486-99d5-2f7539d0f6e7, #wrap-s-8b50b9ca-49ac-4486-99d5-2f7539d0f6e7 { display:none !important; }}@media (max-width: 767px){#s-8b50b9ca-49ac-4486-99d5-2f7539d0f6e7 {
  display: none;
}
#s-8b50b9ca-49ac-4486-99d5-2f7539d0f6e7, #wrap-s-8b50b9ca-49ac-4486-99d5-2f7539d0f6e7 { display:none !important; }}
#s-8b50b9ca-49ac-4486-99d5-2f7539d0f6e7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 68px;
  line-height: 1.3em;
  
  
}



#s-2748e55e-7511-4a0b-bdfd-ae4bda603842 {
  padding-top: 4px;
padding-left: 14%;
padding-bottom: 0px;
padding-right: 14%;
text-align: center;
}
@media (min-width: 1200px){#s-2748e55e-7511-4a0b-bdfd-ae4bda603842 {
  display: none;
}
#s-2748e55e-7511-4a0b-bdfd-ae4bda603842, #wrap-s-2748e55e-7511-4a0b-bdfd-ae4bda603842 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2748e55e-7511-4a0b-bdfd-ae4bda603842 {
  display: none;
}
#s-2748e55e-7511-4a0b-bdfd-ae4bda603842, #wrap-s-2748e55e-7511-4a0b-bdfd-ae4bda603842 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2748e55e-7511-4a0b-bdfd-ae4bda603842 {
  display: none;
}
#s-2748e55e-7511-4a0b-bdfd-ae4bda603842, #wrap-s-2748e55e-7511-4a0b-bdfd-ae4bda603842 { display:none !important; }}@media (max-width: 767px){#s-2748e55e-7511-4a0b-bdfd-ae4bda603842 {
  
}
}
#s-2748e55e-7511-4a0b-bdfd-ae4bda603842 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.4em;
  letter-spacing: 0px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-4b52bdfd-8c04-4a7c-9f8f-5ff04daaa21c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b52bdfd-8c04-4a7c-9f8f-5ff04daaa21c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-4b52bdfd-8c04-4a7c-9f8f-5ff04daaa21c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b52bdfd-8c04-4a7c-9f8f-5ff04daaa21c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-f6fae7d4-c1ea-45ba-8876-3d396451f7c4 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-f6fae7d4-c1ea-45ba-8876-3d396451f7c4 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f6fae7d4-c1ea-45ba-8876-3d396451f7c4 .shg-sld-nav-button.shg-sld-left,
#s-f6fae7d4-c1ea-45ba-8876-3d396451f7c4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1ba827b1-4426-4b83-b213-6bae01a6e20e {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-1ba827b1-4426-4b83-b213-6bae01a6e20e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1ba827b1-4426-4b83-b213-6bae01a6e20e .shg-sld-nav-button.shg-sld-left,
#s-1ba827b1-4426-4b83-b213-6bae01a6e20e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a9abcf8a-b831-4e98-844f-21e816d0b72a {
  text-align: center;
}







  #s-a9abcf8a-b831-4e98-844f-21e816d0b72a img.shogun-image {
    

    
    
    
  }


#s-a9abcf8a-b831-4e98-844f-21e816d0b72a .shogun-image-content {
  
    align-items: center;
  
}

#s-4be55a8b-c9ac-4107-8abf-cff93d8d1a11 {
  text-align: center;
}







  #s-4be55a8b-c9ac-4107-8abf-cff93d8d1a11 img.shogun-image {
    

    
    
    
  }


#s-4be55a8b-c9ac-4107-8abf-cff93d8d1a11 .shogun-image-content {
  
    align-items: center;
  
}

#s-91b7a622-06f7-4140-ba94-cd3474c66fa8 {
  text-align: center;
}







  #s-91b7a622-06f7-4140-ba94-cd3474c66fa8 img.shogun-image {
    

    
    
    
  }


#s-91b7a622-06f7-4140-ba94-cd3474c66fa8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-b874c123-f40f-435f-a88d-a21d7c5bbaf6 {
  display: none;
}
#s-b874c123-f40f-435f-a88d-a21d7c5bbaf6, #wrap-s-b874c123-f40f-435f-a88d-a21d7c5bbaf6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b874c123-f40f-435f-a88d-a21d7c5bbaf6 {
  display: none;
}
#s-b874c123-f40f-435f-a88d-a21d7c5bbaf6, #wrap-s-b874c123-f40f-435f-a88d-a21d7c5bbaf6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b874c123-f40f-435f-a88d-a21d7c5bbaf6 {
  display: none;
}
#s-b874c123-f40f-435f-a88d-a21d7c5bbaf6, #wrap-s-b874c123-f40f-435f-a88d-a21d7c5bbaf6 { display:none !important; }}
#s-b874c123-f40f-435f-a88d-a21d7c5bbaf6 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-3c64a1c6-4a03-4063-bc3c-b315a52fc8d8 {
  min-height: 50px;
}








#s-3c64a1c6-4a03-4063-bc3c-b315a52fc8d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c64a1c6-4a03-4063-bc3c-b315a52fc8d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-28b6ff40-4fda-45b5-a957-80507e8e3636 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28b6ff40-4fda-45b5-a957-80507e8e3636 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28b6ff40-4fda-45b5-a957-80507e8e3636 {
  display: none;
}
#s-28b6ff40-4fda-45b5-a957-80507e8e3636, #wrap-s-28b6ff40-4fda-45b5-a957-80507e8e3636 { display:none !important; }}@media (max-width: 767px){#s-28b6ff40-4fda-45b5-a957-80507e8e3636 {
  display: none;
}
#s-28b6ff40-4fda-45b5-a957-80507e8e3636, #wrap-s-28b6ff40-4fda-45b5-a957-80507e8e3636 { display:none !important; }}
#s-28b6ff40-4fda-45b5-a957-80507e8e3636 hr {
  border-top: 15px solid rgba(233, 233, 233, 0);
}

@media (min-width: 1200px){#s-448ced90-521c-456f-b48d-e9303c90198e {
  display: none;
}
#s-448ced90-521c-456f-b48d-e9303c90198e, #wrap-s-448ced90-521c-456f-b48d-e9303c90198e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-448ced90-521c-456f-b48d-e9303c90198e {
  display: none;
}
#s-448ced90-521c-456f-b48d-e9303c90198e, #wrap-s-448ced90-521c-456f-b48d-e9303c90198e { display:none !important; }}@media (max-width: 767px){#s-448ced90-521c-456f-b48d-e9303c90198e {
  display: none;
}
#s-448ced90-521c-456f-b48d-e9303c90198e, #wrap-s-448ced90-521c-456f-b48d-e9303c90198e { display:none !important; }}
#s-448ced90-521c-456f-b48d-e9303c90198e hr {
  border-top: 20px solid rgba(233, 233, 233, 0);
}

#s-f0af2654-c761-4e58-9b02-e18972542665 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f0af2654-c761-4e58-9b02-e18972542665 {
  display: none;
}
#s-f0af2654-c761-4e58-9b02-e18972542665, #wrap-s-f0af2654-c761-4e58-9b02-e18972542665 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0af2654-c761-4e58-9b02-e18972542665 {
  display: none;
}
#s-f0af2654-c761-4e58-9b02-e18972542665, #wrap-s-f0af2654-c761-4e58-9b02-e18972542665 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0af2654-c761-4e58-9b02-e18972542665 {
  
}
}@media (max-width: 767px){#s-f0af2654-c761-4e58-9b02-e18972542665 {
  display: none;
}
#s-f0af2654-c761-4e58-9b02-e18972542665, #wrap-s-f0af2654-c761-4e58-9b02-e18972542665 { display:none !important; }}
#s-f0af2654-c761-4e58-9b02-e18972542665 .shogun-heading-component h1 {
  color: rgba(244, 126, 124, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}



#s-187d1c70-11fa-4ba4-ace4-30edab7e85dd {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-187d1c70-11fa-4ba4-ace4-30edab7e85dd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-187d1c70-11fa-4ba4-ace4-30edab7e85dd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-187d1c70-11fa-4ba4-ace4-30edab7e85dd {
  display: none;
}
#s-187d1c70-11fa-4ba4-ace4-30edab7e85dd, #wrap-s-187d1c70-11fa-4ba4-ace4-30edab7e85dd { display:none !important; }}@media (max-width: 767px){#s-187d1c70-11fa-4ba4-ace4-30edab7e85dd {
  display: none;
}
#s-187d1c70-11fa-4ba4-ace4-30edab7e85dd, #wrap-s-187d1c70-11fa-4ba4-ace4-30edab7e85dd { display:none !important; }}
#s-187d1c70-11fa-4ba4-ace4-30edab7e85dd .shogun-heading-component h1 {
  color: rgba(244, 126, 124, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: -1px;
  
}



#s-0e5ded28-5f01-4804-a351-e9afbe53e11b {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-0e5ded28-5f01-4804-a351-e9afbe53e11b {
  display: none;
}
#s-0e5ded28-5f01-4804-a351-e9afbe53e11b, #wrap-s-0e5ded28-5f01-4804-a351-e9afbe53e11b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e5ded28-5f01-4804-a351-e9afbe53e11b {
  display: none;
}
#s-0e5ded28-5f01-4804-a351-e9afbe53e11b, #wrap-s-0e5ded28-5f01-4804-a351-e9afbe53e11b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e5ded28-5f01-4804-a351-e9afbe53e11b {
  display: none;
}
#s-0e5ded28-5f01-4804-a351-e9afbe53e11b, #wrap-s-0e5ded28-5f01-4804-a351-e9afbe53e11b { display:none !important; }}@media (max-width: 767px){#s-0e5ded28-5f01-4804-a351-e9afbe53e11b {
  
}
}
#s-0e5ded28-5f01-4804-a351-e9afbe53e11b .shogun-heading-component h1 {
  color: rgba(244, 126, 124, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: -1px;
  
}



#s-2f2b756f-7145-44d8-abea-4133400f529f {
  margin-left: 7%;
margin-right: 7%;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 4%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f2b756f-7145-44d8-abea-4133400f529f {
  display: none;
}
#s-2f2b756f-7145-44d8-abea-4133400f529f, #wrap-s-2f2b756f-7145-44d8-abea-4133400f529f { display:none !important; }}@media (max-width: 767px){#s-2f2b756f-7145-44d8-abea-4133400f529f {
  display: none;
}
#s-2f2b756f-7145-44d8-abea-4133400f529f, #wrap-s-2f2b756f-7145-44d8-abea-4133400f529f { display:none !important; }}
#s-2f2b756f-7145-44d8-abea-4133400f529f .shogun-heading-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-d0478498-4543-4d59-9df6-58534ad51444 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-d0478498-4543-4d59-9df6-58534ad51444 {
  display: none;
}
#s-d0478498-4543-4d59-9df6-58534ad51444, #wrap-s-d0478498-4543-4d59-9df6-58534ad51444 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0478498-4543-4d59-9df6-58534ad51444 {
  display: none;
}
#s-d0478498-4543-4d59-9df6-58534ad51444, #wrap-s-d0478498-4543-4d59-9df6-58534ad51444 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0478498-4543-4d59-9df6-58534ad51444 {
  
}
}@media (max-width: 767px){#s-d0478498-4543-4d59-9df6-58534ad51444 {
  display: none;
}
#s-d0478498-4543-4d59-9df6-58534ad51444, #wrap-s-d0478498-4543-4d59-9df6-58534ad51444 { display:none !important; }}
#s-d0478498-4543-4d59-9df6-58534ad51444 .shogun-heading-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 0px;
  text-align: center;
}



#s-54246fdc-df70-4dca-8c77-625aaac84155 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-54246fdc-df70-4dca-8c77-625aaac84155 {
  display: none;
}
#s-54246fdc-df70-4dca-8c77-625aaac84155, #wrap-s-54246fdc-df70-4dca-8c77-625aaac84155 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54246fdc-df70-4dca-8c77-625aaac84155 {
  display: none;
}
#s-54246fdc-df70-4dca-8c77-625aaac84155, #wrap-s-54246fdc-df70-4dca-8c77-625aaac84155 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54246fdc-df70-4dca-8c77-625aaac84155 {
  display: none;
}
#s-54246fdc-df70-4dca-8c77-625aaac84155, #wrap-s-54246fdc-df70-4dca-8c77-625aaac84155 { display:none !important; }}@media (max-width: 767px){#s-54246fdc-df70-4dca-8c77-625aaac84155 {
  
}
}
#s-54246fdc-df70-4dca-8c77-625aaac84155 .shogun-heading-component h4 {
  color: rgba(102, 102, 102, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.6em;
  letter-spacing: 0px;
  text-align: center;
}



#s-07b7e9f9-52ae-423e-9c8e-f98de0d3f8d8 {
  margin-top: 0px;
margin-bottom: -10px;
padding-top: 0px;
padding-left: 40%;
padding-right: 40%;
}
@media (min-width: 1200px){#s-07b7e9f9-52ae-423e-9c8e-f98de0d3f8d8 {
  display: none;
}
#s-07b7e9f9-52ae-423e-9c8e-f98de0d3f8d8, #wrap-s-07b7e9f9-52ae-423e-9c8e-f98de0d3f8d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07b7e9f9-52ae-423e-9c8e-f98de0d3f8d8 {
  display: none;
}
#s-07b7e9f9-52ae-423e-9c8e-f98de0d3f8d8, #wrap-s-07b7e9f9-52ae-423e-9c8e-f98de0d3f8d8 { display:none !important; }}
#s-07b7e9f9-52ae-423e-9c8e-f98de0d3f8d8 hr {
  border-top: 1px solid #ddd;
}

#s-3677432b-53d7-4b26-b728-f411ef41ee92 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 40%;
padding-right: 40%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3677432b-53d7-4b26-b728-f411ef41ee92 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3677432b-53d7-4b26-b728-f411ef41ee92 {
  display: none;
}
#s-3677432b-53d7-4b26-b728-f411ef41ee92, #wrap-s-3677432b-53d7-4b26-b728-f411ef41ee92 { display:none !important; }}@media (max-width: 767px){#s-3677432b-53d7-4b26-b728-f411ef41ee92 {
  display: none;
}
#s-3677432b-53d7-4b26-b728-f411ef41ee92, #wrap-s-3677432b-53d7-4b26-b728-f411ef41ee92 { display:none !important; }}
#s-3677432b-53d7-4b26-b728-f411ef41ee92 hr {
  border-top: 1px solid #ddd;
}

#s-33c7759b-1f8e-454d-a642-e7c48649e44d {
  margin-left: 4%;
margin-right: 4%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-33c7759b-1f8e-454d-a642-e7c48649e44d {
  display: none;
}
#s-33c7759b-1f8e-454d-a642-e7c48649e44d, #wrap-s-33c7759b-1f8e-454d-a642-e7c48649e44d { display:none !important; }}@media (max-width: 767px){#s-33c7759b-1f8e-454d-a642-e7c48649e44d {
  display: none;
}
#s-33c7759b-1f8e-454d-a642-e7c48649e44d, #wrap-s-33c7759b-1f8e-454d-a642-e7c48649e44d { display:none !important; }}






  #s-33c7759b-1f8e-454d-a642-e7c48649e44d img.shogun-image {
    

    
    
    
  }


#s-33c7759b-1f8e-454d-a642-e7c48649e44d .shogun-image-content {
  
    align-items: center;
  
}

#s-32307b6e-545e-4e98-87b5-5c5edf504323 {
  margin-left: 4%;
margin-right: 4%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-32307b6e-545e-4e98-87b5-5c5edf504323 {
  display: none;
}
#s-32307b6e-545e-4e98-87b5-5c5edf504323, #wrap-s-32307b6e-545e-4e98-87b5-5c5edf504323 { display:none !important; }}@media (max-width: 767px){#s-32307b6e-545e-4e98-87b5-5c5edf504323 {
  display: none;
}
#s-32307b6e-545e-4e98-87b5-5c5edf504323, #wrap-s-32307b6e-545e-4e98-87b5-5c5edf504323 { display:none !important; }}






  #s-32307b6e-545e-4e98-87b5-5c5edf504323 img.shogun-image {
    

    
    
    
  }


#s-32307b6e-545e-4e98-87b5-5c5edf504323 .shogun-image-content {
  
    align-items: center;
  
}

#s-2dc2acfb-0b9f-445d-932c-5b4e4a1a4e10 {
  padding-top: 0px;
padding-left: 12%;
padding-bottom: 10px;
padding-right: 12%;
}
@media (min-width: 1200px){#s-2dc2acfb-0b9f-445d-932c-5b4e4a1a4e10 {
  display: none;
}
#s-2dc2acfb-0b9f-445d-932c-5b4e4a1a4e10, #wrap-s-2dc2acfb-0b9f-445d-932c-5b4e4a1a4e10 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2dc2acfb-0b9f-445d-932c-5b4e4a1a4e10 {
  display: none;
}
#s-2dc2acfb-0b9f-445d-932c-5b4e4a1a4e10, #wrap-s-2dc2acfb-0b9f-445d-932c-5b4e4a1a4e10 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2dc2acfb-0b9f-445d-932c-5b4e4a1a4e10 {
  display: none;
}
#s-2dc2acfb-0b9f-445d-932c-5b4e4a1a4e10, #wrap-s-2dc2acfb-0b9f-445d-932c-5b4e4a1a4e10 { display:none !important; }}
#s-2dc2acfb-0b9f-445d-932c-5b4e4a1a4e10 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2dc2acfb-0b9f-445d-932c-5b4e4a1a4e10 .shg-sld-nav-button.shg-sld-left,
#s-2dc2acfb-0b9f-445d-932c-5b4e4a1a4e10 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-9df9593d-db33-4170-8d28-f214d47c49f7 {
  text-align: center;
}
@media (min-width: 1200px){#s-9df9593d-db33-4170-8d28-f214d47c49f7 {
  display: none;
}
#s-9df9593d-db33-4170-8d28-f214d47c49f7, #wrap-s-9df9593d-db33-4170-8d28-f214d47c49f7 { display:none !important; }}@media (max-width: 767px){#s-9df9593d-db33-4170-8d28-f214d47c49f7 {
  
}
}






  #s-9df9593d-db33-4170-8d28-f214d47c49f7 img.shogun-image {
    

    
    
    
  }


#s-9df9593d-db33-4170-8d28-f214d47c49f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7424557-f740-470c-8706-5fbeacdea5b2 {
  text-align: center;
}







  #s-c7424557-f740-470c-8706-5fbeacdea5b2 img.shogun-image {
    

    
    
    
  }


#s-c7424557-f740-470c-8706-5fbeacdea5b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-08bf060e-1664-4656-a808-436bd11e7e42 {
  text-align: center;
}
@media (min-width: 1200px){#s-08bf060e-1664-4656-a808-436bd11e7e42 {
  display: none;
}
#s-08bf060e-1664-4656-a808-436bd11e7e42, #wrap-s-08bf060e-1664-4656-a808-436bd11e7e42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08bf060e-1664-4656-a808-436bd11e7e42 {
  display: none;
}
#s-08bf060e-1664-4656-a808-436bd11e7e42, #wrap-s-08bf060e-1664-4656-a808-436bd11e7e42 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08bf060e-1664-4656-a808-436bd11e7e42 {
  
}
}@media (max-width: 767px){#s-08bf060e-1664-4656-a808-436bd11e7e42 {
  
}
}






  #s-08bf060e-1664-4656-a808-436bd11e7e42 img.shogun-image {
    

    
    
    
  }


#s-08bf060e-1664-4656-a808-436bd11e7e42 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-f4e51304-0c0c-45b2-8eb8-3fa17d5dc172 {
  display: none;
}
#s-f4e51304-0c0c-45b2-8eb8-3fa17d5dc172, #wrap-s-f4e51304-0c0c-45b2-8eb8-3fa17d5dc172 { display:none !important; }}@media (max-width: 767px){#s-f4e51304-0c0c-45b2-8eb8-3fa17d5dc172 {
  display: none;
}
#s-f4e51304-0c0c-45b2-8eb8-3fa17d5dc172, #wrap-s-f4e51304-0c0c-45b2-8eb8-3fa17d5dc172 { display:none !important; }}
#s-f4e51304-0c0c-45b2-8eb8-3fa17d5dc172 hr {
  border-top: 1px solid #ddd;
}

#s-b4e72403-357c-473b-a1bd-3c33639d64f5 {
  margin-left: 6%;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-b4e72403-357c-473b-a1bd-3c33639d64f5 {
  display: none;
}
#s-b4e72403-357c-473b-a1bd-3c33639d64f5, #wrap-s-b4e72403-357c-473b-a1bd-3c33639d64f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4e72403-357c-473b-a1bd-3c33639d64f5 {
  display: none;
}
#s-b4e72403-357c-473b-a1bd-3c33639d64f5, #wrap-s-b4e72403-357c-473b-a1bd-3c33639d64f5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4e72403-357c-473b-a1bd-3c33639d64f5 {
  display: none;
}
#s-b4e72403-357c-473b-a1bd-3c33639d64f5, #wrap-s-b4e72403-357c-473b-a1bd-3c33639d64f5 { display:none !important; }}






  #s-b4e72403-357c-473b-a1bd-3c33639d64f5 img.shogun-image {
    

    
    
    
  }


#s-b4e72403-357c-473b-a1bd-3c33639d64f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9c77651-9619-4dee-bf42-91fc71ea4e32 {
  margin-left: 6%;
margin-bottom: 30px;
margin-right: 6%;
text-align: center;
}
@media (min-width: 1200px){#s-b9c77651-9619-4dee-bf42-91fc71ea4e32 {
  display: none;
}
#s-b9c77651-9619-4dee-bf42-91fc71ea4e32, #wrap-s-b9c77651-9619-4dee-bf42-91fc71ea4e32 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9c77651-9619-4dee-bf42-91fc71ea4e32 {
  display: none;
}
#s-b9c77651-9619-4dee-bf42-91fc71ea4e32, #wrap-s-b9c77651-9619-4dee-bf42-91fc71ea4e32 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9c77651-9619-4dee-bf42-91fc71ea4e32 {
  display: none;
}
#s-b9c77651-9619-4dee-bf42-91fc71ea4e32, #wrap-s-b9c77651-9619-4dee-bf42-91fc71ea4e32 { display:none !important; }}






  #s-b9c77651-9619-4dee-bf42-91fc71ea4e32 img.shogun-image {
    

    
    
    
  }


#s-b9c77651-9619-4dee-bf42-91fc71ea4e32 .shogun-image-content {
  
    align-items: center;
  
}

#s-245a3167-d657-41f8-899b-9d450e594f5d {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
@media (min-width: 1200px){#s-245a3167-d657-41f8-899b-9d450e594f5d {
  display: none;
}
#s-245a3167-d657-41f8-899b-9d450e594f5d, #wrap-s-245a3167-d657-41f8-899b-9d450e594f5d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-245a3167-d657-41f8-899b-9d450e594f5d {
  display: none;
}
#s-245a3167-d657-41f8-899b-9d450e594f5d, #wrap-s-245a3167-d657-41f8-899b-9d450e594f5d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-245a3167-d657-41f8-899b-9d450e594f5d {
  
}
}@media (max-width: 767px){#s-245a3167-d657-41f8-899b-9d450e594f5d {
  display: none;
}
#s-245a3167-d657-41f8-899b-9d450e594f5d, #wrap-s-245a3167-d657-41f8-899b-9d450e594f5d { display:none !important; }}






  #s-245a3167-d657-41f8-899b-9d450e594f5d img.shogun-image {
    

    
    
    
  }


#s-245a3167-d657-41f8-899b-9d450e594f5d .shogun-image-content {
  
    align-items: center;
  
}

#s-fdee9885-ec27-4874-b0b5-01d81b260521 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
@media (min-width: 1200px){#s-fdee9885-ec27-4874-b0b5-01d81b260521 {
  display: none;
}
#s-fdee9885-ec27-4874-b0b5-01d81b260521, #wrap-s-fdee9885-ec27-4874-b0b5-01d81b260521 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdee9885-ec27-4874-b0b5-01d81b260521 {
  display: none;
}
#s-fdee9885-ec27-4874-b0b5-01d81b260521, #wrap-s-fdee9885-ec27-4874-b0b5-01d81b260521 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fdee9885-ec27-4874-b0b5-01d81b260521 {
  
}
}@media (max-width: 767px){#s-fdee9885-ec27-4874-b0b5-01d81b260521 {
  display: none;
}
#s-fdee9885-ec27-4874-b0b5-01d81b260521, #wrap-s-fdee9885-ec27-4874-b0b5-01d81b260521 { display:none !important; }}






  #s-fdee9885-ec27-4874-b0b5-01d81b260521 img.shogun-image {
    

    
    
    
  }


#s-fdee9885-ec27-4874-b0b5-01d81b260521 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a1cd4b0-3dd0-44b0-8cde-093675772440 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-4a1cd4b0-3dd0-44b0-8cde-093675772440 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a1cd4b0-3dd0-44b0-8cde-093675772440 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a1cd4b0-3dd0-44b0-8cde-093675772440 {
  display: none;
}
#s-4a1cd4b0-3dd0-44b0-8cde-093675772440, #wrap-s-4a1cd4b0-3dd0-44b0-8cde-093675772440 { display:none !important; }}@media (max-width: 767px){#s-4a1cd4b0-3dd0-44b0-8cde-093675772440 {
  display: none;
}
#s-4a1cd4b0-3dd0-44b0-8cde-093675772440, #wrap-s-4a1cd4b0-3dd0-44b0-8cde-093675772440 { display:none !important; }}







#s-4a1cd4b0-3dd0-44b0-8cde-093675772440 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a1cd4b0-3dd0-44b0-8cde-093675772440.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba83c732-c899-4547-928c-96ace8eae94c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 160px;
background-position: center center;
}
@media (min-width: 1200px){#s-ba83c732-c899-4547-928c-96ace8eae94c {
  display: none;
}
#s-ba83c732-c899-4547-928c-96ace8eae94c, #wrap-s-ba83c732-c899-4547-928c-96ace8eae94c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba83c732-c899-4547-928c-96ace8eae94c {
  display: none;
}
#s-ba83c732-c899-4547-928c-96ace8eae94c, #wrap-s-ba83c732-c899-4547-928c-96ace8eae94c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba83c732-c899-4547-928c-96ace8eae94c {
  
}
}@media (max-width: 767px){#s-ba83c732-c899-4547-928c-96ace8eae94c {
  display: none;
}
#s-ba83c732-c899-4547-928c-96ace8eae94c, #wrap-s-ba83c732-c899-4547-928c-96ace8eae94c { display:none !important; }}







#s-ba83c732-c899-4547-928c-96ace8eae94c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba83c732-c899-4547-928c-96ace8eae94c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f80f42d-dc58-402c-8b97-fc7a66e478db {
  background-repeat: no-repeat;
background-size: cover;
min-height: 100px;
background-position: center center;
}
@media (min-width: 1200px){#s-8f80f42d-dc58-402c-8b97-fc7a66e478db {
  display: none;
}
#s-8f80f42d-dc58-402c-8b97-fc7a66e478db, #wrap-s-8f80f42d-dc58-402c-8b97-fc7a66e478db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f80f42d-dc58-402c-8b97-fc7a66e478db {
  display: none;
}
#s-8f80f42d-dc58-402c-8b97-fc7a66e478db, #wrap-s-8f80f42d-dc58-402c-8b97-fc7a66e478db { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f80f42d-dc58-402c-8b97-fc7a66e478db {
  display: none;
}
#s-8f80f42d-dc58-402c-8b97-fc7a66e478db, #wrap-s-8f80f42d-dc58-402c-8b97-fc7a66e478db { display:none !important; }}@media (max-width: 767px){#s-8f80f42d-dc58-402c-8b97-fc7a66e478db {
  
}
}







#s-8f80f42d-dc58-402c-8b97-fc7a66e478db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f80f42d-dc58-402c-8b97-fc7a66e478db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74af3e70-abb9-49d8-bb4f-733408e0941e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-position: center center;
opacity: 1;
}
@media (min-width: 992px) and (max-width: 1199px){#s-74af3e70-abb9-49d8-bb4f-733408e0941e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-74af3e70-abb9-49d8-bb4f-733408e0941e {
  display: none;
}
#s-74af3e70-abb9-49d8-bb4f-733408e0941e, #wrap-s-74af3e70-abb9-49d8-bb4f-733408e0941e { display:none !important; }}@media (max-width: 767px){#s-74af3e70-abb9-49d8-bb4f-733408e0941e {
  display: none;
}
#s-74af3e70-abb9-49d8-bb4f-733408e0941e, #wrap-s-74af3e70-abb9-49d8-bb4f-733408e0941e { display:none !important; }}







#s-74af3e70-abb9-49d8-bb4f-733408e0941e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-74af3e70-abb9-49d8-bb4f-733408e0941e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23228035-95be-499b-a8ce-d8f4cc454d17 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-23228035-95be-499b-a8ce-d8f4cc454d17 {
  display: none;
}
#s-23228035-95be-499b-a8ce-d8f4cc454d17, #wrap-s-23228035-95be-499b-a8ce-d8f4cc454d17 { display:none !important; }}@media (max-width: 767px){#s-23228035-95be-499b-a8ce-d8f4cc454d17 {
  display: none;
}
#s-23228035-95be-499b-a8ce-d8f4cc454d17, #wrap-s-23228035-95be-499b-a8ce-d8f4cc454d17 { display:none !important; }}
@media (min-width: 0px) {
[id="s-23228035-95be-499b-a8ce-d8f4cc454d17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23228035-95be-499b-a8ce-d8f4cc454d17"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-23228035-95be-499b-a8ce-d8f4cc454d17"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-23228035-95be-499b-a8ce-d8f4cc454d17"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-23228035-95be-499b-a8ce-d8f4cc454d17"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-23228035-95be-499b-a8ce-d8f4cc454d17"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-23228035-95be-499b-a8ce-d8f4cc454d17"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

}

#s-8f1fcb62-1ce7-484f-af8f-27b454888f35 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f1fcb62-1ce7-484f-af8f-27b454888f35 {
  display: none;
}
#s-8f1fcb62-1ce7-484f-af8f-27b454888f35, #wrap-s-8f1fcb62-1ce7-484f-af8f-27b454888f35 { display:none !important; }}@media (max-width: 767px){#s-8f1fcb62-1ce7-484f-af8f-27b454888f35 {
  display: none;
}
#s-8f1fcb62-1ce7-484f-af8f-27b454888f35, #wrap-s-8f1fcb62-1ce7-484f-af8f-27b454888f35 { display:none !important; }}
#s-8f1fcb62-1ce7-484f-af8f-27b454888f35 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 90px;
  line-height: 0.75em;
  letter-spacing: -2px;
  text-align: center;
}



@media (min-width: 1200px){#s-de6bed92-c645-4f9a-9e64-148e39c33a5b {
  display: none;
}
#s-de6bed92-c645-4f9a-9e64-148e39c33a5b, #wrap-s-de6bed92-c645-4f9a-9e64-148e39c33a5b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de6bed92-c645-4f9a-9e64-148e39c33a5b {
  display: none;
}
#s-de6bed92-c645-4f9a-9e64-148e39c33a5b, #wrap-s-de6bed92-c645-4f9a-9e64-148e39c33a5b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de6bed92-c645-4f9a-9e64-148e39c33a5b {
  display: none;
}
#s-de6bed92-c645-4f9a-9e64-148e39c33a5b, #wrap-s-de6bed92-c645-4f9a-9e64-148e39c33a5b { display:none !important; }}
#s-de6bed92-c645-4f9a-9e64-148e39c33a5b hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-333ae0d6-b92e-4397-be36-d0835dcf99ad {
  margin-bottom: 17px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-333ae0d6-b92e-4397-be36-d0835dcf99ad {
  display: none;
}
#s-333ae0d6-b92e-4397-be36-d0835dcf99ad, #wrap-s-333ae0d6-b92e-4397-be36-d0835dcf99ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-333ae0d6-b92e-4397-be36-d0835dcf99ad {
  display: none;
}
#s-333ae0d6-b92e-4397-be36-d0835dcf99ad, #wrap-s-333ae0d6-b92e-4397-be36-d0835dcf99ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-333ae0d6-b92e-4397-be36-d0835dcf99ad {
  display: none;
}
#s-333ae0d6-b92e-4397-be36-d0835dcf99ad, #wrap-s-333ae0d6-b92e-4397-be36-d0835dcf99ad { display:none !important; }}@media (max-width: 767px){#s-333ae0d6-b92e-4397-be36-d0835dcf99ad {
  
}
}
#s-333ae0d6-b92e-4397-be36-d0835dcf99ad .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  line-height: 0.75em;
  letter-spacing: -2px;
  text-align: center;
}



#s-1e6a9c58-c758-4a53-a888-faf7d95307ab {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 4px;
text-align: center;
}
@media (min-width: 1200px){#s-1e6a9c58-c758-4a53-a888-faf7d95307ab {
  display: none;
}
#s-1e6a9c58-c758-4a53-a888-faf7d95307ab, #wrap-s-1e6a9c58-c758-4a53-a888-faf7d95307ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e6a9c58-c758-4a53-a888-faf7d95307ab {
  display: none;
}
#s-1e6a9c58-c758-4a53-a888-faf7d95307ab, #wrap-s-1e6a9c58-c758-4a53-a888-faf7d95307ab { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e6a9c58-c758-4a53-a888-faf7d95307ab {
  
}
}@media (max-width: 767px){#s-1e6a9c58-c758-4a53-a888-faf7d95307ab {
  display: none;
}
#s-1e6a9c58-c758-4a53-a888-faf7d95307ab, #wrap-s-1e6a9c58-c758-4a53-a888-faf7d95307ab { display:none !important; }}
#s-1e6a9c58-c758-4a53-a888-faf7d95307ab .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 64px;
  line-height: 0.75em;
  letter-spacing: -2px;
  text-align: center;
}



#s-d3325ea8-2c33-4511-8886-4b8b78f35955 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3325ea8-2c33-4511-8886-4b8b78f35955 {
  display: none;
}
#s-d3325ea8-2c33-4511-8886-4b8b78f35955, #wrap-s-d3325ea8-2c33-4511-8886-4b8b78f35955 { display:none !important; }}@media (max-width: 767px){#s-d3325ea8-2c33-4511-8886-4b8b78f35955 {
  display: none;
}
#s-d3325ea8-2c33-4511-8886-4b8b78f35955, #wrap-s-d3325ea8-2c33-4511-8886-4b8b78f35955 { display:none !important; }}
#s-d3325ea8-2c33-4511-8886-4b8b78f35955 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 41px;
  line-height: 1.3em;
  
  
}



#s-488011aa-19e4-4413-acf8-6225dd57174e {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-488011aa-19e4-4413-acf8-6225dd57174e {
  display: none;
}
#s-488011aa-19e4-4413-acf8-6225dd57174e, #wrap-s-488011aa-19e4-4413-acf8-6225dd57174e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-488011aa-19e4-4413-acf8-6225dd57174e {
  display: none;
}
#s-488011aa-19e4-4413-acf8-6225dd57174e, #wrap-s-488011aa-19e4-4413-acf8-6225dd57174e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-488011aa-19e4-4413-acf8-6225dd57174e {
  display: none;
}
#s-488011aa-19e4-4413-acf8-6225dd57174e, #wrap-s-488011aa-19e4-4413-acf8-6225dd57174e { display:none !important; }}
#s-488011aa-19e4-4413-acf8-6225dd57174e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.3em;
  
  
}



#s-bbf2700c-35a0-47de-805a-06ec7da2998f {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-bbf2700c-35a0-47de-805a-06ec7da2998f {
  display: none;
}
#s-bbf2700c-35a0-47de-805a-06ec7da2998f, #wrap-s-bbf2700c-35a0-47de-805a-06ec7da2998f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bbf2700c-35a0-47de-805a-06ec7da2998f {
  display: none;
}
#s-bbf2700c-35a0-47de-805a-06ec7da2998f, #wrap-s-bbf2700c-35a0-47de-805a-06ec7da2998f { display:none !important; }}@media (max-width: 767px){#s-bbf2700c-35a0-47de-805a-06ec7da2998f {
  display: none;
}
#s-bbf2700c-35a0-47de-805a-06ec7da2998f, #wrap-s-bbf2700c-35a0-47de-805a-06ec7da2998f { display:none !important; }}
#s-bbf2700c-35a0-47de-805a-06ec7da2998f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.3em;
  
  
}



#s-f5f1396a-2cf6-499e-af11-74c2266c3cab {
  margin-bottom: 5px;
padding-top: 0px;
padding-left: 40%;
padding-right: 40%;
text-align: center;
}
@media (min-width: 1200px){#s-f5f1396a-2cf6-499e-af11-74c2266c3cab {
  display: none;
}
#s-f5f1396a-2cf6-499e-af11-74c2266c3cab, #wrap-s-f5f1396a-2cf6-499e-af11-74c2266c3cab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5f1396a-2cf6-499e-af11-74c2266c3cab {
  display: none;
}
#s-f5f1396a-2cf6-499e-af11-74c2266c3cab, #wrap-s-f5f1396a-2cf6-499e-af11-74c2266c3cab { display:none !important; }}@media (max-width: 767px){#s-f5f1396a-2cf6-499e-af11-74c2266c3cab {
  display: none;
}
#s-f5f1396a-2cf6-499e-af11-74c2266c3cab, #wrap-s-f5f1396a-2cf6-499e-af11-74c2266c3cab { display:none !important; }}






  #s-f5f1396a-2cf6-499e-af11-74c2266c3cab img.shogun-image {
    

    
    
    
  }


#s-f5f1396a-2cf6-499e-af11-74c2266c3cab .shogun-image-content {
  
    align-items: center;
  
}

#s-98e904ce-9410-437a-b595-d3272d1f188b {
  margin-bottom: 5px;
padding-top: 0px;
padding-left: 40%;
padding-right: 40%;
text-align: center;
}
@media (min-width: 1200px){#s-98e904ce-9410-437a-b595-d3272d1f188b {
  display: none;
}
#s-98e904ce-9410-437a-b595-d3272d1f188b, #wrap-s-98e904ce-9410-437a-b595-d3272d1f188b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98e904ce-9410-437a-b595-d3272d1f188b {
  display: none;
}
#s-98e904ce-9410-437a-b595-d3272d1f188b, #wrap-s-98e904ce-9410-437a-b595-d3272d1f188b { display:none !important; }}@media (max-width: 767px){#s-98e904ce-9410-437a-b595-d3272d1f188b {
  display: none;
}
#s-98e904ce-9410-437a-b595-d3272d1f188b, #wrap-s-98e904ce-9410-437a-b595-d3272d1f188b { display:none !important; }}






  #s-98e904ce-9410-437a-b595-d3272d1f188b img.shogun-image {
    

    
    
    
  }


#s-98e904ce-9410-437a-b595-d3272d1f188b .shogun-image-content {
  
    align-items: center;
  
}

#s-98e7fa01-5c99-4db1-8943-84a2e18a9d3d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-98e7fa01-5c99-4db1-8943-84a2e18a9d3d {
  display: none;
}
#s-98e7fa01-5c99-4db1-8943-84a2e18a9d3d, #wrap-s-98e7fa01-5c99-4db1-8943-84a2e18a9d3d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98e7fa01-5c99-4db1-8943-84a2e18a9d3d {
  display: none;
}
#s-98e7fa01-5c99-4db1-8943-84a2e18a9d3d, #wrap-s-98e7fa01-5c99-4db1-8943-84a2e18a9d3d { display:none !important; }}@media (max-width: 767px){#s-98e7fa01-5c99-4db1-8943-84a2e18a9d3d {
  display: none;
}
#s-98e7fa01-5c99-4db1-8943-84a2e18a9d3d, #wrap-s-98e7fa01-5c99-4db1-8943-84a2e18a9d3d { display:none !important; }}
#s-98e7fa01-5c99-4db1-8943-84a2e18a9d3d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: -1px;
  
}



#s-7a1d8024-8be9-4320-80ce-41a3f59969db {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-7a1d8024-8be9-4320-80ce-41a3f59969db {
  display: none;
}
#s-7a1d8024-8be9-4320-80ce-41a3f59969db, #wrap-s-7a1d8024-8be9-4320-80ce-41a3f59969db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a1d8024-8be9-4320-80ce-41a3f59969db {
  display: none;
}
#s-7a1d8024-8be9-4320-80ce-41a3f59969db, #wrap-s-7a1d8024-8be9-4320-80ce-41a3f59969db { display:none !important; }}@media (max-width: 767px){#s-7a1d8024-8be9-4320-80ce-41a3f59969db {
  display: none;
}
#s-7a1d8024-8be9-4320-80ce-41a3f59969db, #wrap-s-7a1d8024-8be9-4320-80ce-41a3f59969db { display:none !important; }}
#s-7a1d8024-8be9-4320-80ce-41a3f59969db .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: -1px;
  
}



#s-3e0c1aae-c592-4199-8ead-923a4df30962 {
  margin-bottom: 0px;
padding-top: 400px;
padding-bottom: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-3e0c1aae-c592-4199-8ead-923a4df30962 {
  display: none;
}
#s-3e0c1aae-c592-4199-8ead-923a4df30962, #wrap-s-3e0c1aae-c592-4199-8ead-923a4df30962 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e0c1aae-c592-4199-8ead-923a4df30962 {
  display: none;
}
#s-3e0c1aae-c592-4199-8ead-923a4df30962, #wrap-s-3e0c1aae-c592-4199-8ead-923a4df30962 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e0c1aae-c592-4199-8ead-923a4df30962 {
  display: none;
}
#s-3e0c1aae-c592-4199-8ead-923a4df30962, #wrap-s-3e0c1aae-c592-4199-8ead-923a4df30962 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3e0c1aae-c592-4199-8ead-923a4df30962"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e0c1aae-c592-4199-8ead-923a4df30962"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-3e0c1aae-c592-4199-8ead-923a4df30962"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3e0c1aae-c592-4199-8ead-923a4df30962"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-3e0c1aae-c592-4199-8ead-923a4df30962"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3e0c1aae-c592-4199-8ead-923a4df30962"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-3e0c1aae-c592-4199-8ead-923a4df30962"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

}

#s-398c1f32-93f5-4480-8893-8aea576b87bb {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-398c1f32-93f5-4480-8893-8aea576b87bb {
  display: none;
}
#s-398c1f32-93f5-4480-8893-8aea576b87bb, #wrap-s-398c1f32-93f5-4480-8893-8aea576b87bb { display:none !important; }}@media (max-width: 767px){#s-398c1f32-93f5-4480-8893-8aea576b87bb {
  display: none;
}
#s-398c1f32-93f5-4480-8893-8aea576b87bb, #wrap-s-398c1f32-93f5-4480-8893-8aea576b87bb { display:none !important; }}
#s-398c1f32-93f5-4480-8893-8aea576b87bb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 84px;
  line-height: 0.75em;
  letter-spacing: -2px;
  text-align: center;
}



#s-97c14236-2db5-4cf4-800e-24022e3bbe7e {
  padding-left: 36%;
padding-bottom: 16px;
padding-right: 36%;
text-align: center;
}







  #s-97c14236-2db5-4cf4-800e-24022e3bbe7e img.shogun-image {
    

    
    
    
  }


#s-97c14236-2db5-4cf4-800e-24022e3bbe7e .shogun-image-content {
  
    align-items: center;
  
}

#s-addecd20-b8cd-4ed7-8afc-69d9970b69e0 {
  margin-bottom: 17px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-addecd20-b8cd-4ed7-8afc-69d9970b69e0 {
  display: none;
}
#s-addecd20-b8cd-4ed7-8afc-69d9970b69e0, #wrap-s-addecd20-b8cd-4ed7-8afc-69d9970b69e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-addecd20-b8cd-4ed7-8afc-69d9970b69e0 {
  display: none;
}
#s-addecd20-b8cd-4ed7-8afc-69d9970b69e0, #wrap-s-addecd20-b8cd-4ed7-8afc-69d9970b69e0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-addecd20-b8cd-4ed7-8afc-69d9970b69e0 {
  display: none;
}
#s-addecd20-b8cd-4ed7-8afc-69d9970b69e0, #wrap-s-addecd20-b8cd-4ed7-8afc-69d9970b69e0 { display:none !important; }}@media (max-width: 767px){#s-addecd20-b8cd-4ed7-8afc-69d9970b69e0 {
  
}
}
#s-addecd20-b8cd-4ed7-8afc-69d9970b69e0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  line-height: 0.75em;
  letter-spacing: -2px;
  text-align: center;
}



#s-ffb78879-da8a-4408-8794-3e5107ed1ce8 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 4px;
text-align: center;
}
@media (min-width: 1200px){#s-ffb78879-da8a-4408-8794-3e5107ed1ce8 {
  display: none;
}
#s-ffb78879-da8a-4408-8794-3e5107ed1ce8, #wrap-s-ffb78879-da8a-4408-8794-3e5107ed1ce8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffb78879-da8a-4408-8794-3e5107ed1ce8 {
  display: none;
}
#s-ffb78879-da8a-4408-8794-3e5107ed1ce8, #wrap-s-ffb78879-da8a-4408-8794-3e5107ed1ce8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ffb78879-da8a-4408-8794-3e5107ed1ce8 {
  
}
}@media (max-width: 767px){#s-ffb78879-da8a-4408-8794-3e5107ed1ce8 {
  display: none;
}
#s-ffb78879-da8a-4408-8794-3e5107ed1ce8, #wrap-s-ffb78879-da8a-4408-8794-3e5107ed1ce8 { display:none !important; }}
#s-ffb78879-da8a-4408-8794-3e5107ed1ce8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 64px;
  line-height: 0.75em;
  letter-spacing: -2px;
  text-align: center;
}



#s-212b3c81-ce96-4287-bf5d-7bf1e37bdaec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-212b3c81-ce96-4287-bf5d-7bf1e37bdaec {
  display: none;
}
#s-212b3c81-ce96-4287-bf5d-7bf1e37bdaec, #wrap-s-212b3c81-ce96-4287-bf5d-7bf1e37bdaec { display:none !important; }}@media (max-width: 767px){#s-212b3c81-ce96-4287-bf5d-7bf1e37bdaec {
  display: none;
}
#s-212b3c81-ce96-4287-bf5d-7bf1e37bdaec, #wrap-s-212b3c81-ce96-4287-bf5d-7bf1e37bdaec { display:none !important; }}
#s-212b3c81-ce96-4287-bf5d-7bf1e37bdaec .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 62px;
  line-height: 1.3em;
  
  
}



#s-259a0fb2-db3e-44cf-8c17-9e7f6c9555f6 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-259a0fb2-db3e-44cf-8c17-9e7f6c9555f6 {
  display: none;
}
#s-259a0fb2-db3e-44cf-8c17-9e7f6c9555f6, #wrap-s-259a0fb2-db3e-44cf-8c17-9e7f6c9555f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-259a0fb2-db3e-44cf-8c17-9e7f6c9555f6 {
  display: none;
}
#s-259a0fb2-db3e-44cf-8c17-9e7f6c9555f6, #wrap-s-259a0fb2-db3e-44cf-8c17-9e7f6c9555f6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-259a0fb2-db3e-44cf-8c17-9e7f6c9555f6 {
  display: none;
}
#s-259a0fb2-db3e-44cf-8c17-9e7f6c9555f6, #wrap-s-259a0fb2-db3e-44cf-8c17-9e7f6c9555f6 { display:none !important; }}
#s-259a0fb2-db3e-44cf-8c17-9e7f6c9555f6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  
}



#s-715be0d7-5868-41ec-8736-c94b2130f61e {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-715be0d7-5868-41ec-8736-c94b2130f61e {
  display: none;
}
#s-715be0d7-5868-41ec-8736-c94b2130f61e, #wrap-s-715be0d7-5868-41ec-8736-c94b2130f61e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-715be0d7-5868-41ec-8736-c94b2130f61e {
  display: none;
}
#s-715be0d7-5868-41ec-8736-c94b2130f61e, #wrap-s-715be0d7-5868-41ec-8736-c94b2130f61e { display:none !important; }}@media (max-width: 767px){#s-715be0d7-5868-41ec-8736-c94b2130f61e {
  display: none;
}
#s-715be0d7-5868-41ec-8736-c94b2130f61e, #wrap-s-715be0d7-5868-41ec-8736-c94b2130f61e { display:none !important; }}
#s-715be0d7-5868-41ec-8736-c94b2130f61e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.3em;
  
  
}



#s-b5cef6bd-feb2-402d-988e-9484d61e80ae {
  margin-left: 10%;
margin-right: 10%;
padding-top: 4px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-b5cef6bd-feb2-402d-988e-9484d61e80ae {
  display: none;
}
#s-b5cef6bd-feb2-402d-988e-9484d61e80ae, #wrap-s-b5cef6bd-feb2-402d-988e-9484d61e80ae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5cef6bd-feb2-402d-988e-9484d61e80ae {
  display: none;
}
#s-b5cef6bd-feb2-402d-988e-9484d61e80ae, #wrap-s-b5cef6bd-feb2-402d-988e-9484d61e80ae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b5cef6bd-feb2-402d-988e-9484d61e80ae {
  
}
}@media (max-width: 767px){#s-b5cef6bd-feb2-402d-988e-9484d61e80ae {
  display: none;
}
#s-b5cef6bd-feb2-402d-988e-9484d61e80ae, #wrap-s-b5cef6bd-feb2-402d-988e-9484d61e80ae { display:none !important; }}
#s-b5cef6bd-feb2-402d-988e-9484d61e80ae .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-8261dfa9-3ed3-401e-9107-db9453433477 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
opacity: 1;
}
@media (min-width: 1200px){#s-8261dfa9-3ed3-401e-9107-db9453433477 {
  display: none;
}
#s-8261dfa9-3ed3-401e-9107-db9453433477, #wrap-s-8261dfa9-3ed3-401e-9107-db9453433477 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8261dfa9-3ed3-401e-9107-db9453433477 {
  display: none;
}
#s-8261dfa9-3ed3-401e-9107-db9453433477, #wrap-s-8261dfa9-3ed3-401e-9107-db9453433477 { display:none !important; }}







#s-8261dfa9-3ed3-401e-9107-db9453433477 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-8261dfa9-3ed3-401e-9107-db9453433477.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-676b1cea-a594-4f07-a808-ee25877ade84 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-676b1cea-a594-4f07-a808-ee25877ade84 {
  display: none;
}
#s-676b1cea-a594-4f07-a808-ee25877ade84, #wrap-s-676b1cea-a594-4f07-a808-ee25877ade84 { display:none !important; }}@media (max-width: 767px){#s-676b1cea-a594-4f07-a808-ee25877ade84 {
  display: none;
}
#s-676b1cea-a594-4f07-a808-ee25877ade84, #wrap-s-676b1cea-a594-4f07-a808-ee25877ade84 { display:none !important; }}
@media (min-width: 0px) {
[id="s-676b1cea-a594-4f07-a808-ee25877ade84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-676b1cea-a594-4f07-a808-ee25877ade84"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-676b1cea-a594-4f07-a808-ee25877ade84"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-676b1cea-a594-4f07-a808-ee25877ade84"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-676b1cea-a594-4f07-a808-ee25877ade84"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-676b1cea-a594-4f07-a808-ee25877ade84"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-676b1cea-a594-4f07-a808-ee25877ade84"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

}

#s-c9887b3b-469a-4ef2-8f6d-64cffbbc4baf {
  padding-left: 38%;
padding-bottom: 19px;
padding-right: 38%;
text-align: center;
}







  #s-c9887b3b-469a-4ef2-8f6d-64cffbbc4baf img.shogun-image {
    

    
    
    
  }


#s-c9887b3b-469a-4ef2-8f6d-64cffbbc4baf .shogun-image-content {
  
    align-items: center;
  
}

#s-207a10e4-1b94-439d-9a32-1e24a0828f56 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-207a10e4-1b94-439d-9a32-1e24a0828f56 {
  display: none;
}
#s-207a10e4-1b94-439d-9a32-1e24a0828f56, #wrap-s-207a10e4-1b94-439d-9a32-1e24a0828f56 { display:none !important; }}@media (max-width: 767px){#s-207a10e4-1b94-439d-9a32-1e24a0828f56 {
  display: none;
}
#s-207a10e4-1b94-439d-9a32-1e24a0828f56, #wrap-s-207a10e4-1b94-439d-9a32-1e24a0828f56 { display:none !important; }}
#s-207a10e4-1b94-439d-9a32-1e24a0828f56 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 84px;
  line-height: 0.75em;
  letter-spacing: -2px;
  text-align: center;
}



@media (min-width: 1200px){#s-ef27e2f9-5fb4-48b3-b8f1-0709b9065a33 {
  display: none;
}
#s-ef27e2f9-5fb4-48b3-b8f1-0709b9065a33, #wrap-s-ef27e2f9-5fb4-48b3-b8f1-0709b9065a33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef27e2f9-5fb4-48b3-b8f1-0709b9065a33 {
  display: none;
}
#s-ef27e2f9-5fb4-48b3-b8f1-0709b9065a33, #wrap-s-ef27e2f9-5fb4-48b3-b8f1-0709b9065a33 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef27e2f9-5fb4-48b3-b8f1-0709b9065a33 {
  display: none;
}
#s-ef27e2f9-5fb4-48b3-b8f1-0709b9065a33, #wrap-s-ef27e2f9-5fb4-48b3-b8f1-0709b9065a33 { display:none !important; }}
#s-ef27e2f9-5fb4-48b3-b8f1-0709b9065a33 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-9f44168e-4a40-4b8a-be7f-b059d79dbf73 {
  margin-bottom: 17px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-9f44168e-4a40-4b8a-be7f-b059d79dbf73 {
  display: none;
}
#s-9f44168e-4a40-4b8a-be7f-b059d79dbf73, #wrap-s-9f44168e-4a40-4b8a-be7f-b059d79dbf73 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f44168e-4a40-4b8a-be7f-b059d79dbf73 {
  display: none;
}
#s-9f44168e-4a40-4b8a-be7f-b059d79dbf73, #wrap-s-9f44168e-4a40-4b8a-be7f-b059d79dbf73 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f44168e-4a40-4b8a-be7f-b059d79dbf73 {
  display: none;
}
#s-9f44168e-4a40-4b8a-be7f-b059d79dbf73, #wrap-s-9f44168e-4a40-4b8a-be7f-b059d79dbf73 { display:none !important; }}@media (max-width: 767px){#s-9f44168e-4a40-4b8a-be7f-b059d79dbf73 {
  
}
}
#s-9f44168e-4a40-4b8a-be7f-b059d79dbf73 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  line-height: 0.75em;
  letter-spacing: -2px;
  text-align: center;
}



#s-9c714992-e01c-437b-968f-61c38a56fe48 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 4px;
text-align: center;
}
@media (min-width: 1200px){#s-9c714992-e01c-437b-968f-61c38a56fe48 {
  display: none;
}
#s-9c714992-e01c-437b-968f-61c38a56fe48, #wrap-s-9c714992-e01c-437b-968f-61c38a56fe48 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c714992-e01c-437b-968f-61c38a56fe48 {
  display: none;
}
#s-9c714992-e01c-437b-968f-61c38a56fe48, #wrap-s-9c714992-e01c-437b-968f-61c38a56fe48 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c714992-e01c-437b-968f-61c38a56fe48 {
  
}
}@media (max-width: 767px){#s-9c714992-e01c-437b-968f-61c38a56fe48 {
  display: none;
}
#s-9c714992-e01c-437b-968f-61c38a56fe48, #wrap-s-9c714992-e01c-437b-968f-61c38a56fe48 { display:none !important; }}
#s-9c714992-e01c-437b-968f-61c38a56fe48 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 64px;
  line-height: 0.75em;
  letter-spacing: -2px;
  text-align: center;
}



#s-c1409c44-8255-4900-845b-ecfa82ead012 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c1409c44-8255-4900-845b-ecfa82ead012 {
  display: none;
}
#s-c1409c44-8255-4900-845b-ecfa82ead012, #wrap-s-c1409c44-8255-4900-845b-ecfa82ead012 { display:none !important; }}@media (max-width: 767px){#s-c1409c44-8255-4900-845b-ecfa82ead012 {
  display: none;
}
#s-c1409c44-8255-4900-845b-ecfa82ead012, #wrap-s-c1409c44-8255-4900-845b-ecfa82ead012 { display:none !important; }}
#s-c1409c44-8255-4900-845b-ecfa82ead012 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 59px;
  line-height: 1.3em;
  
  
}



#s-5ebaa168-66db-46cb-bec0-239cbc8b9086 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-5ebaa168-66db-46cb-bec0-239cbc8b9086 {
  display: none;
}
#s-5ebaa168-66db-46cb-bec0-239cbc8b9086, #wrap-s-5ebaa168-66db-46cb-bec0-239cbc8b9086 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ebaa168-66db-46cb-bec0-239cbc8b9086 {
  display: none;
}
#s-5ebaa168-66db-46cb-bec0-239cbc8b9086, #wrap-s-5ebaa168-66db-46cb-bec0-239cbc8b9086 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ebaa168-66db-46cb-bec0-239cbc8b9086 {
  display: none;
}
#s-5ebaa168-66db-46cb-bec0-239cbc8b9086, #wrap-s-5ebaa168-66db-46cb-bec0-239cbc8b9086 { display:none !important; }}
#s-5ebaa168-66db-46cb-bec0-239cbc8b9086 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.3em;
  
  
}



#s-31d3e9aa-0bcf-4ae8-96e2-3c8b362753a6 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-31d3e9aa-0bcf-4ae8-96e2-3c8b362753a6 {
  display: none;
}
#s-31d3e9aa-0bcf-4ae8-96e2-3c8b362753a6, #wrap-s-31d3e9aa-0bcf-4ae8-96e2-3c8b362753a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31d3e9aa-0bcf-4ae8-96e2-3c8b362753a6 {
  display: none;
}
#s-31d3e9aa-0bcf-4ae8-96e2-3c8b362753a6, #wrap-s-31d3e9aa-0bcf-4ae8-96e2-3c8b362753a6 { display:none !important; }}@media (max-width: 767px){#s-31d3e9aa-0bcf-4ae8-96e2-3c8b362753a6 {
  display: none;
}
#s-31d3e9aa-0bcf-4ae8-96e2-3c8b362753a6, #wrap-s-31d3e9aa-0bcf-4ae8-96e2-3c8b362753a6 { display:none !important; }}
#s-31d3e9aa-0bcf-4ae8-96e2-3c8b362753a6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.3em;
  
  
}



@media (max-width: 767px){#s-5a5eed7b-df99-43af-ad52-2b9a047f1a07 {
  display: none;
}
#s-5a5eed7b-df99-43af-ad52-2b9a047f1a07, #wrap-s-5a5eed7b-df99-43af-ad52-2b9a047f1a07 { display:none !important; }}
#s-5a5eed7b-df99-43af-ad52-2b9a047f1a07 hr {
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-0b9c78c0-db56-4fe8-9eca-43768357558f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-0b9c78c0-db56-4fe8-9eca-43768357558f {
  display: none;
}
#s-0b9c78c0-db56-4fe8-9eca-43768357558f, #wrap-s-0b9c78c0-db56-4fe8-9eca-43768357558f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b9c78c0-db56-4fe8-9eca-43768357558f {
  display: none;
}
#s-0b9c78c0-db56-4fe8-9eca-43768357558f, #wrap-s-0b9c78c0-db56-4fe8-9eca-43768357558f { display:none !important; }}@media (max-width: 767px){#s-0b9c78c0-db56-4fe8-9eca-43768357558f {
  display: none;
}
#s-0b9c78c0-db56-4fe8-9eca-43768357558f, #wrap-s-0b9c78c0-db56-4fe8-9eca-43768357558f { display:none !important; }}
#s-0b9c78c0-db56-4fe8-9eca-43768357558f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: -1px;
  
}



#s-1c1846cd-737b-47f4-b6f9-099582527dbc {
  margin-bottom: 30px;
padding-top: 6px;
padding-left: 11%;
padding-bottom: 0px;
padding-right: 11%;
text-align: center;
}
@media (min-width: 1200px){#s-1c1846cd-737b-47f4-b6f9-099582527dbc {
  display: none;
}
#s-1c1846cd-737b-47f4-b6f9-099582527dbc, #wrap-s-1c1846cd-737b-47f4-b6f9-099582527dbc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c1846cd-737b-47f4-b6f9-099582527dbc {
  display: none;
}
#s-1c1846cd-737b-47f4-b6f9-099582527dbc, #wrap-s-1c1846cd-737b-47f4-b6f9-099582527dbc { display:none !important; }}@media (max-width: 767px){#s-1c1846cd-737b-47f4-b6f9-099582527dbc {
  display: none;
}
#s-1c1846cd-737b-47f4-b6f9-099582527dbc, #wrap-s-1c1846cd-737b-47f4-b6f9-099582527dbc { display:none !important; }}
#s-1c1846cd-737b-47f4-b6f9-099582527dbc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.4em;
  letter-spacing: -1px;
  
}



#s-0422de16-0cab-4c7d-abe1-5b2270c11cc0 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-0422de16-0cab-4c7d-abe1-5b2270c11cc0 {
  display: none;
}
#s-0422de16-0cab-4c7d-abe1-5b2270c11cc0, #wrap-s-0422de16-0cab-4c7d-abe1-5b2270c11cc0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0422de16-0cab-4c7d-abe1-5b2270c11cc0 {
  display: none;
}
#s-0422de16-0cab-4c7d-abe1-5b2270c11cc0, #wrap-s-0422de16-0cab-4c7d-abe1-5b2270c11cc0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0422de16-0cab-4c7d-abe1-5b2270c11cc0 {
  display: none;
}
#s-0422de16-0cab-4c7d-abe1-5b2270c11cc0, #wrap-s-0422de16-0cab-4c7d-abe1-5b2270c11cc0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0422de16-0cab-4c7d-abe1-5b2270c11cc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0422de16-0cab-4c7d-abe1-5b2270c11cc0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0422de16-0cab-4c7d-abe1-5b2270c11cc0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0422de16-0cab-4c7d-abe1-5b2270c11cc0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0422de16-0cab-4c7d-abe1-5b2270c11cc0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0422de16-0cab-4c7d-abe1-5b2270c11cc0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0422de16-0cab-4c7d-abe1-5b2270c11cc0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-efcc8d89-24c4-4042-9ad0-29f3dbf71085 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-efcc8d89-24c4-4042-9ad0-29f3dbf71085 {
  display: none;
}
#s-efcc8d89-24c4-4042-9ad0-29f3dbf71085, #wrap-s-efcc8d89-24c4-4042-9ad0-29f3dbf71085 { display:none !important; }}@media (max-width: 767px){#s-efcc8d89-24c4-4042-9ad0-29f3dbf71085 {
  display: none;
}
#s-efcc8d89-24c4-4042-9ad0-29f3dbf71085, #wrap-s-efcc8d89-24c4-4042-9ad0-29f3dbf71085 { display:none !important; }}
#s-efcc8d89-24c4-4042-9ad0-29f3dbf71085 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 84px;
  line-height: 0.75em;
  letter-spacing: -2px;
  text-align: center;
}



#s-28f8094a-d275-4cd5-a75c-269e412c5bda {
  margin-bottom: 9px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-28f8094a-d275-4cd5-a75c-269e412c5bda {
  display: none;
}
#s-28f8094a-d275-4cd5-a75c-269e412c5bda, #wrap-s-28f8094a-d275-4cd5-a75c-269e412c5bda { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28f8094a-d275-4cd5-a75c-269e412c5bda {
  display: none;
}
#s-28f8094a-d275-4cd5-a75c-269e412c5bda, #wrap-s-28f8094a-d275-4cd5-a75c-269e412c5bda { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28f8094a-d275-4cd5-a75c-269e412c5bda {
  display: none;
}
#s-28f8094a-d275-4cd5-a75c-269e412c5bda, #wrap-s-28f8094a-d275-4cd5-a75c-269e412c5bda { display:none !important; }}@media (max-width: 767px){#s-28f8094a-d275-4cd5-a75c-269e412c5bda {
  
}
}
#s-28f8094a-d275-4cd5-a75c-269e412c5bda .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  line-height: 0.75em;
  letter-spacing: -2px;
  text-align: center;
}



#s-e1c0deb5-2fda-4024-b00f-86b00dd2ac4c {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 4px;
text-align: center;
}
@media (min-width: 1200px){#s-e1c0deb5-2fda-4024-b00f-86b00dd2ac4c {
  display: none;
}
#s-e1c0deb5-2fda-4024-b00f-86b00dd2ac4c, #wrap-s-e1c0deb5-2fda-4024-b00f-86b00dd2ac4c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1c0deb5-2fda-4024-b00f-86b00dd2ac4c {
  display: none;
}
#s-e1c0deb5-2fda-4024-b00f-86b00dd2ac4c, #wrap-s-e1c0deb5-2fda-4024-b00f-86b00dd2ac4c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1c0deb5-2fda-4024-b00f-86b00dd2ac4c {
  
}
}@media (max-width: 767px){#s-e1c0deb5-2fda-4024-b00f-86b00dd2ac4c {
  display: none;
}
#s-e1c0deb5-2fda-4024-b00f-86b00dd2ac4c, #wrap-s-e1c0deb5-2fda-4024-b00f-86b00dd2ac4c { display:none !important; }}
#s-e1c0deb5-2fda-4024-b00f-86b00dd2ac4c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 64px;
  line-height: 0.75em;
  letter-spacing: -2px;
  text-align: center;
}



#s-19729c85-e370-4363-8d34-9e36c5000c04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-19729c85-e370-4363-8d34-9e36c5000c04 {
  display: none;
}
#s-19729c85-e370-4363-8d34-9e36c5000c04, #wrap-s-19729c85-e370-4363-8d34-9e36c5000c04 { display:none !important; }}@media (max-width: 767px){#s-19729c85-e370-4363-8d34-9e36c5000c04 {
  display: none;
}
#s-19729c85-e370-4363-8d34-9e36c5000c04, #wrap-s-19729c85-e370-4363-8d34-9e36c5000c04 { display:none !important; }}
#s-19729c85-e370-4363-8d34-9e36c5000c04 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 62px;
  line-height: 1.3em;
  
  
}



#s-0e8dd4a5-d9b0-442e-9fef-f2654737d63a {
  padding-top: 6px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-0e8dd4a5-d9b0-442e-9fef-f2654737d63a {
  display: none;
}
#s-0e8dd4a5-d9b0-442e-9fef-f2654737d63a, #wrap-s-0e8dd4a5-d9b0-442e-9fef-f2654737d63a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e8dd4a5-d9b0-442e-9fef-f2654737d63a {
  display: none;
}
#s-0e8dd4a5-d9b0-442e-9fef-f2654737d63a, #wrap-s-0e8dd4a5-d9b0-442e-9fef-f2654737d63a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e8dd4a5-d9b0-442e-9fef-f2654737d63a {
  display: none;
}
#s-0e8dd4a5-d9b0-442e-9fef-f2654737d63a, #wrap-s-0e8dd4a5-d9b0-442e-9fef-f2654737d63a { display:none !important; }}
#s-0e8dd4a5-d9b0-442e-9fef-f2654737d63a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  
}



#s-e673d41a-410a-4b60-8c9c-7d9204af33d2 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-e673d41a-410a-4b60-8c9c-7d9204af33d2 {
  display: none;
}
#s-e673d41a-410a-4b60-8c9c-7d9204af33d2, #wrap-s-e673d41a-410a-4b60-8c9c-7d9204af33d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e673d41a-410a-4b60-8c9c-7d9204af33d2 {
  display: none;
}
#s-e673d41a-410a-4b60-8c9c-7d9204af33d2, #wrap-s-e673d41a-410a-4b60-8c9c-7d9204af33d2 { display:none !important; }}@media (max-width: 767px){#s-e673d41a-410a-4b60-8c9c-7d9204af33d2 {
  display: none;
}
#s-e673d41a-410a-4b60-8c9c-7d9204af33d2, #wrap-s-e673d41a-410a-4b60-8c9c-7d9204af33d2 { display:none !important; }}
#s-e673d41a-410a-4b60-8c9c-7d9204af33d2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Grand Hotel";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.3em;
  
  
}



#s-4b646897-6879-434c-8ea3-ca1004876be3 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 4px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-4b646897-6879-434c-8ea3-ca1004876be3 {
  display: none;
}
#s-4b646897-6879-434c-8ea3-ca1004876be3, #wrap-s-4b646897-6879-434c-8ea3-ca1004876be3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b646897-6879-434c-8ea3-ca1004876be3 {
  display: none;
}
#s-4b646897-6879-434c-8ea3-ca1004876be3, #wrap-s-4b646897-6879-434c-8ea3-ca1004876be3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b646897-6879-434c-8ea3-ca1004876be3 {
  
}
}@media (max-width: 767px){#s-4b646897-6879-434c-8ea3-ca1004876be3 {
  display: none;
}
#s-4b646897-6879-434c-8ea3-ca1004876be3, #wrap-s-4b646897-6879-434c-8ea3-ca1004876be3 { display:none !important; }}
#s-4b646897-6879-434c-8ea3-ca1004876be3 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-feb30882-3c7a-483a-bb83-c109c38c982a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 280px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-feb30882-3c7a-483a-bb83-c109c38c982a {
  display: none;
}
#s-feb30882-3c7a-483a-bb83-c109c38c982a, #wrap-s-feb30882-3c7a-483a-bb83-c109c38c982a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-feb30882-3c7a-483a-bb83-c109c38c982a {
  display: none;
}
#s-feb30882-3c7a-483a-bb83-c109c38c982a, #wrap-s-feb30882-3c7a-483a-bb83-c109c38c982a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-feb30882-3c7a-483a-bb83-c109c38c982a {
  display: none;
}
#s-feb30882-3c7a-483a-bb83-c109c38c982a, #wrap-s-feb30882-3c7a-483a-bb83-c109c38c982a { display:none !important; }}







#s-feb30882-3c7a-483a-bb83-c109c38c982a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-feb30882-3c7a-483a-bb83-c109c38c982a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8902f979-f423-49d9-89e7-4b8793cd9602 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 427px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-8902f979-f423-49d9-89e7-4b8793cd9602 {
  display: none;
}
#s-8902f979-f423-49d9-89e7-4b8793cd9602, #wrap-s-8902f979-f423-49d9-89e7-4b8793cd9602 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8902f979-f423-49d9-89e7-4b8793cd9602 {
  display: none;
}
#s-8902f979-f423-49d9-89e7-4b8793cd9602, #wrap-s-8902f979-f423-49d9-89e7-4b8793cd9602 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8902f979-f423-49d9-89e7-4b8793cd9602 {
  
}
}@media (max-width: 767px){#s-8902f979-f423-49d9-89e7-4b8793cd9602 {
  display: none;
}
#s-8902f979-f423-49d9-89e7-4b8793cd9602, #wrap-s-8902f979-f423-49d9-89e7-4b8793cd9602 { display:none !important; }}







#s-8902f979-f423-49d9-89e7-4b8793cd9602 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8902f979-f423-49d9-89e7-4b8793cd9602.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6a82b50-ebb3-4ab0-a571-7e7dd7e8cb8b {
  background-repeat: no-repeat;
background-size: contain;
min-height: 800px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-a6a82b50-ebb3-4ab0-a571-7e7dd7e8cb8b {
  display: none;
}
#s-a6a82b50-ebb3-4ab0-a571-7e7dd7e8cb8b, #wrap-s-a6a82b50-ebb3-4ab0-a571-7e7dd7e8cb8b { display:none !important; }}@media (max-width: 767px){#s-a6a82b50-ebb3-4ab0-a571-7e7dd7e8cb8b {
  display: none;
}
#s-a6a82b50-ebb3-4ab0-a571-7e7dd7e8cb8b, #wrap-s-a6a82b50-ebb3-4ab0-a571-7e7dd7e8cb8b { display:none !important; }}







#s-a6a82b50-ebb3-4ab0-a571-7e7dd7e8cb8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6a82b50-ebb3-4ab0-a571-7e7dd7e8cb8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cf73d86-5f59-47f2-b08f-90599709124e {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 0px;
background-color: rgba(119, 92, 167, 1);
background-attachment: scroll;
}








#s-3cf73d86-5f59-47f2-b08f-90599709124e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cf73d86-5f59-47f2-b08f-90599709124e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-33d42607-1db8-451a-9af8-41a3f9cea1cc {
  margin-left: 8%;
margin-right: 8%;
}

/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}