/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*,
*:before,
*:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
  * Remove the margin in all browsers.
  */

body {
  margin: 0;
  overflow-x: hidden;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

p {
  margin: 0;
}

/* Generated
Styles generated by the theme builder.
*/
div[data-global-resource-path="nexford-university-theme/templates/partials/header.html"]{position:sticky;top:0;z-index:9990}.body-wrapper{min-height:100dvh;display:flex;flex-direction:column;z-index:0}.body-wrapper .body-container-wrapper{flex:1;max-width:var(--body-max-width);padding:0 var(--layout-padding);margin:0 auto;width:100%}.footer-partial__container{position:relative;max-width:var(--body-max-width);padding:0 var(--layout-padding);margin:0 auto}
.nf-spacing{padding-top:var(--module-padding-top);padding-bottom:var(--module-padding-bottom);margin-top:var(--module-margin-top);margin-bottom:var(--module-margin-bottom);color:var(--text-color)}.nf-spacing.nf-pt{padding-top:32px}.nf-spacing.nf-pt--large{padding-top:48px}.nf-spacing.nf-pt--medium{padding-top:32px}.nf-spacing.nf-pt--small{padding-top:16px}.nf-spacing.nf-pb{padding-bottom:32px}.nf-spacing.nf-pb--large{padding-bottom:48px}.nf-spacing.nf-pb--medium{padding-bottom:32px}.nf-spacing.nf-pb--small{padding-bottom:16px}.nf-spacing.nf-mt{margin-top:32px}.nf-spacing.nf-mt--large{margin-top:48px}.nf-spacing.nf-mt--medium{margin-top:32px}.nf-spacing.nf-mt--small{margin-top:16px}.nf-spacing.nf-mb{margin-bottom:32px}.nf-spacing.nf-mb--large{margin-bottom:48px}.nf-spacing.nf-mb--medium{margin-bottom:32px}.nf-spacing.nf-mb--small{margin-bottom:16px}@media only screen and (max-width: 992px){.nf-spacing{padding-top:var(--module-padding-top-mobile, var(--module-padding-top));padding-bottom:var(--module-padding-bottom-mobile, var(--module-padding-bottom));margin-top:var(--module-margin-top-mobile, var(--module-margin-top));margin-bottom:var(--module-margin-bottom-mobile, var(--module-margin-bottom))}.nf-spacing.nf-pt{padding-top:24px}.nf-spacing.nf-pt--large{padding-top:36px}.nf-spacing.nf-pt--medium{padding-top:24px}.nf-spacing.nf-pt--small{padding-top:12px}.nf-spacing.nf-pb{padding-bottom:24px}.nf-spacing.nf-pb--large{padding-bottom:36px}.nf-spacing.nf-pb--medium{padding-bottom:24px}.nf-spacing.nf-pb--small{padding-bottom:12px}.nf-spacing.nf-mt{margin-top:24px}.nf-spacing.nf-mt--large{margin-top:36px}.nf-spacing.nf-mt--medium{margin-top:24px}.nf-spacing.nf-mt--small{margin-top:12px}.nf-spacing.nf-mb{margin-bottom:24px}.nf-spacing.nf-mb--large{margin-bottom:36px}.nf-spacing.nf-mb--medium{margin-bottom:24px}.nf-spacing.nf-mb--small{margin-bottom:12px}}
.btn,.hs-button{position:relative;display:flex;width:fit-content;border-radius:100px;font-size:16px;text-transform:uppercase;padding:9px 25px;min-height:55px;cursor:pointer;text-decoration:none;border:0;z-index:0;overflow:hidden;justify-content:center;align-items:center;transition-duration:var(--transition-duration);transition-property:background-color,color,border-color;background-color:rgba(254, 243, 35, 1.0);color:rgba(0, 0, 0, 1.0);outline:none !important;box-shadow:2px 2px 30px 0 rgba(0,0,0,.1254901961);font-weight:700;line-height:1.5}@media(max-width: 991.98px){.btn,.hs-button{min-height:45px}}.btn.--active,.btn:hover,.hs-button.--active,.hs-button:hover{background-color:rgba(153, 153, 153, 1.0);color:rgba(255, 255, 255, 1.0)}.btn.btn-secondary,.hs-button.btn-secondary{background-color:rgba(9, 139, 91, 1.0);color:rgba(255, 255, 255, 1.0)}.btn.btn-secondary.--active,.btn.btn-secondary:hover,.hs-button.btn-secondary.--active,.hs-button.btn-secondary:hover{background-color:rgba(153, 153, 153, 1.0);color:rgba(255, 255, 255, 1.0)}.btn.btn-black,.hs-button.btn-black{background-color:rgba(0, 0, 0, 1.0);color:rgba(255, 255, 255, 1.0);border:1px solid var(--color-white)}.btn.btn-black.--active,.btn.btn-black:hover,.hs-button.btn-black.--active,.hs-button.btn-black:hover{background-color:rgba(153, 153, 153, 1.0);color:rgba(255, 255, 255, 1.0);border-color:rgba(153, 153, 153, 1.0)}.btn.btn-white,.hs-button.btn-white{background-color:rgba(255, 255, 255, 1.0);color:rgba(0, 0, 0, 1.0)}.btn.btn-white.--active,.btn.btn-white:hover,.hs-button.btn-white.--active,.hs-button.btn-white:hover{background-color:rgba(153, 153, 153, 1.0);color:rgba(255, 255, 255, 1.0)}.btn.btn-small,.hs-button.btn-small{font-size:14px;padding:8px 20px;min-height:32px}.btn.btn-outline,.hs-button.btn-outline{background-color:rgba(0,0,0,0);color:var(--text-color);border:1px solid var(--text-color)}.btn.btn-outline.--active,.btn.btn-outline:hover,.hs-button.btn-outline.--active,.hs-button.btn-outline:hover{background-color:var(--color-black-40);border-color:var(--color-black-40);color:rgba(255, 255, 255, 1.0)}.btn.btn-link,.hs-button.btn-link{background-color:rgba(0,0,0,0);color:var(--text-color);box-shadow:none;min-height:auto;padding:0;border-radius:0}.btn.btn-link .icon,.hs-button.btn-link .icon{margin-left:0}.btn.btn-link .icon svg circle,.hs-button.btn-link .icon svg circle{display:none}.btn.btn-link.--active,.btn.btn-link:hover,.hs-button.btn-link.--active,.hs-button.btn-link:hover{background-color:rgba(0,0,0,0);color:var(--color-black-40);box-shadow:none}.btn.btn-link:focus,.btn.btn-link:focus-visible,.hs-button.btn-link:focus,.hs-button.btn-link:focus-visible{color:var(--text-color)}.btn .icon,.hs-button .icon{width:27px;height:27px;flex-shrink:0;margin-left:10px;transition:transform var(--transition-duration)}.btn .icon svg,.hs-button .icon svg{width:100%;height:100%}@media(hover: hover){.btn:hover .icon,.hs-button:hover .icon{transform:translateX(3px)}}
h3.form-title{margin:0;font-weight:800;font-size:36px;line-height:1.25;margin-bottom:29px}@media(max-width: 991.98px){h3.form-title{font-size:24px;margin-bottom:24px}}form[id^=hsForm_]{position:relative}form[id^=hsForm_] fieldset{position:relative;display:grid;gap:16px;max-width:100%}form[id^=hsForm_] fieldset:not(:last-child){margin-bottom:12px}form[id^=hsForm_] fieldset.form-columns-1{grid-template-columns:repeat(1, 1fr)}form[id^=hsForm_] fieldset.form-columns-2{grid-template-columns:repeat(2, 1fr)}form[id^=hsForm_] fieldset.form-columns-3{grid-template-columns:repeat(3, 1fr)}form[id^=hsForm_] fieldset .hs-form-field{width:100% !important}form[id^=hsForm_] fieldset .hs-form-field .input{margin:0}form[id^=hsForm_] fieldset .hs-form-field .input .hs-fieldtype-intl-phone{width:100%}form[id^=hsForm_] fieldset .hs-form-field .input select{padding-top:10.9px !important;padding-bottom:10.9px !important;padding-right:22px !important;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABISURBVHgBlYzBEQAQDARDJTqjlChBJ0rRiRKIwcdEws7sI8nlDEwC6UCmkHkP7cE6gnY9RNBJ5wKFdry14E+Ye1LDm0B67tABl3wcrw4uFBwAAAAASUVORK5CYII=");background-repeat:no-repeat;background-position:calc(100% - 8px) 50%;color:currentcolor;background-color:field}@media(max-width: 991.98px){form[id^=hsForm_] fieldset .hs-form-field .input select{padding-top:7.9px !important;padding-bottom:7.9px !important}}form[id^=hsForm_] fieldset .hs-form-field .input input,form[id^=hsForm_] fieldset .hs-form-field .input select,form[id^=hsForm_] fieldset .hs-form-field .input textarea{padding:11px 13px;margin:0;border-radius:6px;border:1px solid var(--color-dark-gray);font-size:18px;font-weight:500;line-height:1.6;width:100%;transition:all var(--transition-duration)}form[id^=hsForm_] fieldset .hs-form-field .input input:focus-visible,form[id^=hsForm_] fieldset .hs-form-field .input select:focus-visible,form[id^=hsForm_] fieldset .hs-form-field .input textarea:focus-visible{outline:none;border-color:var(--color-black-40)}@media(max-width: 991.98px){form[id^=hsForm_] fieldset .hs-form-field .input input,form[id^=hsForm_] fieldset .hs-form-field .input select,form[id^=hsForm_] fieldset .hs-form-field .input textarea{padding:8px 13px}}form[id^=hsForm_] fieldset .hs-form-field .input .inputs-list{list-style:none;padding:0;margin:9px 0 7px;font-weight:500;font-size:16px;line-height:24px}form[id^=hsForm_] fieldset .hs-form-field .input .inputs-list .hs-form-booleancheckbox{margin:0}form[id^=hsForm_] fieldset .hs-form-field .input .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}form[id^=hsForm_] fieldset .hs-form-field .input .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display input{width:18px;min-width:18px;margin-right:13px;min-height:21px}form[id^=hsForm_] fieldset .hs-form-field .input .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display span{margin:0}form[id^=hsForm_] fieldset .hs-dependent-field .hs-form-field:not(:last-child){margin-bottom:12px}form[id^=hsForm_] .no-list.hs-error-msgs{margin:0;padding:0;list-style:none}form[id^=hsForm_] .no-list.hs-error-msgs .hs-error-msg{font-size:14px;line-height:1.5;color:#ff3535}form[id^=hsForm_] .hs_error_rollup .no-list.hs-error-msgs .hs-error-msg,form[id^=hsForm_] .hs_error_rollup .no-list.hs-error-msgs .hs-main-font-element{font-size:14px;line-height:1.5;color:#ff3535}form[id^=hsForm_] .hs_submit,form[id^=hsForm_] .hs-submit{margin-top:12px}form[id^=hsForm_] .hs_submit .hs-button,form[id^=hsForm_] .hs-submit .hs-button{text-transform:uppercase;padding-right:65px;padding-left:29px;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2227%22%20viewBox%3D%220%200%2028%2027%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2213.6064%22%20cy%3D%2213.5%22%20r%3D%2213%22%20stroke%3D%22black%22%2F%3E%3Cpath%20d%3D%22M19.2197%2014.0781L14.4072%2018.8906C14.2431%2019.0547%2013.9423%2019.0547%2013.7783%2018.8906C13.6142%2018.7266%2013.6142%2018.4258%2013.7783%2018.2617L17.8525%2014.1875H7.54388C7.29779%2014.1875%207.10638%2013.9961%207.10638%2013.75C7.10638%2013.5312%207.29779%2013.3125%207.54388%2013.3125H17.8525L13.7783%209.26562C13.6142%209.10156%2013.6142%208.80078%2013.7783%208.63672C13.9423%208.47266%2014.2431%208.47266%2014.4072%208.63672L19.2197%2013.4492C19.3837%2013.6133%2019.3837%2013.9141%2019.2197%2014.0781Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:calc(100% - 27px)}form[id^=hsForm_] .hs_submit .hs-button:hover,form[id^=hsForm_] .hs-submit .hs-button:hover{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2227%22%20viewBox%3D%220%200%2028%2027%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2213.6064%22%20cy%3D%2213.5%22%20r%3D%2213%22%20stroke%3D%22white%22%2F%3E%3Cpath%20d%3D%22M19.2197%2014.0781L14.4072%2018.8906C14.2431%2019.0547%2013.9423%2019.0547%2013.7783%2018.8906C13.6142%2018.7266%2013.6142%2018.4258%2013.7783%2018.2617L17.8525%2014.1875H7.54388C7.29779%2014.1875%207.10638%2013.9961%207.10638%2013.75C7.10638%2013.5312%207.29779%2013.3125%207.54388%2013.3125H17.8525L13.7783%209.26562C13.6142%209.10156%2013.6142%208.80078%2013.7783%208.63672C13.9423%208.47266%2014.2431%208.47266%2014.4072%208.63672L19.2197%2013.4492C19.3837%2013.6133%2019.3837%2013.9141%2019.2197%2014.0781Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");background-position:calc(100% - 24px)}@media(max-width: 767.98px){form[id^=hsForm_] .hs_submit .hs-button,form[id^=hsForm_] .hs-submit .hs-button{width:100%}}@media(max-width: 991.98px){form[id^=hsForm_] .hs_submit,form[id^=hsForm_] .hs-submit{margin-bottom:11px}}[data-hsfc-id=Renderer] form[class=hsfc-Form]{--hsf-global__font-family: var(--body-font);--hsf-global__font-size: --hsf-background__padding: 0;--hsf-global__color: var(--text-color);--hsf-row__horizontal-spacing: 16px;--hsf-row__vertical-spacing: 12px;--hsf-field-input__border-radius: 6px;--hsf-field-input__padding: 15px 13px;--hsf-field-input__font-size: 18px;--hsf-field-input__border-color: var(--color-dark-gray);--hsf-field-checkbox__border-color: var(--color-dark-gray);--hsf-field-checkbox__padding: 8px;--hsf-field-label__font-size: 16px;--hsf-richtext__font-size: 16px;--hsf-erroralert__font-size: 14px;--hsf-field-dropdown-options__border-radius: 6px;--hsf-button__font-size: 16px;--hsf-button__border-radius: 100px;--hsf-button__padding: 18px 27px;--hsf-button--hover__color: var(--button-primary-hover-color);--hsf-default-button__background-color: var(--button-primary-background);--hsf-button--hover__background-color: var(--button-primary-hover-background)}@media(max-width: 991.98px){[data-hsfc-id=Renderer] form[class=hsfc-Form]{--hsf-field-input__padding: 12px;--hsf-field-input__font-size: 16px}}[data-hsfc-id=Renderer] form[class=hsfc-Form] .hsfc-Step__Content{padding:0}[data-hsfc-id=Renderer] form[class=hsfc-Form] .hsfc-Step__Content .hsfc-Row .hsfc-CheckboxField .hsfc-FieldLabel .hsfc-CheckboxInput{margin-bottom:auto}[data-hsfc-id=Renderer] form[class=hsfc-Form] .hsfc-Step__Content .hsfc-NavigationRow button[type=submit]{--hsf-button__padding: 14px 34px;text-transform:uppercase;position:relative;display:flex;justify-content:center;align-items:center}[data-hsfc-id=Renderer] form[class=hsfc-Form] .hsfc-Step__Content .hsfc-NavigationRow button[type=submit]::after{content:"";position:relative;display:inline-block;width:27px;height:27px;background:url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2227%22%20viewBox%3D%220%200%2028%2027%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2213.6064%22%20cy%3D%2213.5%22%20r%3D%2213%22%20stroke%3D%22black%22%2F%3E%3Cpath%20d%3D%22M19.2197%2014.0781L14.4072%2018.8906C14.2431%2019.0547%2013.9423%2019.0547%2013.7783%2018.8906C13.6142%2018.7266%2013.6142%2018.4258%2013.7783%2018.2617L17.8525%2014.1875H7.54388C7.29779%2014.1875%207.10638%2013.9961%207.10638%2013.75C7.10638%2013.5312%207.29779%2013.3125%207.54388%2013.3125H17.8525L13.7783%209.26562C13.6142%209.10156%2013.6142%208.80078%2013.7783%208.63672C13.9423%208.47266%2014.2431%208.47266%2014.4072%208.63672L19.2197%2013.4492C19.3837%2013.6133%2019.3837%2013.9141%2019.2197%2014.0781Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;transition:all var(--transition-duration);margin-left:10px}[data-hsfc-id=Renderer] form[class=hsfc-Form] .hsfc-Step__Content .hsfc-NavigationRow button[type=submit]:hover{transform:none}[data-hsfc-id=Renderer] form[class=hsfc-Form] .hsfc-Step__Content .hsfc-NavigationRow button[type=submit]:hover::after{background:url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2227%22%20viewBox%3D%220%200%2028%2027%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2213.6064%22%20cy%3D%2213.5%22%20r%3D%2213%22%20stroke%3D%22white%22%2F%3E%3Cpath%20d%3D%22M19.2197%2014.0781L14.4072%2018.8906C14.2431%2019.0547%2013.9423%2019.0547%2013.7783%2018.8906C13.6142%2018.7266%2013.6142%2018.4258%2013.7783%2018.2617L17.8525%2014.1875H7.54388C7.29779%2014.1875%207.10638%2013.9961%207.10638%2013.75C7.10638%2013.5312%207.29779%2013.3125%207.54388%2013.3125H17.8525L13.7783%209.26562C13.6142%209.10156%2013.6142%208.80078%2013.7783%208.63672C13.9423%208.47266%2014.2431%208.47266%2014.4072%208.63672L19.2197%2013.4492C19.3837%2013.6133%2019.3837%2013.9141%2019.2197%2014.0781Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");transform:translate(4px, 0)}
.nf-select{padding:10.9px 22px 10.9px 13px;margin:0;border-radius:6px;border:1px solid var(--color-dark-gray);font-size:18px;font-weight:500;line-height:1.6;width:100%;transition:all var(--transition-duration);-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABISURBVHgBlYzBEQAQDARDJTqjlChBJ0rRiRKIwcdEws7sI8nlDEwC6UCmkHkP7cE6gnY9RNBJ5wKFdry14E+Ye1LDm0B67tABl3wcrw4uFBwAAAAASUVORK5CYII=");background-repeat:no-repeat;background-position:calc(100% - 8px) 50%;color:currentcolor;background-color:field}.nf-select:focus-visible{outline:none;border-color:var(--color-black-40)}@media(max-width: 991.98px){.nf-select{padding:10px 13px;font-size:14px}}