.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-b4b32077-1de0-496d-84be-ad49b1cc9b6a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b4b32077-1de0-496d-84be-ad49b1cc9b6a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4b32077-1de0-496d-84be-ad49b1cc9b6a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4b32077-1de0-496d-84be-ad49b1cc9b6a {
  
}
}@media (max-width: 767px){#s-b4b32077-1de0-496d-84be-ad49b1cc9b6a {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}
#s-b4b32077-1de0-496d-84be-ad49b1cc9b6a {
  background-image: url(https://i.shgcdn.com/b8e3faaa-0295-487d-99ee-7fc8c355cb48/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b4b32077-1de0-496d-84be-ad49b1cc9b6a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-b4b32077-1de0-496d-84be-ad49b1cc9b6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 1200px){#s-2cc84812-a433-4fb0-be99-a034d497b14f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2cc84812-a433-4fb0-be99-a034d497b14f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2cc84812-a433-4fb0-be99-a034d497b14f {
  
}
}@media (max-width: 767px){#s-2cc84812-a433-4fb0-be99-a034d497b14f {
  
}
}
@media (min-width: 0px) {
[id="s-2cc84812-a433-4fb0-be99-a034d497b14f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cc84812-a433-4fb0-be99-a034d497b14f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cc84812-a433-4fb0-be99-a034d497b14f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2cc84812-a433-4fb0-be99-a034d497b14f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cc84812-a433-4fb0-be99-a034d497b14f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cc84812-a433-4fb0-be99-a034d497b14f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cc84812-a433-4fb0-be99-a034d497b14f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-a60ebb74-b7e8-42b9-863d-00bf3c1c18ff {
  min-height: 53px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-a60ebb74-b7e8-42b9-863d-00bf3c1c18ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a60ebb74-b7e8-42b9-863d-00bf3c1c18ff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a60ebb74-b7e8-42b9-863d-00bf3c1c18ff {
  
}
}@media (max-width: 767px){#s-a60ebb74-b7e8-42b9-863d-00bf3c1c18ff {
  
}
}







#s-a60ebb74-b7e8-42b9-863d-00bf3c1c18ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a60ebb74-b7e8-42b9-863d-00bf3c1c18ff.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-8a92a119-9bf4-4226-a613-f4835a088883 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8a92a119-9bf4-4226-a613-f4835a088883 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "proxima-nova";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-8a92a119-9bf4-4226-a613-f4835a088883 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "proxima-nova";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-8a92a119-9bf4-4226-a613-f4835a088883 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "proxima-nova";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-028b5722-9e37-40f8-972a-854b3d2dbab1 {
  margin-top: 16px;
margin-bottom: 32px;
}

#s-84013924-1e13-4670-8e6c-027ebdc4aa86 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-84013924-1e13-4670-8e6c-027ebdc4aa86 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-84013924-1e13-4670-8e6c-027ebdc4aa86 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-84013924-1e13-4670-8e6c-027ebdc4aa86 {
  
}
}@media (max-width: 767px){#s-84013924-1e13-4670-8e6c-027ebdc4aa86 {
  margin-left: -1%;
margin-right: -1%;
}
}







#s-84013924-1e13-4670-8e6c-027ebdc4aa86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84013924-1e13-4670-8e6c-027ebdc4aa86.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0f988260-9347-47e4-8978-5d6f9dc1eea9 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-0f988260-9347-47e4-8978-5d6f9dc1eea9 {
  margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f988260-9347-47e4-8978-5d6f9dc1eea9 {
  margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f988260-9347-47e4-8978-5d6f9dc1eea9 {
  
}
}@media (max-width: 767px){#s-0f988260-9347-47e4-8978-5d6f9dc1eea9 {
  
}
}
#s-0f988260-9347-47e4-8978-5d6f9dc1eea9 .shogun-heading-component h2 {
  color: rgba(58, 58, 58, 1);
  font-weight:  normal ;
  font-family: "proxima-nova";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-0f988260-9347-47e4-8978-5d6f9dc1eea9 .shogun-heading-component h2 {
  color: rgba(58, 58, 58, 1);
  font-weight:  normal ;
  font-family: "proxima-nova";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}


}
@media (min-width: 0px) {
[id="s-a8c38ef0-3525-4149-b7ba-b324c056fe52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8c38ef0-3525-4149-b7ba-b324c056fe52"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a8c38ef0-3525-4149-b7ba-b324c056fe52"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a8c38ef0-3525-4149-b7ba-b324c056fe52"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a8c38ef0-3525-4149-b7ba-b324c056fe52"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8c38ef0-3525-4149-b7ba-b324c056fe52"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a8c38ef0-3525-4149-b7ba-b324c056fe52"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-78f97931-879a-4ef6-a7fa-8120e051e99e {
  margin-top: -8px;
margin-left: 8px;
margin-bottom: -8px;
margin-right: 8px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-78f97931-879a-4ef6-a7fa-8120e051e99e {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-0f3d013a-8278-4547-ac64-f57efcbf579f {
  margin-left: 80px;
margin-bottom: 50px;
margin-right: 80px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
background-color: rgba(230, 230, 230, 1);
}
@media (min-width: 1200px){#s-0f3d013a-8278-4547-ac64-f57efcbf579f {
  display: none;
}
#s-0f3d013a-8278-4547-ac64-f57efcbf579f, #wrap-s-0f3d013a-8278-4547-ac64-f57efcbf579f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f3d013a-8278-4547-ac64-f57efcbf579f {
  display: none;
}
#s-0f3d013a-8278-4547-ac64-f57efcbf579f, #wrap-s-0f3d013a-8278-4547-ac64-f57efcbf579f { display:none !important; }}
#s-0f3d013a-8278-4547-ac64-f57efcbf579f .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-0f3d013a-8278-4547-ac64-f57efcbf579f .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: ;
  color: #008000;
  font-family: ;
  font-weight: ;
  
  
  
}

#s-0f3d013a-8278-4547-ac64-f57efcbf579f .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-0f3d013a-8278-4547-ac64-f57efcbf579f .shogun-form-error-msg-container, #s-0f3d013a-8278-4547-ac64-f57efcbf579f .shogun-form-field-error-msg-container {
  display: none;
}

#s-0f3d013a-8278-4547-ac64-f57efcbf579f .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-0f3d013a-8278-4547-ac64-f57efcbf579f .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

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

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

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

@media (min-width: 1200px){#s-e28fc671-2b60-4bf9-b487-c711ad7a3905 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e28fc671-2b60-4bf9-b487-c711ad7a3905 {
  
}
}
#s-e28fc671-2b60-4bf9-b487-c711ad7a3905  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-e28fc671-2b60-4bf9-b487-c711ad7a3905  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-e28fc671-2b60-4bf9-b487-c711ad7a3905 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-e28fc671-2b60-4bf9-b487-c711ad7a3905 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-8470f73e-377d-4640-ac55-f3513a145a48  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-8470f73e-377d-4640-ac55-f3513a145a48  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-8470f73e-377d-4640-ac55-f3513a145a48 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-8470f73e-377d-4640-ac55-f3513a145a48 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-dadd6a4c-f96a-4072-8086-662ac72b4c26  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-dadd6a4c-f96a-4072-8086-662ac72b4c26  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-dadd6a4c-f96a-4072-8086-662ac72b4c26 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-dadd6a4c-f96a-4072-8086-662ac72b4c26 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-b625334b-dc24-49ce-84e5-79d057b6f8c5  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-b625334b-dc24-49ce-84e5-79d057b6f8c5  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-b625334b-dc24-49ce-84e5-79d057b6f8c5 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-b625334b-dc24-49ce-84e5-79d057b6f8c5 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-d1c3a2c7-5cc1-4b57-87d9-9f65228b1e02 {
  margin-bottom: 15px;
}

#s-d1c3a2c7-5cc1-4b57-87d9-9f65228b1e02  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-d1c3a2c7-5cc1-4b57-87d9-9f65228b1e02  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-d1c3a2c7-5cc1-4b57-87d9-9f65228b1e02 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-d1c3a2c7-5cc1-4b57-87d9-9f65228b1e02 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-5aac1cb3-80bd-4305-8199-e809e2c1eb1d  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-5aac1cb3-80bd-4305-8199-e809e2c1eb1d  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-5aac1cb3-80bd-4305-8199-e809e2c1eb1d .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-5aac1cb3-80bd-4305-8199-e809e2c1eb1d .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-19001043-0045-49c3-9dcb-31cdc3093284 {
  margin-bottom: 15px;
}

#s-19001043-0045-49c3-9dcb-31cdc3093284  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-19001043-0045-49c3-9dcb-31cdc3093284  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-19001043-0045-49c3-9dcb-31cdc3093284 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-19001043-0045-49c3-9dcb-31cdc3093284 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-dropdown .shogun-form-label {
  margin-bottom: 8px;
}

.shogun-form-dropdown select {
  margin: 0;
  width: 100%;
}

#s-547711ac-b540-4071-b1d1-a6fd47f3e077 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}

#s-547711ac-b540-4071-b1d1-a6fd47f3e077 select.is-placeholder-selected {
  color: #000 !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-547711ac-b540-4071-b1d1-a6fd47f3e077 .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  
  border-color: #000;
  border-width: 0px;
  
  box-shadow: ;

  
  
  
  
  
  
  
}

#s-547711ac-b540-4071-b1d1-a6fd47f3e077 .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-547711ac-b540-4071-b1d1-a6fd47f3e077 .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    box-shadow: ;
  }



  #s-547711ac-b540-4071-b1d1-a6fd47f3e077 .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 1px;
     
     box-shadow: ;
  }


#s-aed919da-7417-4b27-b6bc-462027dc0cd6 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-aed919da-7417-4b27-b6bc-462027dc0cd6  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-aed919da-7417-4b27-b6bc-462027dc0cd6  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-aed919da-7417-4b27-b6bc-462027dc0cd6 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-aed919da-7417-4b27-b6bc-462027dc0cd6 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-a1cdcbb5-d46b-4198-812e-d37217a49731 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-a1cdcbb5-d46b-4198-812e-d37217a49731  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-a1cdcbb5-d46b-4198-812e-d37217a49731  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-a1cdcbb5-d46b-4198-812e-d37217a49731 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-a1cdcbb5-d46b-4198-812e-d37217a49731 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-a704434d-5eac-459d-b310-4aa607f177e7 select.is-placeholder-selected {
  color: #000 !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-a704434d-5eac-459d-b310-4aa607f177e7 .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  
  border-color: #000;
  border-width: 1px;
  
  box-shadow: ;

  
  
  
  
  
  
  
}

#s-a704434d-5eac-459d-b310-4aa607f177e7 .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-a704434d-5eac-459d-b310-4aa607f177e7 .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    box-shadow: ;
  }



  #s-a704434d-5eac-459d-b310-4aa607f177e7 .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 1px;
     
     box-shadow: ;
  }


#s-811b4fb6-ec9f-4bd6-ba14-237b86df88e8 {
  padding-bottom: 25px;
}

#s-811b4fb6-ec9f-4bd6-ba14-237b86df88e8  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-811b4fb6-ec9f-4bd6-ba14-237b86df88e8  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-811b4fb6-ec9f-4bd6-ba14-237b86df88e8 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-811b4fb6-ec9f-4bd6-ba14-237b86df88e8 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-check-box {
}

#s-ca84aabc-bacd-437b-9ff4-21e6e2463d88 .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-ca84aabc-bacd-437b-9ff4-21e6e2463d88 input {
  opacity: 0;
  position: absolute;
}

#s-ca84aabc-bacd-437b-9ff4-21e6e2463d88 .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-ca84aabc-bacd-437b-9ff4-21e6e2463d88 .shogun-form-checkbox-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-ca84aabc-bacd-437b-9ff4-21e6e2463d88 .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: ;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-ca84aabc-bacd-437b-9ff4-21e6e2463d88 .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: ;
}

#s-ca84aabc-bacd-437b-9ff4-21e6e2463d88 input:checked + label .shogun-form-checkbox-inner {
  background-color: #000;
}





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

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

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

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

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

#s-84f61b0e-fee6-48d2-b2b8-218b24572ef7 {
  margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
color: #FFFFFF;
background-color: rgba(0, 181, 226, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-84f61b0e-fee6-48d2-b2b8-218b24572ef7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84f61b0e-fee6-48d2-b2b8-218b24572ef7:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-84f61b0e-fee6-48d2-b2b8-218b24572ef7[disabled],
#s-84f61b0e-fee6-48d2-b2b8-218b24572ef7[disabled]:hover,
#s-84f61b0e-fee6-48d2-b2b8-218b24572ef7[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-84f61b0e-fee6-48d2-b2b8-218b24572ef7 {
  display:  inline-block ;
  width:  auto ;
}


#s-f6887394-72a1-4c93-904e-93b45e76b3a1 {
  margin-left: 80px;
margin-bottom: 50px;
margin-right: 80px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
background-color: rgba(230, 230, 230, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f6887394-72a1-4c93-904e-93b45e76b3a1 {
  display: none;
}
#s-f6887394-72a1-4c93-904e-93b45e76b3a1, #wrap-s-f6887394-72a1-4c93-904e-93b45e76b3a1 { display:none !important; }}@media (max-width: 767px){#s-f6887394-72a1-4c93-904e-93b45e76b3a1 {
  display: none;
}
#s-f6887394-72a1-4c93-904e-93b45e76b3a1, #wrap-s-f6887394-72a1-4c93-904e-93b45e76b3a1 { display:none !important; }}
#s-f6887394-72a1-4c93-904e-93b45e76b3a1 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-f6887394-72a1-4c93-904e-93b45e76b3a1 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: ;
  color: #008000;
  font-family: ;
  font-weight: ;
  
  
  
}

#s-f6887394-72a1-4c93-904e-93b45e76b3a1 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-f6887394-72a1-4c93-904e-93b45e76b3a1 .shogun-form-error-msg-container, #s-f6887394-72a1-4c93-904e-93b45e76b3a1 .shogun-form-field-error-msg-container {
  display: none;
}

#s-f6887394-72a1-4c93-904e-93b45e76b3a1 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-f6887394-72a1-4c93-904e-93b45e76b3a1 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

@media (min-width: 0px) {
[id="s-ebe38dbe-ff18-497f-9bb5-1d03d2e1b5b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebe38dbe-ff18-497f-9bb5-1d03d2e1b5b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ebe38dbe-ff18-497f-9bb5-1d03d2e1b5b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ebe38dbe-ff18-497f-9bb5-1d03d2e1b5b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ebe38dbe-ff18-497f-9bb5-1d03d2e1b5b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ebe38dbe-ff18-497f-9bb5-1d03d2e1b5b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ebe38dbe-ff18-497f-9bb5-1d03d2e1b5b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebe38dbe-ff18-497f-9bb5-1d03d2e1b5b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ebe38dbe-ff18-497f-9bb5-1d03d2e1b5b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ebe38dbe-ff18-497f-9bb5-1d03d2e1b5b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-4a78cbc7-5c51-4f95-8c99-71ba2089e395  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-4a78cbc7-5c51-4f95-8c99-71ba2089e395  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-4a78cbc7-5c51-4f95-8c99-71ba2089e395 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-4a78cbc7-5c51-4f95-8c99-71ba2089e395 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-659431d8-c5e6-45e4-889b-fccc5ef0d911  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-659431d8-c5e6-45e4-889b-fccc5ef0d911  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-659431d8-c5e6-45e4-889b-fccc5ef0d911 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-659431d8-c5e6-45e4-889b-fccc5ef0d911 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-2648c03f-95d7-4cd8-8332-8dbf7c66cfed  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-2648c03f-95d7-4cd8-8332-8dbf7c66cfed  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-2648c03f-95d7-4cd8-8332-8dbf7c66cfed .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-2648c03f-95d7-4cd8-8332-8dbf7c66cfed .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


@media (min-width: 0px) {
[id="s-4f82741c-5e95-4ea6-903b-3d4a9df6d94f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f82741c-5e95-4ea6-903b-3d4a9df6d94f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f82741c-5e95-4ea6-903b-3d4a9df6d94f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f82741c-5e95-4ea6-903b-3d4a9df6d94f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f4b494a6-b071-4ff7-8fe3-630fb5384827  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-f4b494a6-b071-4ff7-8fe3-630fb5384827  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-f4b494a6-b071-4ff7-8fe3-630fb5384827 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-f4b494a6-b071-4ff7-8fe3-630fb5384827 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-255e930a-6846-4125-8393-47a616fcdfd4 {
  margin-bottom: 0px;
}

#s-255e930a-6846-4125-8393-47a616fcdfd4  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-255e930a-6846-4125-8393-47a616fcdfd4  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-255e930a-6846-4125-8393-47a616fcdfd4 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-255e930a-6846-4125-8393-47a616fcdfd4 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


@media (min-width: 0px) {
[id="s-30f2228f-cd2c-4013-b1f0-7652d31d161b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30f2228f-cd2c-4013-b1f0-7652d31d161b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30f2228f-cd2c-4013-b1f0-7652d31d161b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30f2228f-cd2c-4013-b1f0-7652d31d161b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b18c2ecb-3be2-4dbd-b199-1f291e72a0b3  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-b18c2ecb-3be2-4dbd-b199-1f291e72a0b3  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-b18c2ecb-3be2-4dbd-b199-1f291e72a0b3 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-b18c2ecb-3be2-4dbd-b199-1f291e72a0b3 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-49a126c7-ab75-439a-8c66-ac0cce5f1639 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 26px;
}

#s-49a126c7-ab75-439a-8c66-ac0cce5f1639  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-49a126c7-ab75-439a-8c66-ac0cce5f1639  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-49a126c7-ab75-439a-8c66-ac0cce5f1639 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-49a126c7-ab75-439a-8c66-ac0cce5f1639 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


@media (min-width: 0px) {
[id="s-77d49fe1-4003-46e6-87d4-124910fb4678"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77d49fe1-4003-46e6-87d4-124910fb4678"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77d49fe1-4003-46e6-87d4-124910fb4678"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77d49fe1-4003-46e6-87d4-124910fb4678"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ba89ebf7-f074-4ea0-a0d7-0ede0def5b95 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}

#s-ba89ebf7-f074-4ea0-a0d7-0ede0def5b95 select.is-placeholder-selected {
  color: #000 !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-ba89ebf7-f074-4ea0-a0d7-0ede0def5b95 .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  
  border-color: #000;
  border-width: 0px;
  
  box-shadow: ;

  
  
  
  
  
  
  
}

#s-ba89ebf7-f074-4ea0-a0d7-0ede0def5b95 .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-ba89ebf7-f074-4ea0-a0d7-0ede0def5b95 .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    box-shadow: ;
  }



  #s-ba89ebf7-f074-4ea0-a0d7-0ede0def5b95 .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 1px;
     
     box-shadow: ;
  }


#s-cf58d5bc-3e0a-463b-a47b-c392a873f932 {
  padding-top: 0px;
padding-bottom: 26px;
}

#s-cf58d5bc-3e0a-463b-a47b-c392a873f932  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-cf58d5bc-3e0a-463b-a47b-c392a873f932  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-cf58d5bc-3e0a-463b-a47b-c392a873f932 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-cf58d5bc-3e0a-463b-a47b-c392a873f932 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


@media (min-width: 0px) {
[id="s-7f5d4e54-f616-4b99-aaea-9e21717225f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f5d4e54-f616-4b99-aaea-9e21717225f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f5d4e54-f616-4b99-aaea-9e21717225f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f5d4e54-f616-4b99-aaea-9e21717225f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2b057b09-fbad-4089-a36c-9d92c0781569 select.is-placeholder-selected {
  color: #000 !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-2b057b09-fbad-4089-a36c-9d92c0781569 .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  
  border-color: #000;
  border-width: 1px;
  
  box-shadow: ;

  
  
  
  
  
  
  
}

#s-2b057b09-fbad-4089-a36c-9d92c0781569 .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-2b057b09-fbad-4089-a36c-9d92c0781569 .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    box-shadow: ;
  }



  #s-2b057b09-fbad-4089-a36c-9d92c0781569 .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 1px;
     
     box-shadow: ;
  }


#s-7168b10c-8593-4f16-91f9-b3f0c9f5ec1f {
  padding-bottom: 26px;
}

#s-7168b10c-8593-4f16-91f9-b3f0c9f5ec1f  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-7168b10c-8593-4f16-91f9-b3f0c9f5ec1f  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-7168b10c-8593-4f16-91f9-b3f0c9f5ec1f .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-7168b10c-8593-4f16-91f9-b3f0c9f5ec1f .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-508f82f2-8da8-4fe1-bc9c-0947ffef818d {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-508f82f2-8da8-4fe1-bc9c-0947ffef818d  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}

#s-508f82f2-8da8-4fe1-bc9c-0947ffef818d  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Archivo;
  
  
  
}


#s-508f82f2-8da8-4fe1-bc9c-0947ffef818d .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-508f82f2-8da8-4fe1-bc9c-0947ffef818d .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-70ec3429-e66e-423a-abe9-681fd204d69d .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-70ec3429-e66e-423a-abe9-681fd204d69d input {
  opacity: 0;
  position: absolute;
}

#s-70ec3429-e66e-423a-abe9-681fd204d69d .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-70ec3429-e66e-423a-abe9-681fd204d69d .shogun-form-checkbox-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-70ec3429-e66e-423a-abe9-681fd204d69d .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: ;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-70ec3429-e66e-423a-abe9-681fd204d69d .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: ;
}

#s-70ec3429-e66e-423a-abe9-681fd204d69d input:checked + label .shogun-form-checkbox-inner {
  background-color: #000;
}





#s-9ec4707a-d34c-4293-9738-0796fefb5597 {
  margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
color: #FFFFFF;
background-color: rgba(0, 181, 226, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9ec4707a-d34c-4293-9738-0796fefb5597:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ec4707a-d34c-4293-9738-0796fefb5597:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-9ec4707a-d34c-4293-9738-0796fefb5597[disabled],
#s-9ec4707a-d34c-4293-9738-0796fefb5597[disabled]:hover,
#s-9ec4707a-d34c-4293-9738-0796fefb5597[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-9ec4707a-d34c-4293-9738-0796fefb5597 {
  display:  inline-block ;
  width:  auto ;
}


#s-55424e8e-36b6-49cb-8217-fe0f9f94072d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-55424e8e-36b6-49cb-8217-fe0f9f94072d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55424e8e-36b6-49cb-8217-fe0f9f94072d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55424e8e-36b6-49cb-8217-fe0f9f94072d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-55424e8e-36b6-49cb-8217-fe0f9f94072d {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-55424e8e-36b6-49cb-8217-fe0f9f94072d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55424e8e-36b6-49cb-8217-fe0f9f94072d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6ea17f44-99e9-4dc0-a8da-8dc8546e43ac {
  min-height: 50px;
}








#s-6ea17f44-99e9-4dc0-a8da-8dc8546e43ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ea17f44-99e9-4dc0-a8da-8dc8546e43ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4602ecb2-99bc-4084-9b7b-2eca4c001f6d {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4602ecb2-99bc-4084-9b7b-2eca4c001f6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4602ecb2-99bc-4084-9b7b-2eca4c001f6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20d69f11-76aa-4797-8069-b5b8026b697b {
  margin-bottom: 8px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-20d69f11-76aa-4797-8069-b5b8026b697b .shogun-heading-component h2 {
  color: rgba(58, 58, 58, 1);
  font-weight:  normal ;
  font-family: "proxima-nova";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-20d69f11-76aa-4797-8069-b5b8026b697b .shogun-heading-component h2 {
  color: rgba(58, 58, 58, 1);
  font-weight:  normal ;
  font-family: "proxima-nova";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-20d69f11-76aa-4797-8069-b5b8026b697b .shogun-heading-component h2 {
  color: rgba(58, 58, 58, 1);
  font-weight:  normal ;
  font-family: "proxima-nova";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}


}
#s-ab667bd5-471d-4277-b8ab-6fe5ab7ce988 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab667bd5-471d-4277-b8ab-6fe5ab7ce988 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-ab667bd5-471d-4277-b8ab-6fe5ab7ce988 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-ab667bd5-471d-4277-b8ab-6fe5ab7ce988"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ab667bd5-471d-4277-b8ab-6fe5ab7ce988"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ab667bd5-471d-4277-b8ab-6fe5ab7ce988"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab667bd5-471d-4277-b8ab-6fe5ab7ce988"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f57298af-a671-4970-be21-01f3edde8549 {
  text-align: center;
}







  #s-f57298af-a671-4970-be21-01f3edde8549 img.shogun-image {
    

    
    
    
  }


#s-f57298af-a671-4970-be21-01f3edde8549 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

#s-e6a0f13c-60e7-4b43-9bfb-3165076b51a8 {
  border-style: solid;
margin-top: 200px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 181, 226, 1);
background-color: rgba(0, 181, 226, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e6a0f13c-60e7-4b43-9bfb-3165076b51a8:hover {background-color: rgba(0, 181, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e6a0f13c-60e7-4b43-9bfb-3165076b51a8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e6a0f13c-60e7-4b43-9bfb-3165076b51a8-root {
    text-align: center;
  }


#s-e6a0f13c-60e7-4b43-9bfb-3165076b51a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6a0f13c-60e7-4b43-9bfb-3165076b51a8-root {
    text-align: center;
  }


#s-e6a0f13c-60e7-4b43-9bfb-3165076b51a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6a0f13c-60e7-4b43-9bfb-3165076b51a8-root {
    text-align: center;
  }


#s-e6a0f13c-60e7-4b43-9bfb-3165076b51a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6a0f13c-60e7-4b43-9bfb-3165076b51a8-root {
    text-align: center;
  }


#s-e6a0f13c-60e7-4b43-9bfb-3165076b51a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6a0f13c-60e7-4b43-9bfb-3165076b51a8-root {
    text-align: center;
  }


#s-e6a0f13c-60e7-4b43-9bfb-3165076b51a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-00b89a57-3b3f-4f43-a159-969dc35f2317 {
  text-align: center;
}







  #s-00b89a57-3b3f-4f43-a159-969dc35f2317 img.shogun-image {
    

    
    
    
  }


#s-00b89a57-3b3f-4f43-a159-969dc35f2317 .shogun-image-content {
  
    align-items: center;
  
}

#s-22fe2d6f-006f-42a2-98d0-91e2ed113d4e {
  border-style: solid;
margin-top: 200px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 181, 226, 1);
background-color: rgba(0, 181, 226, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-22fe2d6f-006f-42a2-98d0-91e2ed113d4e:hover {background-color: rgba(0, 181, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-22fe2d6f-006f-42a2-98d0-91e2ed113d4e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-22fe2d6f-006f-42a2-98d0-91e2ed113d4e-root {
    text-align: center;
  }


#s-22fe2d6f-006f-42a2-98d0-91e2ed113d4e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22fe2d6f-006f-42a2-98d0-91e2ed113d4e-root {
    text-align: center;
  }


#s-22fe2d6f-006f-42a2-98d0-91e2ed113d4e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22fe2d6f-006f-42a2-98d0-91e2ed113d4e-root {
    text-align: center;
  }


#s-22fe2d6f-006f-42a2-98d0-91e2ed113d4e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22fe2d6f-006f-42a2-98d0-91e2ed113d4e-root {
    text-align: center;
  }


#s-22fe2d6f-006f-42a2-98d0-91e2ed113d4e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22fe2d6f-006f-42a2-98d0-91e2ed113d4e-root {
    text-align: center;
  }


#s-22fe2d6f-006f-42a2-98d0-91e2ed113d4e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-036fd49a-2070-437e-a3d9-b744945b4367 {
  text-align: center;
}







  #s-036fd49a-2070-437e-a3d9-b744945b4367 img.shogun-image {
    

    
    
    
  }


#s-036fd49a-2070-437e-a3d9-b744945b4367 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9d5401d-8b58-4d85-bbe9-0d410a13aea1 {
  border-style: solid;
margin-top: 200px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 181, 226, 1);
background-color: rgba(0, 181, 226, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c9d5401d-8b58-4d85-bbe9-0d410a13aea1:hover {background-color: rgba(0, 181, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c9d5401d-8b58-4d85-bbe9-0d410a13aea1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c9d5401d-8b58-4d85-bbe9-0d410a13aea1-root {
    text-align: center;
  }


#s-c9d5401d-8b58-4d85-bbe9-0d410a13aea1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9d5401d-8b58-4d85-bbe9-0d410a13aea1-root {
    text-align: center;
  }


#s-c9d5401d-8b58-4d85-bbe9-0d410a13aea1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9d5401d-8b58-4d85-bbe9-0d410a13aea1-root {
    text-align: center;
  }


#s-c9d5401d-8b58-4d85-bbe9-0d410a13aea1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9d5401d-8b58-4d85-bbe9-0d410a13aea1-root {
    text-align: center;
  }


#s-c9d5401d-8b58-4d85-bbe9-0d410a13aea1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9d5401d-8b58-4d85-bbe9-0d410a13aea1-root {
    text-align: center;
  }


#s-c9d5401d-8b58-4d85-bbe9-0d410a13aea1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7a4ace4c-4a76-48f7-a4e6-eaa95d1532bb {
  text-align: center;
}







  #s-7a4ace4c-4a76-48f7-a4e6-eaa95d1532bb img.shogun-image {
    

    
    
    
  }


#s-7a4ace4c-4a76-48f7-a4e6-eaa95d1532bb .shogun-image-content {
  
    align-items: center;
  
}

#s-731098af-1031-4b11-a9b0-fe54c6cbffea {
  border-style: solid;
margin-top: 200px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 181, 226, 1);
background-color: rgba(0, 181, 226, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-731098af-1031-4b11-a9b0-fe54c6cbffea:hover {background-color: rgba(0, 181, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-731098af-1031-4b11-a9b0-fe54c6cbffea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-731098af-1031-4b11-a9b0-fe54c6cbffea-root {
    text-align: center;
  }


#s-731098af-1031-4b11-a9b0-fe54c6cbffea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-731098af-1031-4b11-a9b0-fe54c6cbffea-root {
    text-align: center;
  }


#s-731098af-1031-4b11-a9b0-fe54c6cbffea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-731098af-1031-4b11-a9b0-fe54c6cbffea-root {
    text-align: center;
  }


#s-731098af-1031-4b11-a9b0-fe54c6cbffea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-731098af-1031-4b11-a9b0-fe54c6cbffea-root {
    text-align: center;
  }


#s-731098af-1031-4b11-a9b0-fe54c6cbffea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-731098af-1031-4b11-a9b0-fe54c6cbffea-root {
    text-align: center;
  }


#s-731098af-1031-4b11-a9b0-fe54c6cbffea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-71656e8b-afd8-4378-aa6b-bb34b956a238 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 96px;
padding-left: 16px;
padding-bottom: 96px;
padding-right: 16px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-71656e8b-afd8-4378-aa6b-bb34b956a238 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71656e8b-afd8-4378-aa6b-bb34b956a238 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-71656e8b-afd8-4378-aa6b-bb34b956a238 {
  padding-top: 32px;
padding-bottom: 32px;
}
}@media (max-width: 767px){#s-71656e8b-afd8-4378-aa6b-bb34b956a238 {
  padding-top: 48px;
padding-bottom: 48px;
}
}







#s-71656e8b-afd8-4378-aa6b-bb34b956a238 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71656e8b-afd8-4378-aa6b-bb34b956a238.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d3b4dad6-28ae-4267-9a2b-5130bdc9f082 {
  min-height: 50px;
}








#s-d3b4dad6-28ae-4267-9a2b-5130bdc9f082 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3b4dad6-28ae-4267-9a2b-5130bdc9f082.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2e5a719-3a32-4372-8c0b-2be9ba01c065 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1652px;
}

@media (min-width: 0px) {
[id="s-c2e5a719-3a32-4372-8c0b-2be9ba01c065"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2e5a719-3a32-4372-8c0b-2be9ba01c065"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2e5a719-3a32-4372-8c0b-2be9ba01c065"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2e5a719-3a32-4372-8c0b-2be9ba01c065"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e6c4abfa-968f-4de8-935b-6c60cb6c89ab {
  min-height: 480px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e6c4abfa-968f-4de8-935b-6c60cb6c89ab {
  min-height: 360px;
}
}@media (max-width: 767px){#s-e6c4abfa-968f-4de8-935b-6c60cb6c89ab {
  min-height: 300px;
}
}







#s-e6c4abfa-968f-4de8-935b-6c60cb6c89ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6c4abfa-968f-4de8-935b-6c60cb6c89ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5450c10-0579-420e-90a9-0182e7b38026 {
  margin-top: 108px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b5450c10-0579-420e-90a9-0182e7b38026 {
  margin-top: 0px;
}
}
#s-b5450c10-0579-420e-90a9-0182e7b38026 .shogun-heading-component h2 {
  color: rgba(58, 58, 58, 1);
  font-weight:  normal ;
  font-family: "proxima-nova";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-b5450c10-0579-420e-90a9-0182e7b38026 .shogun-heading-component h2 {
  color: rgba(58, 58, 58, 1);
  font-weight:  normal ;
  font-family: "proxima-nova";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-b5450c10-0579-420e-90a9-0182e7b38026 .shogun-heading-component h2 {
  color: rgba(58, 58, 58, 1);
  font-weight:  normal ;
  font-family: "proxima-nova";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}
#s-273752bd-85ea-4e19-b462-95f415a811ba {
  padding-left: 8px;
padding-right: 8px;
}

#s-ea88eed3-0ece-408f-9b32-ad253c49d1dd {
  border-style: solid;
margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(78, 0, 142, 1);
border-radius: 2px;
background-color: rgba(78, 0, 142, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ea88eed3-0ece-408f-9b32-ad253c49d1dd:hover {background-color: rgba(78, 0, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ea88eed3-0ece-408f-9b32-ad253c49d1dd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ea88eed3-0ece-408f-9b32-ad253c49d1dd-root {
    text-align: left;
  }


#s-ea88eed3-0ece-408f-9b32-ad253c49d1dd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea88eed3-0ece-408f-9b32-ad253c49d1dd-root {
    text-align: left;
  }


#s-ea88eed3-0ece-408f-9b32-ad253c49d1dd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea88eed3-0ece-408f-9b32-ad253c49d1dd-root {
    text-align: left;
  }


#s-ea88eed3-0ece-408f-9b32-ad253c49d1dd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea88eed3-0ece-408f-9b32-ad253c49d1dd-root {
    text-align: left;
  }


#s-ea88eed3-0ece-408f-9b32-ad253c49d1dd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea88eed3-0ece-408f-9b32-ad253c49d1dd-root {
    text-align: left;
  }


#s-ea88eed3-0ece-408f-9b32-ad253c49d1dd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-f7135719-8ae0-4cd6-9a24-039549ed9a3e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
max-width: 700px;
background-position: center center;
}
@media (max-width: 767px){#s-f7135719-8ae0-4cd6-9a24-039549ed9a3e {
  margin-top: 30px;
min-height: 400px;
}
}







#s-f7135719-8ae0-4cd6-9a24-039549ed9a3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7135719-8ae0-4cd6-9a24-039549ed9a3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-136eb7ff-98a8-4536-a40c-12f97a18bca5 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 96px;
padding-left: 16px;
padding-bottom: 96px;
padding-right: 16px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-136eb7ff-98a8-4536-a40c-12f97a18bca5 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-136eb7ff-98a8-4536-a40c-12f97a18bca5 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-136eb7ff-98a8-4536-a40c-12f97a18bca5 {
  padding-top: 32px;
padding-bottom: 32px;
}
}@media (max-width: 767px){#s-136eb7ff-98a8-4536-a40c-12f97a18bca5 {
  padding-top: 48px;
padding-bottom: 48px;
}
}







#s-136eb7ff-98a8-4536-a40c-12f97a18bca5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-136eb7ff-98a8-4536-a40c-12f97a18bca5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f061118-52f1-45c4-ac28-e8123b13a096 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-2f061118-52f1-45c4-ac28-e8123b13a096"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f061118-52f1-45c4-ac28-e8123b13a096"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f061118-52f1-45c4-ac28-e8123b13a096"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f061118-52f1-45c4-ac28-e8123b13a096"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bb1e66be-4a51-4b4b-a45b-ddcba6fcbd7e {
  background-repeat: no-repeat;
background-size: contain;
min-height: 600px;
max-width: 750px;
background-position: center center;
}
@media (max-width: 767px){#s-bb1e66be-4a51-4b4b-a45b-ddcba6fcbd7e {
  min-height: 400px;
}
}







#s-bb1e66be-4a51-4b4b-a45b-ddcba6fcbd7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb1e66be-4a51-4b4b-a45b-ddcba6fcbd7e {
  cursor: pointer;
}#s-bb1e66be-4a51-4b4b-a45b-ddcba6fcbd7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-383e8ee1-f996-47d6-abcf-3b2f82c3cd82 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 200px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-383e8ee1-f996-47d6-abcf-3b2f82c3cd82 {
  padding-top: 70px;
padding-bottom: 70px;
}
}@media (max-width: 767px){#s-383e8ee1-f996-47d6-abcf-3b2f82c3cd82 {
  padding-left: 8px;
padding-right: 8px;
min-height: 100px;
}
}







#s-383e8ee1-f996-47d6-abcf-3b2f82c3cd82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-383e8ee1-f996-47d6-abcf-3b2f82c3cd82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31075117-39f0-41fe-af0d-a30a55487a3d {
  margin-top: 0px;
margin-bottom: 20px;
text-align: left;
}
@media (max-width: 767px){#s-31075117-39f0-41fe-af0d-a30a55487a3d {
  margin-top: 34px;
}
}
#s-31075117-39f0-41fe-af0d-a30a55487a3d .shogun-heading-component h2 {
  color: rgba(58, 58, 58, 1);
  font-weight:  normal ;
  font-family: "proxima-nova";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-31075117-39f0-41fe-af0d-a30a55487a3d .shogun-heading-component h2 {
  color: rgba(58, 58, 58, 1);
  font-weight:  normal ;
  font-family: "proxima-nova";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-31075117-39f0-41fe-af0d-a30a55487a3d .shogun-heading-component h2 {
  color: rgba(58, 58, 58, 1);
  font-weight:  normal ;
  font-family: "proxima-nova";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}
#s-000c1912-8dc7-42c0-bc95-d1ca5bd5d3ea {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(78, 0, 142, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(78, 0, 142, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-000c1912-8dc7-42c0-bc95-d1ca5bd5d3ea:hover {background-color: rgba(78, 0, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-000c1912-8dc7-42c0-bc95-d1ca5bd5d3ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-000c1912-8dc7-42c0-bc95-d1ca5bd5d3ea-root {
    text-align: left;
  }


#s-000c1912-8dc7-42c0-bc95-d1ca5bd5d3ea.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-000c1912-8dc7-42c0-bc95-d1ca5bd5d3ea-root {
    text-align: left;
  }


#s-000c1912-8dc7-42c0-bc95-d1ca5bd5d3ea.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-000c1912-8dc7-42c0-bc95-d1ca5bd5d3ea-root {
    text-align: left;
  }


#s-000c1912-8dc7-42c0-bc95-d1ca5bd5d3ea.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-000c1912-8dc7-42c0-bc95-d1ca5bd5d3ea-root {
    text-align: left;
  }


#s-000c1912-8dc7-42c0-bc95-d1ca5bd5d3ea.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-000c1912-8dc7-42c0-bc95-d1ca5bd5d3ea-root {
    text-align: left;
  }


#s-000c1912-8dc7-42c0-bc95-d1ca5bd5d3ea.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-876cfda2-6bad-432e-ae5b-78d8252be917 {
  background-image: url(https://i.shgcdn.com/1a1c2d4d-7385-406f-b93c-988332b34e58/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
opacity: 1;
}

@media (min-width: 0px) {
[id="s-876cfda2-6bad-432e-ae5b-78d8252be917"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-876cfda2-6bad-432e-ae5b-78d8252be917"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-876cfda2-6bad-432e-ae5b-78d8252be917"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-876cfda2-6bad-432e-ae5b-78d8252be917"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-876cfda2-6bad-432e-ae5b-78d8252be917"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-876cfda2-6bad-432e-ae5b-78d8252be917"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-876cfda2-6bad-432e-ae5b-78d8252be917"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-876cfda2-6bad-432e-ae5b-78d8252be917"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f660cb0a-9def-4a3b-8d34-661806d5485a {
  background-attachment: fixed;
margin-top: 42px;
margin-bottom: 42px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 0px;
min-height: 450px;
opacity: 1;
}








#s-f660cb0a-9def-4a3b-8d34-661806d5485a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f660cb0a-9def-4a3b-8d34-661806d5485a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73d39537-c65a-472b-86f6-e532739c11ed {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-73d39537-c65a-472b-86f6-e532739c11ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73d39537-c65a-472b-86f6-e532739c11ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73d39537-c65a-472b-86f6-e532739c11ed {
  
}
}@media (max-width: 767px){#s-73d39537-c65a-472b-86f6-e532739c11ed {
  
}
}
#s-73d39537-c65a-472b-86f6-e532739c11ed .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "proxima-nova";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-73d39537-c65a-472b-86f6-e532739c11ed .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "proxima-nova";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-d0ca7468-8511-4498-8443-5e11234b22d6 {
  margin-left: 8px;
margin-right: 8px;
padding-left: 16px;
padding-right: 16px;
}
@media (max-width: 767px){#s-d0ca7468-8511-4498-8443-5e11234b22d6 {
  padding-left: 8px;
padding-right: 8px;
}
}
/*
  $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}